#0E6571

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

Shades of Blue Lagoon #0E6571

Tints of Blue Lagoon #0E6571

Color information

#0E6571 (or 0x0E6571) is unknown color: approx Blue Lagoon. HEX triplet: 0E, 65 and 71. RGB value is (14,101,113). Sum of RGB (Red+Green+Blue) = 14+101+113=228 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.14% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #0E6571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6571 is #F19A8E. Grayscale: #4C4C4C. Windows color (decimal): -15833743 or 7431438. OLE color: 7431438.

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

Color convert

RGB14101113-
CMYK0.880.1100.56
HSL187.27º77.95%24.9%-
HSV(B)187.27º87.61%44.31%-
XYZ7.8210.5917.26-
YUV76.36148.6883.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.14%
GREEN value IS 101 (39.84% from 255) = 44.30%
BLUE value IS 113 (44.53% from 255) = 49.56%
R=6.14%
G=44.30%
B=49.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal141011130.880.1100.56187.2777.9524.9
HexE657158B038bb4e19
Octal161451611301307027311631
Binary11101100101111000110110001011011100010111011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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