#045E86

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

Shades of Blue Lagoon #045E86

Tints of Blue Lagoon #045E86

Color information

#045E86 (or 0x045E86) is unknown color: approx Blue Lagoon. HEX triplet: 04, 5E and 86. RGB value is (4,94,134). Sum of RGB (Red+Green+Blue) = 4+94+134=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 134 (52.73% from 255 or 57.76% from 232); Max value from RGB is 134 - color contains mainly: blue. Hex color #045E86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045E86 is #FBA179. Grayscale: #474747. Windows color (decimal): -16490874 or 8805892. OLE color: 8805892.

HSL color Cylindrical-coordinate representation of color #045E86: hue angle of 198.46º 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 #045E86 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB494134-
CMYK0.970.3000.47
HSL198.46º94.2%27.06%-
HSV(B)198.46º97.01%52.55%-
XYZ8.369.7524-
YUV71.65163.1879.75-

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.52%
BLUE value IS 134 (52.73% from 255) = 57.76%
R=1.72%
G=40.52%
B=57.76%

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
Decimal4941340.970.3000.47198.4694.227.06
Hex45E86611E02Fc65e1b
Octal41362061413605730613633
Binary100101111010000110110000111110010111111000110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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