#044077

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

Shades of Dark Cerulean #044077

Tints of Dark Cerulean #044077

Color information

#044077 (or 0x044077) is unknown color: approx Dark Cerulean. HEX triplet: 04, 40 and 77. RGB value is (4,64,119). Sum of RGB (Red+Green+Blue) = 4+64+119=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #044077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044077 is #FBBF88. Grayscale: #343434. Windows color (decimal): -16498569 or 7815172. OLE color: 7815172.

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

Color convert

RGB464119-
CMYK0.970.4600.53
HSL208.7º93.5%24.12%-
HSV(B)208.7º96.64%46.67%-
XYZ5.215.0218.15-
YUV52.33165.6293.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.14%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 119 (46.88% from 255) = 63.64%
R=2.14%
G=34.22%
B=63.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4641190.970.4600.53208.793.524.12
Hex44077612E035d15d18
Octal41001671415606532113530
Binary100100000011101111100001101110011010111010001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044077; }

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

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

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

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

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

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

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

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