Html Css Color HEX #044272 Dark Cerulean

📋 copy color: '#044272'

red 4 ◦ green 66 ◦ blue 114

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

Shades of Dark Cerulean #044272

Tints of Dark Cerulean #044272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.87%

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

R = 2.17%
G = 35.87%
B = 61.96%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#044272 (or 0x044272) is known color: Dark Cerulean. HEX triplet: 04, 42 and 72. RGB value is (4,66,114). Sum of RGB (Red+Green+Blue) = 4+66+114=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #044272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044272 is #FBBD8D. Grayscale: #343434. Windows color (decimal): -16498062 or 7488004. OLE color: 7488004.

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

Color convert

RGB 4 66 114 -
CMYK 0.96 0.42 0 0.55
HSL 206.18º 0.93% 0.23% -
HSV(B) 206.18º 0.96% 0.45% -
XYZ 5.04 5.14 16.65 -
YUV 52.93 162.46 93.1 -
System Red Green Blue C M Y K H S L
Decimal 4 66 114 0.96 0.42 0 0.55 206.18 0.93 0.23
Hex 4 42 72 60 2A 0 37 CE 5D 17
Octal 4 102 162 140 52 0 67 316 135 27
Binary 100 1000010 1110010 1100000 101010 0 110111 11001110 1011101 10111

Color Harmonies of #044272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044272

Black with #044272

Text Example


Text Example

White with #044272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044272; }

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

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

background-color css

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

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

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

border-color css

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

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

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