Shades of Eastern Blue #0F8099
Tints of Eastern Blue #0F8099
RGB
CMYK
RGB Variations
Color information
#0F8099 (or 0x0F8099) is known color: Eastern Blue. HEX triplet: 0F, 80 and 99. RGB value is (15,128,153). Sum of RGB (Red+Green+Blue) = 15+128+153=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F8099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8099 is #F07F66. Grayscale: #606060. Windows color (decimal): -15761255 or 10059791. OLE color: 10059791.
HSL color Cylindrical-coordinate representation of color #0F8099: hue angle of 190.87º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F8099 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 128 | 153 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.4 |
| HSL | 190.87º | 0.82% | 0.33% | - |
| HSV(B) | 190.87º | 0.9% | 0.6% | - |
| XYZ | 13.67 | 17.84 | 32.86 | - |
| YUV | 97.06 | 159.56 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 128 | 153 | 0.90 | 0.16 | 0 | 0.4 | 190.87 | 0.82 | 0.33 |
| Hex | F | 80 | 99 | 5A | 10 | 0 | 28 | BF | 52 | 21 |
| Octal | 17 | 200 | 231 | 132 | 20 | 0 | 50 | 277 | 122 | 41 |
| Binary | 1111 | 10000000 | 10011001 | 1011010 | 10000 | 0 | 101000 | 10111111 | 1010010 | 100001 |
Color Harmonies of #0F8099
Complementary color
Monochromatic Colors of #0F8099
Black with #0F8099
Text Example
Text Example
White with #0F8099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8099; }
p { color: rgb(15,128,153); }
H1.HeaderClassName
{
color: #0F8099;
}
.AnyTagClassName
{
color: #0F8099;
}
</style>
background-color css
<style>
a { background-color: #0F8099; }
a { background-color: rgb(15,128,153); }
div.DivClassName
{
background-color: #0F8099;
}
.BgClassName
{
background-color: #0F8099;
}
</style>
border-color css
<style>
span { border-color: #0F8099; }
span { border-color: rgb(15,128,153); }
td.TdClassName
{
border-color: #0F8099;
}
.TagClassName
{
border-color: #0F8099;
}
</style>