#0E5C77

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

Shades of Blue Lagoon #0E5C77

Tints of Blue Lagoon #0E5C77

Color information

#0E5C77 (or 0x0E5C77) is unknown color: approx Blue Lagoon. HEX triplet: 0E, 5C and 77. RGB value is (14,92,119). Sum of RGB (Red+Green+Blue) = 14+92+119=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #0E5C77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5C77 is #F1A388. Grayscale: #474747. Windows color (decimal): -15836041 or 7822350. OLE color: 7822350.

HSL color Cylindrical-coordinate representation of color #0E5C77: hue angle of 195.43º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E5C77 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1492119-
CMYK0.880.2300.53
HSL195.43º78.95%26.08%-
HSV(B)195.43º88.24%46.67%-
XYZ7.349.0818.82-
YUV71.76154.6686.8-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.22%
GREEN value IS 92 (36.33% from 255) = 40.89%
BLUE value IS 119 (46.88% from 255) = 52.89%
R=6.22%
G=40.89%
B=52.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14921190.880.2300.53195.4378.9526.08
HexE5C775817035c34f1a
Octal161341671302706530311732
Binary111010111001110111101100010111011010111000011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E5C77; }

 p { color: rgb(14,92,119); }

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

<style>
 a { background-color: #0E5C77; }

 a { background-color: rgb(14,92,119); }

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

<style>
 span { border-color: #0E5C77; }

 span { border-color: rgb(14,92,119); }

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