COLOR #0B3962

HEX: #0B3962 RGB: (11,57,98)

Color info

#0B3962 contains mainly green and blue colors. Web safe color of #0B3962 is #003366 (or #036).

RGB color model

#0B3962 color RGB value is (11,57,98).

RGB: (11,57,98) (4%, 22%, 38%)

RGB channels and saturation

R 11 of 255 = 4%
G 57 of 255 = 22%
B 98 of 255 = 38%

11
57
98

R + G + B ~ 21%. #0B3962 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 57 + 98 = 166 (100%)
R 11 of 166 ~ 6.63%
G 57 of 166 ~ 34.34%
B 98 of 166 ~ 59.04'%

%34.34
%59.04

CMYK color model

#0B3962 color CMYK value is (89,42,0,62).

  • cyan value is 88.78%
  • magenta value is 41.84%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (89,42,0,62)
C89M42Y0K62 (89%, 42%, 0%, 62%)
(0.89 / 0.42 / 0.00 / 0.62)

CMYK percentages

%88.78
%41.84
%0
%61.57

Codes

Color #0B3962 in popluar color models

0B 39 62
RGB 11 57 98
HSL 208° 79.82% 21.37%
HSB/HSV 208° 88.78% 38.43%
CMYK 88.78% 41.84% 0.00%
61.57%

Color #0B3962 in popluar number systems.

HEX 0B 39 62
Decimal 11 57 98
Binary 1011 111001 1100010
Octal 13 71 142

Shades and tints

Shades of #0B3962

#0B3962
(11,57,98)
#0A345A
(10,52,90)
#092F52
(9,47,82)
#082A4A
(8,42,74)
#072542
(7,37,66)
#06203A
(6,32,58)
#051B32
(5,27,50)
#04162A
(4,22,42)
#031122
(3,17,34)
#020C1A
(2,12,26)
#010712
(1,7,18)
#000000
(0,0,0)

Tints of #0B3962

#0B3962
(11,57,98)
#214B70
(33,75,112)
#375D7E
(55,93,126)
#4D6F8C
(77,111,140)
#63819A
(99,129,154)
#7993A8
(121,147,168)
#8FA5B6
(143,165,182)
#A5B7C4
(165,183,196)
#BBC9D2
(187,201,210)
#D1DBE0
(209,219,224)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3962 color. Also use rgb(11,57,98) instead hex code.

Text Font Color

.myTextColor { color: #0B3962; }

<p style="color:#0B3962">This sample text font color is #0B3962.</p>

This text font color is #0B3962.

Background Color

.myBgColor { background-color: #0B3962; }

<div style="background-color:#0B3962">Inner text</div>

This div background color is #0B3962.

Border color

.myBorderColor { border: 1px solid #0B3962; }

<div style="border:3px solid #0B3962">Div</div>

This div border color is #0B3962.

Opacity

.myOpacity80 { color: #0B3962; opacity: 0.8; }

<p style="color:#0B3962;opacity:0.8;">80%</p>

Text with #0B3962 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0B3962;}

<p style="text-shadow: 3px 3px 1px #0B3962">Text here.</p>

This text has shadow with #0B3962 color.


.textShadow {text-shadow: 3px 3px 1px #0B3962', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0B3962, 5px 5px 20px red">Text here.</p>

This text has shadow with #0B3962 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0B3962, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0B3962, Direction=45, Strength=4)">Text</p>

This text has shadow with #0B3962 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #0B3962;
-webkit-box-shadow: 1px 1px 3px 2px #0B3962;
box-shadow: 1px 1px 3px 2px #0B3962;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0B3962; -webkit-box-shadow: 1px 1px 3px 2px #0B3962; box-shadow:1px 1px 3px 2px #0B3962;">
Div content here
</div>

This div box has shadow with color #0B3962.

Preview

Color preview on black background

This text has color #0B3962 on black background.


Color preview on white background

This text has color #0B3962 on white background.


Black color preview on #0B3962 background

This text has black color on #0B3962 background.


White color preview on #0B3962 background

This text has white color on #0B3962 background.


Related colors

Complementary color

Complementary color for #hex is #F4C69D.


I love getcolorcode.com

Triadic colors

1 #620B39 and #39620B with #0B3962 are triadic colors.

2 #62390B and #390B62 with #0B3962 are triadic colors.