#045F72

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

Shades of Blue Lagoon #045F72

Tints of Blue Lagoon #045F72

Color information

#045F72 (or 0x045F72) is unknown color: approx Blue Lagoon. HEX triplet: 04, 5F and 72. RGB value is (4,95,114). Sum of RGB (Red+Green+Blue) = 4+95+114=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #045F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045F72 is #FBA08D. Grayscale: #454545. Windows color (decimal): -16490638 or 7495428. OLE color: 7495428.

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

Color convert

RGB495114-
CMYK0.960.1700.55
HSL190.36º93.22%23.14%-
HSV(B)190.36º96.49%44.71%-
XYZ7.189.4317.36-
YUV69.96152.8580.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.88%
GREEN value IS 95 (37.5% from 255) = 44.60%
BLUE value IS 114 (44.92% from 255) = 53.52%
R=1.88%
G=44.60%
B=53.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4951140.960.1700.55190.3693.2223.14
Hex45F726011037be5d17
Octal41371621402106727613527
Binary10010111111110010110000010001011011110111110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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