Html Css Color HEX #044E72 Dark Cerulean

📋 copy color: '#044E72'

red 4 ◦ green 78 ◦ blue 114

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

Shades of Dark Cerulean #044E72

Tints of Dark Cerulean #044E72

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39.8%

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

R = 2.04%
G = 39.8%
B = 58.16%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#044E72 (or 0x044E72) is known color: Dark Cerulean. HEX triplet: 04, 4E and 72. RGB value is (4,78,114). Sum of RGB (Red+Green+Blue) = 4+78+114=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #044E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044E72 is #FBB18D. Grayscale: #3B3B3B. Windows color (decimal): -16494990 or 7491076. OLE color: 7491076.

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

Color convert

RGB 4 78 114 -
CMYK 0.96 0.32 0 0.55
HSL 199.64º 0.93% 0.23% -
HSV(B) 199.64º 0.96% 0.45% -
XYZ 5.81 6.69 16.9 -
YUV 59.98 158.48 88.07 -
System Red Green Blue C M Y K H S L
Decimal 4 78 114 0.96 0.32 0 0.55 199.64 0.93 0.23
Hex 4 4E 72 60 20 0 37 C8 5D 17
Octal 4 116 162 140 40 0 67 310 135 27
Binary 100 1001110 1110010 1100000 100000 0 110111 11001000 1011101 10111

Color Harmonies of #044E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044E72

Black with #044E72

Text Example


Text Example

White with #044E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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