Shades of Eastern Blue #0F7F90
Tints of Eastern Blue #0F7F90
RGB
CMYK
RGB Variations
Color information
#0F7F90 (or 0x0F7F90) is known color: Eastern Blue. HEX triplet: 0F, 7F and 90. RGB value is (15,127,144). Sum of RGB (Red+Green+Blue) = 15+127+144=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #0F7F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7F90 is #F0806F. Grayscale: #5F5F5F. Windows color (decimal): -15761520 or 9469711. OLE color: 9469711.
HSL color Cylindrical-coordinate representation of color #0F7F90: hue angle of 187.91º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F7F90 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 127 | 144 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.44 |
| HSL | 187.91º | 0.81% | 0.31% | - |
| HSV(B) | 187.91º | 0.9% | 0.56% | - |
| XYZ | 12.82 | 17.29 | 29.05 | - |
| YUV | 95.45 | 155.39 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 127 | 144 | 0.90 | 0.12 | 0 | 0.44 | 187.91 | 0.81 | 0.31 |
| Hex | F | 7F | 90 | 5A | C | 0 | 2C | BC | 51 | 1F |
| Octal | 17 | 177 | 220 | 132 | 14 | 0 | 54 | 274 | 121 | 37 |
| Binary | 1111 | 1111111 | 10010000 | 1011010 | 1100 | 0 | 101100 | 10111100 | 1010001 | 11111 |
Color Harmonies of #0F7F90
Complementary color
Monochromatic Colors of #0F7F90
Black with #0F7F90
Text Example
Text Example
White with #0F7F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7F90; }
p { color: rgb(15,127,144); }
H1.HeaderClassName
{
color: #0F7F90;
}
.AnyTagClassName
{
color: #0F7F90;
}
</style>
background-color css
<style>
a { background-color: #0F7F90; }
a { background-color: rgb(15,127,144); }
div.DivClassName
{
background-color: #0F7F90;
}
.BgClassName
{
background-color: #0F7F90;
}
</style>
border-color css
<style>
span { border-color: #0F7F90; }
span { border-color: rgb(15,127,144); }
td.TdClassName
{
border-color: #0F7F90;
}
.TagClassName
{
border-color: #0F7F90;
}
</style>