#045D72

Color #045D72 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #045D72

Tints of Blue Lagoon #045D72

Color information

#045D72 (or 0x045D72) is unknown color: approx Blue Lagoon. HEX triplet: 04, 5D and 72. RGB value is (4,93,114). Sum of RGB (Red+Green+Blue) = 4+93+114=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #045D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045D72 is #FBA28D. Grayscale: #444444. Windows color (decimal): -16491150 or 7494916. OLE color: 7494916.

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

Color convert

RGB493114-
CMYK0.960.1800.55
HSL191.45º93.22%23.14%-
HSV(B)191.45º96.49%44.71%-
XYZ79.0717.3-
YUV68.78153.5181.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 93 (36.72% from 255) = 44.08%
BLUE value IS 114 (44.92% from 255) = 54.03%
R=1.90%
G=44.08%
B=54.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4931140.960.1800.55191.4593.2223.14
Hex45D726012037bf5d17
Octal41351621402206727713527
Binary10010111011110010110000010010011011110111111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045D72; }

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

 H1.HeaderClassName
 {
   color: #045D72;
 }
 .AnyTagClassName
 {
   color: #045D72;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #045D72;
 }
 .BgClassName
 {
   background-color: #045D72;
 }
</style>
border-color css

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

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

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