Shades of Eastern Blue #0F91A4
Tints of Eastern Blue #0F91A4
RGB
CMYK
RGB Variations
Color information
#0F91A4 (or 0x0F91A4) is known color: Eastern Blue. HEX triplet: 0F, 91 and A4. RGB value is (15,145,164). Sum of RGB (Red+Green+Blue) = 15+145+164=324 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.63% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 164 (64.45% from 255 or 50.62% from 324); Max value from RGB is 164 - color contains mainly: blue. Hex color #0F91A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F91A4 is #F06E5B. Grayscale: #6C6C6C. Windows color (decimal): -15756892 or 10785039. OLE color: 10785039.
HSL color Cylindrical-coordinate representation of color #0F91A4: hue angle of 187.65º 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 #0F91A4 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 145 | 164 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.36 |
| HSL | 187.65º | 0.83% | 0.35% | - |
| HSV(B) | 187.65º | 0.91% | 0.64% | - |
| XYZ | 17.02 | 23.03 | 38.67 | - |
| YUV | 108.3 | 159.43 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 145 | 164 | 0.91 | 0.12 | 0 | 0.36 | 187.65 | 0.83 | 0.35 |
| Hex | F | 91 | A4 | 5B | C | 0 | 24 | BC | 53 | 23 |
| Octal | 17 | 221 | 244 | 133 | 14 | 0 | 44 | 274 | 123 | 43 |
| Binary | 1111 | 10010001 | 10100100 | 1011011 | 1100 | 0 | 100100 | 10111100 | 1010011 | 100011 |
Color Harmonies of #0F91A4
Complementary color
Monochromatic Colors of #0F91A4
Black with #0F91A4
Text Example
Text Example
White with #0F91A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F91A4; }
p { color: rgb(15,145,164); }
H1.HeaderClassName
{
color: #0F91A4;
}
.AnyTagClassName
{
color: #0F91A4;
}
</style>
background-color css
<style>
a { background-color: #0F91A4; }
a { background-color: rgb(15,145,164); }
div.DivClassName
{
background-color: #0F91A4;
}
.BgClassName
{
background-color: #0F91A4;
}
</style>
border-color css
<style>
span { border-color: #0F91A4; }
span { border-color: rgb(15,145,164); }
td.TdClassName
{
border-color: #0F91A4;
}
.TagClassName
{
border-color: #0F91A4;
}
</style>