#0E5E77

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

Shades of Blue Lagoon #0E5E77

Tints of Blue Lagoon #0E5E77

Color information

#0E5E77 (or 0x0E5E77) is unknown color: approx Blue Lagoon. HEX triplet: 0E, 5E and 77. RGB value is (14,94,119). Sum of RGB (Red+Green+Blue) = 14+94+119=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #0E5E77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5E77 is #F1A188. Grayscale: #484848. Windows color (decimal): -15835529 or 7822862. OLE color: 7822862.

HSL color Cylindrical-coordinate representation of color #0E5E77: hue angle of 194.29º 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 #0E5E77 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1494119-
CMYK0.880.2100.53
HSL194.29º78.95%26.08%-
HSV(B)194.29º88.24%46.67%-
XYZ7.519.4318.88-
YUV72.9315485.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.17%
GREEN value IS 94 (37.11% from 255) = 41.41%
BLUE value IS 119 (46.88% from 255) = 52.42%
R=6.17%
G=41.41%
B=52.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14941190.880.2100.53194.2978.9526.08
HexE5E775815035c24f1a
Octal161361671302506530211732
Binary111010111101110111101100010101011010111000010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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