#004077

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

Shades of Dark Cerulean #004077

Tints of Dark Cerulean #004077

Color information

#004077 (or 0x004077) is unknown color: approx Dark Cerulean. HEX triplet: 00, 40 and 77. RGB value is (0,64,119). Sum of RGB (Red+Green+Blue) = 0+64+119=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 119 (46.88% from 255 or 65.03% from 183); Max value from RGB is 119 - color contains mainly: blue. Hex color #004077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004077 is #FFBF88. Grayscale: #323232. Windows color (decimal): -16760713 or 7815168. OLE color: 7815168.

HSL color Cylindrical-coordinate representation of color #004077: hue angle of 207.73º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004077 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB064119-
CMYK10.4600.53
HSL207.73º100%23.33%-
HSV(B)207.73º100%46.67%-
XYZ5.16518.15-
YUV51.13166.391.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 119 (46.88% from 255) = 65.03%
R=0%
G=34.97%
B=65.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal06411910.4600.53207.7310023.33
Hex04077642E035d06417
Octal01001671445606532014427
Binary0100000011101111100100101110011010111010000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004077; }

 p { color: rgb(0,64,119); }

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

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

 a { background-color: rgb(0,64,119); }

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

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

 span { border-color: rgb(0,64,119); }

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