Html Css Color HEX #044C72 Dark Cerulean

📋 copy color: '#044C72'

red 4 ◦ green 76 ◦ blue 114

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

Shades of Dark Cerulean #044C72

Tints of Dark Cerulean #044C72

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.18%

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

R = 2.06%
G = 39.18%
B = 58.76%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#044C72 (or 0x044C72) is known color: Dark Cerulean. HEX triplet: 04, 4C and 72. RGB value is (4,76,114). Sum of RGB (Red+Green+Blue) = 4+76+114=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #044C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044C72 is #FBB38D. Grayscale: #3A3A3A. Windows color (decimal): -16495502 or 7490564. OLE color: 7490564.

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

Color convert

RGB 4 76 114 -
CMYK 0.96 0.33 0 0.55
HSL 200.73º 0.93% 0.23% -
HSV(B) 200.73º 0.96% 0.45% -
XYZ 5.67 6.41 16.86 -
YUV 58.8 159.15 88.91 -
System Red Green Blue C M Y K H S L
Decimal 4 76 114 0.96 0.33 0 0.55 200.73 0.93 0.23
Hex 4 4C 72 60 21 0 37 C9 5D 17
Octal 4 114 162 140 41 0 67 311 135 27
Binary 100 1001100 1110010 1100000 100001 0 110111 11001001 1011101 10111

Color Harmonies of #044C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044C72

Black with #044C72

Text Example


Text Example

White with #044C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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