Html Css Color HEX #044172 Dark Cerulean

📋 copy color: '#044172'

red 4 ◦ green 65 ◦ blue 114

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

Shades of Dark Cerulean #044172

Tints of Dark Cerulean #044172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.52%

 BLUE value IS 114 (44.92% from 255) = 62.3%

R = 2.19%
G = 35.52%
B = 62.3%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#044172 (or 0x044172) is known color: Dark Cerulean. HEX triplet: 04, 41 and 72. RGB value is (4,65,114). Sum of RGB (Red+Green+Blue) = 4+65+114=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #044172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044172 is #FBBE8D. Grayscale: #343434. Windows color (decimal): -16498318 or 7487748. OLE color: 7487748.

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

Color convert

RGB 4 65 114 -
CMYK 0.96 0.43 0 0.55
HSL 206.73º 0.93% 0.23% -
HSV(B) 206.73º 0.96% 0.45% -
XYZ 4.98 5.02 16.63 -
YUV 52.35 162.79 93.52 -
System Red Green Blue C M Y K H S L
Decimal 4 65 114 0.96 0.43 0 0.55 206.73 0.93 0.23
Hex 4 41 72 60 2B 0 37 CF 5D 17
Octal 4 101 162 140 53 0 67 317 135 27
Binary 100 1000001 1110010 1100000 101011 0 110111 11001111 1011101 10111

Color Harmonies of #044172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044172

Black with #044172

Text Example


Text Example

White with #044172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044172; }

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

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

background-color css

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

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

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

border-color css

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

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

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