COLOR #0B034E

HEX: #0B034E
RGB: (11,3,78)

Color info

#0B034E contains mainly blue color. Web safe color of #0B034E is #000066 (or #006).

RGB color model

#0B034E color RGB value is (11,3,78).

  • red value is 11;
  • green value is 3;
  • blue value is 78.
RGB:
(11,3,78)
(4%,1%,31%)

RGB channels and saturation

R 11 of 255 = 4%
G 3 of 255 = 1%
B 78 of 255 = 31%

11
3
78

R + G + B ~ 12%. #0B034E is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 3 + 78 = 92 (100%)
R 11 of 92 ~ 11.96%
G 3 of 92 ~ 3.26%
B 78 of 92 ~ 84.78%

%11.96
%84.78

CMYK color model

#0B034E color CMYK value is (86,96,0,69).

  • cyan value is 85.90%
  • magenta value is 96.15%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(86,96,0,69)
C86M96Y0K69 
(86%,96%,0%,69%)
(0.86/0.96/0.00/0.69)	

CMYK percentages

%85.9
%96.15
%0
%69.41

Codes

Color #0B034E in popluar color models

0B034E
RGB11378
HSL246°92.59%15.88%
HSB/HSV246°96.15%30.59%
CMYK85.90%96.15%0.00%
69.41%

Color #0B034E in popluar number systems.

HEX0B034E
Decimal11378
Binary1011111001110
Octal133116

Shades and tints

Shades of #0B034E

#0B034E
(11,3,78)
#0A0347
(10,3,71)
#090340
(9,3,64)
#080339
(8,3,57)
#070332
(7,3,50)
#06032B
(6,3,43)
#050324
(5,3,36)
#04031D
(4,3,29)
#030316
(3,3,22)
#02030F
(2,3,15)
#010308
(1,3,8)
#000000
(0,0,0)

Tints of #0B034E

#0B034E
(11,3,78)
#21195E
(33,25,94)
#372F6E
(55,47,110)
#4D457E
(77,69,126)
#635B8E
(99,91,142)
#79719E
(121,113,158)
#8F87AE
(143,135,174)
#A59DBE
(165,157,190)
#BBB3CE
(187,179,206)
#D1C9DE
(209,201,222)
#E7DFEE
(231,223,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B034E color. Also use rgb(11,3,78) instead hex code.

Text Font Color

.myTextColor { color: #0B034E; }

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

This text font color is #0B034E.


Background Color

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

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

This div background color is #0B034E.


Border color

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

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

This div border color is #0B034E.


Opacity

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

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

Text with #0B034E 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 #0B034E;}

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

This text has shadow with #0B034E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B034E on black background.


Color preview on white background

This text has color #0B034E on white background.



Black color preview on #0B034E background

This text has black color on #0B034E background.


White color preview on #0B034E background

This text has white color on #0B034E background.