Shades of Eastern Blue #0F88A2
Tints of Eastern Blue #0F88A2
RGB
CMYK
RGB Variations
Color information
#0F88A2 (or 0x0F88A2) is known color: Eastern Blue. HEX triplet: 0F, 88 and A2. RGB value is (15,136,162). Sum of RGB (Red+Green+Blue) = 15+136+162=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 162 (63.67% from 255 or 51.76% from 313); Max value from RGB is 162 - color contains mainly: blue. Hex color #0F88A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F88A2 is #F0775D. Grayscale: #666666. Windows color (decimal): -15759198 or 10651663. OLE color: 10651663.
HSL color Cylindrical-coordinate representation of color #0F88A2: hue angle of 190.61º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F88A2 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 136 | 162 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.36 |
| HSL | 190.61º | 0.83% | 0.35% | - |
| HSV(B) | 190.61º | 0.91% | 0.64% | - |
| XYZ | 15.52 | 20.32 | 37.29 | - |
| YUV | 102.79 | 161.41 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 136 | 162 | 0.91 | 0.16 | 0 | 0.36 | 190.61 | 0.83 | 0.35 |
| Hex | F | 88 | A2 | 5B | 10 | 0 | 24 | BF | 53 | 23 |
| Octal | 17 | 210 | 242 | 133 | 20 | 0 | 44 | 277 | 123 | 43 |
| Binary | 1111 | 10001000 | 10100010 | 1011011 | 10000 | 0 | 100100 | 10111111 | 1010011 | 100011 |
Color Harmonies of #0F88A2
Complementary color
Monochromatic Colors of #0F88A2
Black with #0F88A2
Text Example
Text Example
White with #0F88A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F88A2; }
p { color: rgb(15,136,162); }
H1.HeaderClassName
{
color: #0F88A2;
}
.AnyTagClassName
{
color: #0F88A2;
}
</style>
background-color css
<style>
a { background-color: #0F88A2; }
a { background-color: rgb(15,136,162); }
div.DivClassName
{
background-color: #0F88A2;
}
.BgClassName
{
background-color: #0F88A2;
}
</style>
border-color css
<style>
span { border-color: #0F88A2; }
span { border-color: rgb(15,136,162); }
td.TdClassName
{
border-color: #0F88A2;
}
.TagClassName
{
border-color: #0F88A2;
}
</style>