Shades of Blue Stone #0E666B
Tints of Blue Stone #0E666B
RGB
CMYK
RGB Variations
Color information
#0E666B (or 0x0E666B) is known color: Blue Stone. HEX triplet: 0E, 66 and 6B. RGB value is (14,102,107). Sum of RGB (Red+Green+Blue) = 14+102+107=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #0E666B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E666B is #F19994. Grayscale: #4C4C4C. Windows color (decimal): -15833493 or 7038478. OLE color: 7038478.
HSL color Cylindrical-coordinate representation of color #0E666B: hue angle of 183.23º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E666B is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 102 | 107 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.58 |
| HSL | 183.23º | 0.77% | 0.24% | - |
| HSV(B) | 183.23º | 0.87% | 0.42% | - |
| XYZ | 7.59 | 10.66 | 15.57 | - |
| YUV | 76.26 | 145.35 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 102 | 107 | 0.87 | 0.05 | 0 | 0.58 | 183.23 | 0.77 | 0.24 |
| Hex | E | 66 | 6B | 57 | 5 | 0 | 3A | B7 | 4D | 18 |
| Octal | 16 | 146 | 153 | 127 | 5 | 0 | 72 | 267 | 115 | 30 |
| Binary | 1110 | 1100110 | 1101011 | 1010111 | 101 | 0 | 111010 | 10110111 | 1001101 | 11000 |
Color Harmonies of #0E666B
Complementary color
Monochromatic Colors of #0E666B
Black with #0E666B
Text Example
Text Example
White with #0E666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E666B; }
p { color: rgb(14,102,107); }
H1.HeaderClassName
{
color: #0E666B;
}
.AnyTagClassName
{
color: #0E666B;
}
</style>
background-color css
<style>
a { background-color: #0E666B; }
a { background-color: rgb(14,102,107); }
div.DivClassName
{
background-color: #0E666B;
}
.BgClassName
{
background-color: #0E666B;
}
</style>
border-color css
<style>
span { border-color: #0E666B; }
span { border-color: rgb(14,102,107); }
td.TdClassName
{
border-color: #0E666B;
}
.TagClassName
{
border-color: #0E666B;
}
</style>