#044872

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

Shades of Dark Cerulean #044872

Tints of Dark Cerulean #044872

Color information

#044872 (or 0x044872) is unknown color: approx Dark Cerulean. HEX triplet: 04, 48 and 72. RGB value is (4,72,114). Sum of RGB (Red+Green+Blue) = 4+72+114=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #044872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044872 is #FBB78D. Grayscale: #383838. Windows color (decimal): -16496526 or 7489540. OLE color: 7489540.

HSL color Cylindrical-coordinate representation of color #044872: hue angle of 202.91º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044872 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB472114-
CMYK0.960.3700.55
HSL202.91º93.22%23.14%-
HSV(B)202.91º96.49%44.71%-
XYZ5.45.8816.77-
YUV56.46160.4790.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.11%
GREEN value IS 72 (28.52% from 255) = 37.89%
BLUE value IS 114 (44.92% from 255) = 60%
R=2.11%
G=37.89%
B=60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4721140.960.3700.55202.9193.2223.14
Hex448726025037cb5d17
Octal41101621404506731313527
Binary100100100011100101100000100101011011111001011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044872; }

 p { color: rgb(4,72,114); }

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

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

 a { background-color: rgb(4,72,114); }

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

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

 span { border-color: rgb(4,72,114); }

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