Shades of Eastern Blue #0F8396
Tints of Eastern Blue #0F8396
RGB
CMYK
RGB Variations
Color information
#0F8396 (or 0x0F8396) is known color: Eastern Blue. HEX triplet: 0F, 83 and 96. RGB value is (15,131,150). Sum of RGB (Red+Green+Blue) = 15+131+150=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F8396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8396 is #F07C69. Grayscale: #626262. Windows color (decimal): -15760490 or 9863951. OLE color: 9863951.
HSL color Cylindrical-coordinate representation of color #0F8396: hue angle of 188.44º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F8396 is Cyan = 0.9, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 131 | 150 | - |
| CMYK | 0.9 | 0.13 | 0 | 0.41 |
| HSL | 188.44º | 0.82% | 0.32% | - |
| HSV(B) | 188.44º | 0.9% | 0.59% | - |
| XYZ | 13.82 | 18.54 | 31.7 | - |
| YUV | 98.48 | 157.07 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 131 | 150 | 0.9 | 0.13 | 0 | 0.41 | 188.44 | 0.82 | 0.32 |
| Hex | F | 83 | 96 | 5A | D | 0 | 29 | BC | 52 | 20 |
| Octal | 17 | 203 | 226 | 132 | 15 | 0 | 51 | 274 | 122 | 40 |
| Binary | 1111 | 10000011 | 10010110 | 1011010 | 1101 | 0 | 101001 | 10111100 | 1010010 | 100000 |
Color Harmonies of #0F8396
Complementary color
Monochromatic Colors of #0F8396
Black with #0F8396
Text Example
Text Example
White with #0F8396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8396; }
p { color: rgb(15,131,150); }
H1.HeaderClassName
{
color: #0F8396;
}
.AnyTagClassName
{
color: #0F8396;
}
</style>
background-color css
<style>
a { background-color: #0F8396; }
a { background-color: rgb(15,131,150); }
div.DivClassName
{
background-color: #0F8396;
}
.BgClassName
{
background-color: #0F8396;
}
</style>
border-color css
<style>
span { border-color: #0F8396; }
span { border-color: rgb(15,131,150); }
td.TdClassName
{
border-color: #0F8396;
}
.TagClassName
{
border-color: #0F8396;
}
</style>