Shades of Blue Lagoon #0E6071
Tints of Blue Lagoon #0E6071
RGB
CMYK
RGB Variations
Color information
#0E6071 (or 0x0E6071) is known color: Blue Lagoon. HEX triplet: 0E, 60 and 71. RGB value is (14,96,113). Sum of RGB (Red+Green+Blue) = 14+96+113=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #0E6071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6071 is #F19F8E. Grayscale: #494949. Windows color (decimal): -15835023 or 7430158. OLE color: 7430158.
HSL color Cylindrical-coordinate representation of color #0E6071: hue angle of 190.3º 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 #0E6071 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 96 | 113 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.56 |
| HSL | 190.3º | 0.78% | 0.25% | - |
| HSV(B) | 190.3º | 0.88% | 0.44% | - |
| XYZ | 7.34 | 9.65 | 17.1 | - |
| YUV | 73.42 | 150.33 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 96 | 113 | 0.88 | 0.15 | 0 | 0.56 | 190.3 | 0.78 | 0.25 |
| Hex | E | 60 | 71 | 58 | F | 0 | 38 | BE | 4E | 19 |
| Octal | 16 | 140 | 161 | 130 | 17 | 0 | 70 | 276 | 116 | 31 |
| Binary | 1110 | 1100000 | 1110001 | 1011000 | 1111 | 0 | 111000 | 10111110 | 1001110 | 11001 |
Color Harmonies of #0E6071
Complementary color
Monochromatic Colors of #0E6071
Black with #0E6071
Text Example
Text Example
White with #0E6071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6071; }
p { color: rgb(14,96,113); }
H1.HeaderClassName
{
color: #0E6071;
}
.AnyTagClassName
{
color: #0E6071;
}
</style>
background-color css
<style>
a { background-color: #0E6071; }
a { background-color: rgb(14,96,113); }
div.DivClassName
{
background-color: #0E6071;
}
.BgClassName
{
background-color: #0E6071;
}
</style>
border-color css
<style>
span { border-color: #0E6071; }
span { border-color: rgb(14,96,113); }
td.TdClassName
{
border-color: #0E6071;
}
.TagClassName
{
border-color: #0E6071;
}
</style>