Shades of Eastern Blue #0F809B
Tints of Eastern Blue #0F809B
RGB
CMYK
RGB Variations
Color information
#0F809B (or 0x0F809B) is known color: Eastern Blue. HEX triplet: 0F, 80 and 9B. RGB value is (15,128,155). Sum of RGB (Red+Green+Blue) = 15+128+155=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F809B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F809B is #F07F64. Grayscale: #616161. Windows color (decimal): -15761253 or 10190863. OLE color: 10190863.
HSL color Cylindrical-coordinate representation of color #0F809B: hue angle of 191.57º 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 #0F809B is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 128 | 155 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.39 |
| HSL | 191.57º | 0.82% | 0.33% | - |
| HSV(B) | 191.57º | 0.9% | 0.61% | - |
| XYZ | 13.83 | 17.91 | 33.74 | - |
| YUV | 97.29 | 160.56 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 128 | 155 | 0.90 | 0.17 | 0 | 0.39 | 191.57 | 0.82 | 0.33 |
| Hex | F | 80 | 9B | 5A | 11 | 0 | 27 | C0 | 52 | 21 |
| Octal | 17 | 200 | 233 | 132 | 21 | 0 | 47 | 300 | 122 | 41 |
| Binary | 1111 | 10000000 | 10011011 | 1011010 | 10001 | 0 | 100111 | 11000000 | 1010010 | 100001 |
Color Harmonies of #0F809B
Complementary color
Monochromatic Colors of #0F809B
Black with #0F809B
Text Example
Text Example
White with #0F809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F809B; }
p { color: rgb(15,128,155); }
H1.HeaderClassName
{
color: #0F809B;
}
.AnyTagClassName
{
color: #0F809B;
}
</style>
background-color css
<style>
a { background-color: #0F809B; }
a { background-color: rgb(15,128,155); }
div.DivClassName
{
background-color: #0F809B;
}
.BgClassName
{
background-color: #0F809B;
}
</style>
border-color css
<style>
span { border-color: #0F809B; }
span { border-color: rgb(15,128,155); }
td.TdClassName
{
border-color: #0F809B;
}
.TagClassName
{
border-color: #0F809B;
}
</style>