#004d81

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

Shades of Dark Cerulean #004D81

Tints of Dark Cerulean #004D81

Color information

#004D81 (or 0x004D81) is unknown color: approx Dark Cerulean. HEX triplet: 00, 4D and 81. RGB value is (0,77,129). Sum of RGB (Red+Green+Blue) = 0+77+129=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 129 (50.78% from 255 or 62.62% from 206); Max value from RGB is 129 - color contains mainly: blue. Hex color #004D81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004D81 is #FFB27E. Grayscale: #3B3B3B. Windows color (decimal): -16757375 or 8473856. OLE color: 8473856.

HSL color Cylindrical-coordinate representation of color #004D81: hue angle of 204.19º 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 #004D81 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB077129-
CMYK10.4000.49
HSL204.19º100%25.29%-
HSV(B)204.19º100%50.59%-
XYZ6.626.8921.75-
YUV59.9166.9985.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 77 (30.47% from 255) = 37.38%
BLUE value IS 129 (50.78% from 255) = 62.62%
R=0%
G=37.38%
B=62.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal07712910.4000.49204.1910025.29
Hex04D816428031cc6419
Octal01152011445006131414431
Binary01001101100000011100100101000011000111001100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004d81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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