#004B81

Color #004B81 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #004B81

Tints of Dark Cerulean #004B81

Color information

#004B81 (or 0x004B81) is unknown color: approx Dark Cerulean. HEX triplet: 00, 4B and 81. RGB value is (0,75,129). Sum of RGB (Red+Green+Blue) = 0+75+129=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 129 (50.78% from 255 or 63.24% from 204); Max value from RGB is 129 - color contains mainly: blue. Hex color #004B81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004B81 is #FFB47E. Grayscale: #3A3A3A. Windows color (decimal): -16757887 or 8473344. OLE color: 8473344.

HSL color Cylindrical-coordinate representation of color #004B81: hue angle of 205.12º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004B81 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB075129-
CMYK10.4200.49
HSL205.12º100%25.29%-
HSV(B)205.12º100%50.59%-
XYZ6.486.6221.7-
YUV58.73167.6586.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 75 (29.69% from 255) = 36.76%
BLUE value IS 129 (50.78% from 255) = 63.24%
R=0%
G=36.76%
B=63.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal07512910.4200.49205.1210025.29
Hex04B81642A031cd6419
Octal01132011445206131514431
Binary01001011100000011100100101010011000111001101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004B81; }

 p { color: rgb(0,75,129); }

 H1.HeaderClassName
 {
   color: #004B81;
 }
 .AnyTagClassName
 {
   color: #004B81;
 }
</style>
background-color css

<style>
 a { background-color: #004B81; }

 a { background-color: rgb(0,75,129); }

 div.DivClassName
 {
   background-color: #004B81;
 }
 .BgClassName
 {
   background-color: #004B81;
 }
</style>
border-color css

<style>
 span { border-color: #004B81; }

 span { border-color: rgb(0,75,129); }

 td.TdClassName
 {
   border-color: #004B81;
 }
 .TagClassName
 {
   border-color: #004B81;
 }
</style>