#045C72

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

Shades of Blue Lagoon #045C72

Tints of Blue Lagoon #045C72

Color information

#045C72 (or 0x045C72) is unknown color: approx Blue Lagoon. HEX triplet: 04, 5C and 72. RGB value is (4,92,114). Sum of RGB (Red+Green+Blue) = 4+92+114=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #045C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045C72 is #FBA38D. Grayscale: #444444. Windows color (decimal): -16491406 or 7494660. OLE color: 7494660.

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

Color convert

RGB492114-
CMYK0.960.1900.55
HSL192º93.22%23.14%-
HSV(B)192º96.49%44.71%-
XYZ6.918.917.27-
YUV68.2153.8582.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 92 (36.33% from 255) = 43.81%
BLUE value IS 114 (44.92% from 255) = 54.29%
R=1.90%
G=43.81%
B=54.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4921140.960.1900.5519293.2223.14
Hex45C726013037c05d17
Octal41341621402306730013527
Binary10010111001110010110000010011011011111000000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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