#044C72

Color #044C72 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #044C72

Tints of Dark Cerulean #044C72

Color information

#044C72 (or 0x044C72) is unknown color: approx 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

RGB476114-
CMYK0.960.3300.55
HSL200.73º93.22%23.14%-
HSV(B)200.73º96.49%44.71%-
XYZ5.676.4116.86-
YUV58.8159.1588.91-

RGB Variations

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

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 (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4761140.960.3300.55200.7393.2223.14
Hex44C726021037c95d17
Octal41141621404106731113527
Binary100100110011100101100000100001011011111001001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>