COLOR #000B4C

HEX: #000B4C
RGB: (0,11,76)

Color info

#000B4C contains mainly blue color. Web safe color of #000B4C is #000033 (or #003).

RGB color model

#000B4C color RGB value is (0,11,76).

  • red value is 0;
  • green value is 11;
  • blue value is 76.
RGB:
(0,11,76)
(0%,4%,30%)

RGB channels and saturation

R 0 of 255 = 0%
G 11 of 255 = 4%
B 76 of 255 = 30%

0
11
76

R + G + B ~ 11%. #000B4C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 11 + 76 = 87 (100%)
R 0 of 87 ~ 0%
G 11 of 87 ~ 12.64%
B 76 of 87 ~ 87.36%

%12.64
%87.36

CMYK color model

#000B4C color CMYK value is (100,86,0,70).

  • cyan value is 100.00%
  • magenta value is 85.53%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(100,86,0,70)
C100M86Y0K70 
(100%,86%,0%,70%)
(1.00/0.86/0.00/0.70)	

CMYK percentages

%100
%85.53
%0
%70.2

Codes

Color #000B4C in popluar color models

000B4C
RGB01176
HSL231°100.00%14.90%
HSB/HSV231°100.00%29.80%
CMYK100.00%85.53%0.00%
70.20%

Color #000B4C in popluar number systems.

HEX000B4C
Decimal01176
Binary010111001100
Octal013114

Shades and tints

Shades of #000B4C

#000B4C
(0,11,76)
#000A46
(0,10,70)
#000940
(0,9,64)
#00083A
(0,8,58)
#000734
(0,7,52)
#00062E
(0,6,46)
#000528
(0,5,40)
#000422
(0,4,34)
#00031C
(0,3,28)
#000216
(0,2,22)
#000110
(0,1,16)
#000000
(0,0,0)

Tints of #000B4C

#000B4C
(0,11,76)
#17215C
(23,33,92)
#2E376C
(46,55,108)
#454D7C
(69,77,124)
#5C638C
(92,99,140)
#73799C
(115,121,156)
#8A8FAC
(138,143,172)
#A1A5BC
(161,165,188)
#B8BBCC
(184,187,204)
#CFD1DC
(207,209,220)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000B4C color. Also use rgb(0,11,76) instead hex code.

Text Font Color

.myTextColor { color: #000B4C; }

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

This text font color is #000B4C.


Background Color

.myBgColor { background-color: #000B4C; }

<div style="background-color:#000B4C">Inner text</div>

This div background color is #000B4C.


Border color

.myBorderColor { border: 1px solid #000B4C; }

<div style="border:3px solid #000B4C">Div</div>

This div border color is #000B4C.


Opacity

.myOpacity80 { color: #000B4C; opacity: 0.8; }

<p style="color:#000B4C;opacity:0.8;">80%</p>

Text with #000B4C 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 #000B4C;}

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

This text has shadow with #000B4C color.

.textShadow {text-shadow: 3px 3px 1px #000B4C, 3px 3px 1px red;}

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

This text has shadow with #000B4C primary color and red secondary color.


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

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

This text has shadow with #000B4C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000B4C on black background.


Color preview on white background

This text has color #000B4C on white background.



Black color preview on #000B4C background

This text has black color on #000B4C background.


White color preview on #000B4C background

This text has white color on #000B4C background.