Html Css Color HEX #044370 Dark Cerulean

📋 copy color: '#044370'

red 4 ◦ green 67 ◦ blue 112

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

Shades of Dark Cerulean #044370

Tints of Dark Cerulean #044370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.61%

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

R = 2.19%
G = 36.61%
B = 61.2%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#044370 (or 0x044370) is known color: Dark Cerulean. HEX triplet: 04, 43 and 70. RGB value is (4,67,112). Sum of RGB (Red+Green+Blue) = 4+67+112=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #044370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044370 is #FBBC8F. Grayscale: #353535. Windows color (decimal): -16497808 or 7357188. OLE color: 7357188.

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

Color convert

RGB 4 67 112 -
CMYK 0.96 0.40 0 0.56
HSL 205º 0.93% 0.23% -
HSV(B) 205º 0.96% 0.44% -
XYZ 4.98 5.21 16.07 -
YUV 53.29 161.13 92.84 -
System Red Green Blue C M Y K H S L
Decimal 4 67 112 0.96 0.40 0 0.56 205 0.93 0.23
Hex 4 43 70 60 28 0 38 CD 5D 17
Octal 4 103 160 140 50 0 70 315 135 27
Binary 100 1000011 1110000 1100000 101000 0 111000 11001101 1011101 10111

Color Harmonies of #044370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044370

Black with #044370

Text Example


Text Example

White with #044370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044370; }

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

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

background-color css

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

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

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

border-color css

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

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

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