#0E5977

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

Shades of Blue Lagoon #0E5977

Tints of Blue Lagoon #0E5977

Color information

#0E5977 (or 0x0E5977) is unknown color: approx Blue Lagoon. HEX triplet: 0E, 59 and 77. RGB value is (14,89,119). Sum of RGB (Red+Green+Blue) = 14+89+119=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #0E5977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5977 is #F1A688. Grayscale: #454545. Windows color (decimal): -15836809 or 7821582. OLE color: 7821582.

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

Color convert

RGB1489119-
CMYK0.880.2500.53
HSL197.14º78.95%26.08%-
HSV(B)197.14º88.24%46.67%-
XYZ7.088.5718.73-
YUV69.99155.6588.06-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.31%
GREEN value IS 89 (35.16% from 255) = 40.09%
BLUE value IS 119 (46.88% from 255) = 53.60%
R=6.31%
G=40.09%
B=53.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14891190.880.2500.53197.1478.9526.08
HexE59775819035c54f1a
Octal161311671303106530511732
Binary111010110011110111101100011001011010111000101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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