Shades of Eastern Blue #0F8392
Tints of Eastern Blue #0F8392
RGB
CMYK
RGB Variations
Color information
#0F8392 (or 0x0F8392) is known color: Eastern Blue. HEX triplet: 0F, 83 and 92. RGB value is (15,131,146). Sum of RGB (Red+Green+Blue) = 15+131+146=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F8392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8392 is #F07C6D. Grayscale: #616161. Windows color (decimal): -15760494 or 9601807. OLE color: 9601807.
HSL color Cylindrical-coordinate representation of color #0F8392: hue angle of 186.87º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F8392 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 131 | 146 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.43 |
| HSL | 186.87º | 0.81% | 0.32% | - |
| HSV(B) | 186.87º | 0.9% | 0.57% | - |
| XYZ | 13.5 | 18.41 | 30.04 | - |
| YUV | 98.03 | 155.07 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 131 | 146 | 0.90 | 0.10 | 0 | 0.43 | 186.87 | 0.81 | 0.32 |
| Hex | F | 83 | 92 | 5A | A | 0 | 2B | BB | 51 | 20 |
| Octal | 17 | 203 | 222 | 132 | 12 | 0 | 53 | 273 | 121 | 40 |
| Binary | 1111 | 10000011 | 10010010 | 1011010 | 1010 | 0 | 101011 | 10111011 | 1010001 | 100000 |
Color Harmonies of #0F8392
Complementary color
Monochromatic Colors of #0F8392
Black with #0F8392
Text Example
Text Example
White with #0F8392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8392; }
p { color: rgb(15,131,146); }
H1.HeaderClassName
{
color: #0F8392;
}
.AnyTagClassName
{
color: #0F8392;
}
</style>
background-color css
<style>
a { background-color: #0F8392; }
a { background-color: rgb(15,131,146); }
div.DivClassName
{
background-color: #0F8392;
}
.BgClassName
{
background-color: #0F8392;
}
</style>
border-color css
<style>
span { border-color: #0F8392; }
span { border-color: rgb(15,131,146); }
td.TdClassName
{
border-color: #0F8392;
}
.TagClassName
{
border-color: #0F8392;
}
</style>