Shades of Eastern Blue #0F869B
Tints of Eastern Blue #0F869B
RGB
CMYK
RGB Variations
Color information
#0F869B (or 0x0F869B) is known color: Eastern Blue. HEX triplet: 0F, 86 and 9B. RGB value is (15,134,155). Sum of RGB (Red+Green+Blue) = 15+134+155=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F869B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F869B is #F07964. Grayscale: #646464. Windows color (decimal): -15759717 or 10192399. OLE color: 10192399.
HSL color Cylindrical-coordinate representation of color #0F869B: hue angle of 189º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F869B is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 134 | 155 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.39 |
| HSL | 189º | 0.82% | 0.33% | - |
| HSV(B) | 189º | 0.9% | 0.61% | - |
| XYZ | 14.64 | 19.52 | 34.01 | - |
| YUV | 100.81 | 158.58 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 134 | 155 | 0.90 | 0.14 | 0 | 0.39 | 189 | 0.82 | 0.33 |
| Hex | F | 86 | 9B | 5A | E | 0 | 27 | BD | 52 | 21 |
| Octal | 17 | 206 | 233 | 132 | 16 | 0 | 47 | 275 | 122 | 41 |
| Binary | 1111 | 10000110 | 10011011 | 1011010 | 1110 | 0 | 100111 | 10111101 | 1010010 | 100001 |
Color Harmonies of #0F869B
Complementary color
Monochromatic Colors of #0F869B
Black with #0F869B
Text Example
Text Example
White with #0F869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F869B; }
p { color: rgb(15,134,155); }
H1.HeaderClassName
{
color: #0F869B;
}
.AnyTagClassName
{
color: #0F869B;
}
</style>
background-color css
<style>
a { background-color: #0F869B; }
a { background-color: rgb(15,134,155); }
div.DivClassName
{
background-color: #0F869B;
}
.BgClassName
{
background-color: #0F869B;
}
</style>
border-color css
<style>
span { border-color: #0F869B; }
span { border-color: rgb(15,134,155); }
td.TdClassName
{
border-color: #0F869B;
}
.TagClassName
{
border-color: #0F869B;
}
</style>