Html Css Color HEX #044970 Dark Cerulean

📋 copy color: '#044970'

red 4 ◦ green 73 ◦ blue 112

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

Shades of Dark Cerulean #044970

Tints of Dark Cerulean #044970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.62%

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

R = 2.12%
G = 38.62%
B = 59.26%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#044970 (or 0x044970) is known color: Dark Cerulean. HEX triplet: 04, 49 and 70. RGB value is (4,73,112). Sum of RGB (Red+Green+Blue) = 4+73+112=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #044970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044970 is #FBB68F. Grayscale: #383838. Windows color (decimal): -16496272 or 7358724. OLE color: 7358724.

HSL color Cylindrical-coordinate representation of color #044970: hue angle of 201.67º 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 #044970 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 73 112 -
CMYK 0.96 0.35 0 0.56
HSL 201.67º 0.93% 0.23% -
HSV(B) 201.67º 0.96% 0.44% -
XYZ 5.36 5.96 16.2 -
YUV 56.82 159.14 90.33 -
System Red Green Blue C M Y K H S L
Decimal 4 73 112 0.96 0.35 0 0.56 201.67 0.93 0.23
Hex 4 49 70 60 23 0 38 CA 5D 17
Octal 4 111 160 140 43 0 70 312 135 27
Binary 100 1001001 1110000 1100000 100011 0 111000 11001010 1011101 10111

Color Harmonies of #044970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044970

Black with #044970

Text Example


Text Example

White with #044970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044970; }

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

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

background-color css

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

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

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

border-color css

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

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

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