Shades of Eastern Blue #0F859B
Tints of Eastern Blue #0F859B
RGB
CMYK
RGB Variations
Color information
#0F859B (or 0x0F859B) is known color: Eastern Blue. HEX triplet: 0F, 85 and 9B. RGB value is (15,133,155). Sum of RGB (Red+Green+Blue) = 15+133+155=303 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.95% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F859B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F859B is #F07A64. Grayscale: #646464. Windows color (decimal): -15759973 or 10192143. OLE color: 10192143.
HSL color Cylindrical-coordinate representation of color #0F859B: hue angle of 189.43º 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 #0F859B is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 133 | 155 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.39 |
| HSL | 189.43º | 0.82% | 0.33% | - |
| HSV(B) | 189.43º | 0.9% | 0.61% | - |
| XYZ | 14.5 | 19.24 | 33.96 | - |
| YUV | 100.23 | 158.91 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 133 | 155 | 0.90 | 0.14 | 0 | 0.39 | 189.43 | 0.82 | 0.33 |
| Hex | F | 85 | 9B | 5A | E | 0 | 27 | BD | 52 | 21 |
| Octal | 17 | 205 | 233 | 132 | 16 | 0 | 47 | 275 | 122 | 41 |
| Binary | 1111 | 10000101 | 10011011 | 1011010 | 1110 | 0 | 100111 | 10111101 | 1010010 | 100001 |
Color Harmonies of #0F859B
Complementary color
Monochromatic Colors of #0F859B
Black with #0F859B
Text Example
Text Example
White with #0F859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F859B; }
p { color: rgb(15,133,155); }
H1.HeaderClassName
{
color: #0F859B;
}
.AnyTagClassName
{
color: #0F859B;
}
</style>
background-color css
<style>
a { background-color: #0F859B; }
a { background-color: rgb(15,133,155); }
div.DivClassName
{
background-color: #0F859B;
}
.BgClassName
{
background-color: #0F859B;
}
</style>
border-color css
<style>
span { border-color: #0F859B; }
span { border-color: rgb(15,133,155); }
td.TdClassName
{
border-color: #0F859B;
}
.TagClassName
{
border-color: #0F859B;
}
</style>