#044080

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

Shades of Dark Cerulean #044080

Tints of Dark Cerulean #044080

Color information

#044080 (or 0x044080) is unknown color: approx Dark Cerulean. HEX triplet: 04, 40 and 80. RGB value is (4,64,128). Sum of RGB (Red+Green+Blue) = 4+64+128=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 128 (50.39% from 255 or 65.31% from 196); Max value from RGB is 128 - color contains mainly: blue. Hex color #044080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044080 is #FBBF7F. Grayscale: #353535. Windows color (decimal): -16498560 or 8404996. OLE color: 8404996.

HSL color Cylindrical-coordinate representation of color #044080: hue angle of 210.97º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044080 is Cyan = 0.97, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB464128-
CMYK0.970.500.50
HSL210.97º93.94%25.88%-
HSV(B)210.97º96.88%50.2%-
XYZ5.785.2521.13-
YUV53.36170.1292.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.04%
GREEN value IS 64 (25.39% from 255) = 32.65%
BLUE value IS 128 (50.39% from 255) = 65.31%
R=2.04%
G=32.65%
B=65.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4641280.970.500.50210.9793.9425.88
Hex440806132032d35e1a
Octal41002001416206232313632
Binary1001000000100000001100001110010011001011010011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044080; }

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

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

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

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

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

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

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

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