#0E5770

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

Shades of Blue Lagoon #0E5770

Tints of Blue Lagoon #0E5770

Color information

#0E5770 (or 0x0E5770) is unknown color: approx Blue Lagoon. HEX triplet: 0E, 57 and 70. RGB value is (14,87,112). Sum of RGB (Red+Green+Blue) = 14+87+112=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #0E5770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5770 is #F1A88F. Grayscale: #434343. Windows color (decimal): -15837328 or 7362318. OLE color: 7362318.

HSL color Cylindrical-coordinate representation of color #0E5770: hue angle of 195.31º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E5770 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1487112-
CMYK0.880.2200.56
HSL195.31º77.78%24.71%-
HSV(B)195.31º87.5%43.92%-
XYZ6.518.0816.55-
YUV68.02152.8289.47-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.57%
GREEN value IS 87 (34.38% from 255) = 40.85%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=6.57%
G=40.85%
B=52.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal14871120.880.2200.56195.3177.7824.71
HexE57705816038c34e19
Octal161271601302607030311631
Binary111010101111110000101100010110011100011000011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,87,112); }

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

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

 a { background-color: rgb(14,87,112); }

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

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

 span { border-color: rgb(14,87,112); }

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