COLOR #00004B

HEX: #00004B
RGB: (0,0,75)

Color info

#00004B contains only blue color. Web safe color of #00004B is #000033 (or #003).

RGB color model

#00004B color RGB value is (0,0,75).

  • red value is 0;
  • green value is 0;
  • blue value is 75.
RGB:
(0,0,75)
(0%,0%,29%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 75 of 255 = 29%

0
0
75

R + G + B ~ 10%. #00004B is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 0 + 75 = 75 (100%)
R 0 of 75 ~ 0%
G 0 of 75 ~ 0%
B 75 of 75 ~ 100%

%100

CMYK color model

#00004B color CMYK value is (100,100,0,71).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(100,100,0,71)
C100M100Y0K71 
(100%,100%,0%,71%)
(1.00/1.00/0.00/0.71)	

CMYK percentages

%100
%100
%0
%70.59

Codes

Color #00004B in popluar color models

00004B
RGB0075
HSL240°100.00%14.71%
HSB/HSV240°100.00%29.41%
CMYK100.00%100.00%0.00%
70.59%

Color #00004B in popluar number systems.

HEX00004B
Decimal0075
Binary001001011
Octal00113

Shades and tints

Shades of #00004B

#00004B
(0,0,75)
#000045
(0,0,69)
#00003F
(0,0,63)
#000039
(0,0,57)
#000033
(0,0,51)
#00002D
(0,0,45)
#000027
(0,0,39)
#000021
(0,0,33)
#00001B
(0,0,27)
#000015
(0,0,21)
#00000F
(0,0,15)
#000000
(0,0,0)

Tints of #00004B

#00004B
(0,0,75)
#17175B
(23,23,91)
#2E2E6B
(46,46,107)
#45457B
(69,69,123)
#5C5C8B
(92,92,139)
#73739B
(115,115,155)
#8A8AAB
(138,138,171)
#A1A1BB
(161,161,187)
#B8B8CB
(184,184,203)
#CFCFDB
(207,207,219)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00004B color. Also use rgb(0,0,75) instead hex code.

Text Font Color

.myTextColor { color: #00004B; }

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

This text font color is #00004B.


Background Color

.myBgColor { background-color: #00004B; }

<div style="background-color:#00004B">Inner text</div>

This div background color is #00004B.


Border color

.myBorderColor { border: 1px solid #00004B; }

<div style="border:3px solid #00004B">Div</div>

This div border color is #00004B.


Opacity

.myOpacity80 { color: #00004B; opacity: 0.8; }

<p style="color:#00004B;opacity:0.8;">80%</p>

Text with #00004B 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 #00004B;}

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

This text has shadow with #00004B color.

.textShadow {text-shadow: 3px 3px 1px #00004B, 3px 3px 1px red;}

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

This text has shadow with #00004B primary color and red secondary color.


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

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

This text has shadow with #00004B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00004B on black background.


Color preview on white background

This text has color #00004B on white background.



Black color preview on #00004B background

This text has black color on #00004B background.


White color preview on #00004B background

This text has white color on #00004B background.