Shades of Eastern Blue #0F7C90
Tints of Eastern Blue #0F7C90
RGB
CMYK
RGB Variations
Color information
#0F7C90 (or 0x0F7C90) is known color: Eastern Blue. HEX triplet: 0F, 7C and 90. RGB value is (15,124,144). Sum of RGB (Red+Green+Blue) = 15+124+144=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #0F7C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7C90 is #F0836F. Grayscale: #5D5D5D. Windows color (decimal): -15762288 or 9468943. OLE color: 9468943.
HSL color Cylindrical-coordinate representation of color #0F7C90: hue angle of 189.3º 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 #0F7C90 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 124 | 144 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.44 |
| HSL | 189.3º | 0.81% | 0.31% | - |
| HSV(B) | 189.3º | 0.9% | 0.56% | - |
| XYZ | 12.44 | 16.53 | 28.92 | - |
| YUV | 93.69 | 156.39 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 124 | 144 | 0.90 | 0.14 | 0 | 0.44 | 189.3 | 0.81 | 0.31 |
| Hex | F | 7C | 90 | 5A | E | 0 | 2C | BD | 51 | 1F |
| Octal | 17 | 174 | 220 | 132 | 16 | 0 | 54 | 275 | 121 | 37 |
| Binary | 1111 | 1111100 | 10010000 | 1011010 | 1110 | 0 | 101100 | 10111101 | 1010001 | 11111 |
Color Harmonies of #0F7C90
Complementary color
Monochromatic Colors of #0F7C90
Black with #0F7C90
Text Example
Text Example
White with #0F7C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7C90; }
p { color: rgb(15,124,144); }
H1.HeaderClassName
{
color: #0F7C90;
}
.AnyTagClassName
{
color: #0F7C90;
}
</style>
background-color css
<style>
a { background-color: #0F7C90; }
a { background-color: rgb(15,124,144); }
div.DivClassName
{
background-color: #0F7C90;
}
.BgClassName
{
background-color: #0F7C90;
}
</style>
border-color css
<style>
span { border-color: #0F7C90; }
span { border-color: rgb(15,124,144); }
td.TdClassName
{
border-color: #0F7C90;
}
.TagClassName
{
border-color: #0F7C90;
}
</style>