#044B82

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

Shades of Dark Cerulean #044B82

Tints of Dark Cerulean #044B82

Color information

#044B82 (or 0x044B82) is unknown color: approx Dark Cerulean. HEX triplet: 04, 4B and 82. RGB value is (4,75,130). Sum of RGB (Red+Green+Blue) = 4+75+130=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #044B82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044B82 is #FBB47D. Grayscale: #3B3B3B. Windows color (decimal): -16495742 or 8538884. OLE color: 8538884.

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

Color convert

RGB475130-
CMYK0.970.4200.49
HSL206.19º94.03%26.27%-
HSV(B)206.19º96.92%50.98%-
XYZ6.66.6722.06-
YUV60.04167.4888.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.91%
GREEN value IS 75 (29.69% from 255) = 35.89%
BLUE value IS 130 (51.17% from 255) = 62.20%
R=1.91%
G=35.89%
B=62.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4751300.970.4200.49206.1994.0326.27
Hex44B82612A031ce5e1a
Octal41132021415206131613632
Binary1001001011100000101100001101010011000111001110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044B82; }

 p { color: rgb(4,75,130); }

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

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

 a { background-color: rgb(4,75,130); }

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

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

 span { border-color: rgb(4,75,130); }

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