Shades of Eastern Blue #0F7F91
Tints of Eastern Blue #0F7F91
RGB
CMYK
RGB Variations
Color information
#0F7F91 (or 0x0F7F91) is known color: Eastern Blue. HEX triplet: 0F, 7F and 91. RGB value is (15,127,145). Sum of RGB (Red+Green+Blue) = 15+127+145=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F7F91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7F91 is #F0806E. Grayscale: #5F5F5F. Windows color (decimal): -15761519 or 9535247. OLE color: 9535247.
HSL color Cylindrical-coordinate representation of color #0F7F91: hue angle of 188.31º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F7F91 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 127 | 145 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.43 |
| HSL | 188.31º | 0.81% | 0.31% | - |
| HSV(B) | 188.31º | 0.9% | 0.57% | - |
| XYZ | 12.9 | 17.32 | 29.45 | - |
| YUV | 95.56 | 155.89 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 127 | 145 | 0.90 | 0.12 | 0 | 0.43 | 188.31 | 0.81 | 0.31 |
| Hex | F | 7F | 91 | 5A | C | 0 | 2B | BC | 51 | 1F |
| Octal | 17 | 177 | 221 | 132 | 14 | 0 | 53 | 274 | 121 | 37 |
| Binary | 1111 | 1111111 | 10010001 | 1011010 | 1100 | 0 | 101011 | 10111100 | 1010001 | 11111 |
Color Harmonies of #0F7F91
Complementary color
Monochromatic Colors of #0F7F91
Black with #0F7F91
Text Example
Text Example
White with #0F7F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7F91; }
p { color: rgb(15,127,145); }
H1.HeaderClassName
{
color: #0F7F91;
}
.AnyTagClassName
{
color: #0F7F91;
}
</style>
background-color css
<style>
a { background-color: #0F7F91; }
a { background-color: rgb(15,127,145); }
div.DivClassName
{
background-color: #0F7F91;
}
.BgClassName
{
background-color: #0F7F91;
}
</style>
border-color css
<style>
span { border-color: #0F7F91; }
span { border-color: rgb(15,127,145); }
td.TdClassName
{
border-color: #0F7F91;
}
.TagClassName
{
border-color: #0F7F91;
}
</style>