#0E6577

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

Shades of Blue Lagoon #0E6577

Tints of Blue Lagoon #0E6577

Color information

#0E6577 (or 0x0E6577) is unknown color: approx Blue Lagoon. HEX triplet: 0E, 65 and 77. RGB value is (14,101,119). Sum of RGB (Red+Green+Blue) = 14+101+119=234 (30% of max value = 765). Red value is 14 (5.86% from 255 or 5.98% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #0E6577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6577 is #F19A88. Grayscale: #4C4C4C. Windows color (decimal): -15833737 or 7824654. OLE color: 7824654.

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

Color convert

RGB14101119-
CMYK0.880.1500.53
HSL190.29º78.95%26.08%-
HSV(B)190.29º88.24%46.67%-
XYZ8.1610.7319.09-
YUV77.04151.6883.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.98%
GREEN value IS 101 (39.84% from 255) = 43.16%
BLUE value IS 119 (46.88% from 255) = 50.85%
R=5.98%
G=43.16%
B=50.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal141011190.880.1500.53190.2978.9526.08
HexE657758F035be4f1a
Octal161451671301706527611732
Binary11101100101111011110110001111011010110111110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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