Html Css Color HEX #044872 Dark Cerulean

📋 copy color: '#044872'

red 4 ◦ green 72 ◦ blue 114

#044872
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #044872

Tints of Dark Cerulean #044872

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 value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#044872 (or 0x044872) is known color: 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

RGB 4 72 114 -
CMYK 0.96 0.37 0 0.55
HSL 202.91º 0.93% 0.23% -
HSV(B) 202.91º 0.96% 0.45% -
XYZ 5.4 5.88 16.77 -
YUV 56.46 160.47 90.58 -
System Red Green Blue C M Y K H S L
Decimal 4 72 114 0.96 0.37 0 0.55 202.91 0.93 0.23
Hex 4 48 72 60 25 0 37 CB 5D 17
Octal 4 110 162 140 45 0 67 313 135 27
Binary 100 1001000 1110010 1100000 100101 0 110111 11001011 1011101 10111

Color Harmonies of #044872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044872

Black with #044872

Text Example


Text Example

White with #044872

Text Example


Text Example

HTML Codes & Css Web 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>