#045E87

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

Shades of Blue Lagoon #045E87

Tints of Blue Lagoon #045E87

Color information

#045E87 (or 0x045E87) is unknown color: approx Blue Lagoon. HEX triplet: 04, 5E and 87. RGB value is (4,94,135). Sum of RGB (Red+Green+Blue) = 4+94+135=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 135 (53.12% from 255 or 57.94% from 233); Max value from RGB is 135 - color contains mainly: blue. Hex color #045E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045E87 is #FBA178. Grayscale: #474747. Windows color (decimal): -16490873 or 8871428. OLE color: 8871428.

HSL color Cylindrical-coordinate representation of color #045E87: hue angle of 198.78º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045E87 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB494135-
CMYK0.970.3000.47
HSL198.78º94.24%27.25%-
HSV(B)198.78º97.04%52.94%-
XYZ8.439.7824.37-
YUV71.76163.6879.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.72%
GREEN value IS 94 (37.11% from 255) = 40.34%
BLUE value IS 135 (53.12% from 255) = 57.94%
R=1.72%
G=40.34%
B=57.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4941350.970.3000.47198.7894.2427.25
Hex45E87611E02Fc75e1b
Octal41362071413605730713633
Binary100101111010000111110000111110010111111000111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,94,135); }

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

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

 a { background-color: rgb(4,94,135); }

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

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

 span { border-color: rgb(4,94,135); }

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