Html Css Color HEX #044870 Dark Cerulean

📋 copy color: '#044870'

red 4 ◦ green 72 ◦ blue 112

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

Shades of Dark Cerulean #044870

Tints of Dark Cerulean #044870

RGB

 RED value IS 4 (1.95% from 255) = 2.13%

 GREEN value IS 72 (28.52% from 255) = 38.3%

 BLUE value IS 112 (44.14% from 255) = 59.57%

R = 2.13%
G = 38.3%
B = 59.57%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#044870 (or 0x044870) is known color: Dark Cerulean. HEX triplet: 04, 48 and 70. RGB value is (4,72,112). Sum of RGB (Red+Green+Blue) = 4+72+112=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #044870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044870 is #FBB78F. Grayscale: #383838. Windows color (decimal): -16496528 or 7358468. OLE color: 7358468.

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

Color convert

RGB 4 72 112 -
CMYK 0.96 0.36 0 0.56
HSL 202.22º 0.93% 0.23% -
HSV(B) 202.22º 0.96% 0.44% -
XYZ 5.29 5.83 16.18 -
YUV 56.23 159.47 90.75 -
System Red Green Blue C M Y K H S L
Decimal 4 72 112 0.96 0.36 0 0.56 202.22 0.93 0.23
Hex 4 48 70 60 24 0 38 CA 5D 17
Octal 4 110 160 140 44 0 70 312 135 27
Binary 100 1001000 1110000 1100000 100100 0 111000 11001010 1011101 10111

Color Harmonies of #044870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044870

Black with #044870

Text Example


Text Example

White with #044870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044870; }

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

 H1.HeaderClassName
 {
   color: #044870;
 }
 .AnyTagClassName
 {
   color: #044870;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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