Shades of Eastern Blue #0F9098
Tints of Eastern Blue #0F9098
RGB
CMYK
RGB Variations
Color information
#0F9098 (or 0x0F9098) is known color: Eastern Blue. HEX triplet: 0F, 90 and 98. RGB value is (15,144,152). Sum of RGB (Red+Green+Blue) = 15+144+152=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #0F9098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9098 is #F06F67. Grayscale: #6A6A6A. Windows color (decimal): -15757160 or 9998351. OLE color: 9998351.
HSL color Cylindrical-coordinate representation of color #0F9098: hue angle of 183.5º 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 #0F9098 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 144 | 152 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.40 |
| HSL | 183.5º | 0.82% | 0.33% | - |
| HSV(B) | 183.5º | 0.9% | 0.6% | - |
| XYZ | 15.84 | 22.32 | 33.18 | - |
| YUV | 106.34 | 153.76 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 144 | 152 | 0.90 | 0.05 | 0 | 0.40 | 183.5 | 0.82 | 0.33 |
| Hex | F | 90 | 98 | 5A | 5 | 0 | 28 | B8 | 52 | 21 |
| Octal | 17 | 220 | 230 | 132 | 5 | 0 | 50 | 270 | 122 | 41 |
| Binary | 1111 | 10010000 | 10011000 | 1011010 | 101 | 0 | 101000 | 10111000 | 1010010 | 100001 |
Color Harmonies of #0F9098
Complementary color
Monochromatic Colors of #0F9098
Black with #0F9098
Text Example
Text Example
White with #0F9098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9098; }
p { color: rgb(15,144,152); }
H1.HeaderClassName
{
color: #0F9098;
}
.AnyTagClassName
{
color: #0F9098;
}
</style>
background-color css
<style>
a { background-color: #0F9098; }
a { background-color: rgb(15,144,152); }
div.DivClassName
{
background-color: #0F9098;
}
.BgClassName
{
background-color: #0F9098;
}
</style>
border-color css
<style>
span { border-color: #0F9098; }
span { border-color: rgb(15,144,152); }
td.TdClassName
{
border-color: #0F9098;
}
.TagClassName
{
border-color: #0F9098;
}
</style>