#0E5670

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

Shades of Blue Lagoon #0E5670

Tints of Blue Lagoon #0E5670

Color information

#0E5670 (or 0x0E5670) is unknown color: approx Blue Lagoon. HEX triplet: 0E, 56 and 70. RGB value is (14,86,112). Sum of RGB (Red+Green+Blue) = 14+86+112=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #0E5670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5670 is #F1A98F. Grayscale: #434343. Windows color (decimal): -15837584 or 7362062. OLE color: 7362062.

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

Color convert

RGB1486112-
CMYK0.880.2300.56
HSL195.92º77.78%24.71%-
HSV(B)195.92º87.5%43.92%-
XYZ6.437.9216.52-
YUV67.44153.1589.89-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.60%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 112 (44.14% from 255) = 52.83%
R=6.60%
G=40.57%
B=52.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal14861120.880.2300.56195.9277.7824.71
HexE56705817038c44e19
Octal161261601302707030411631
Binary111010101101110000101100010111011100011000100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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