Shades of Eastern Blue #0F7995
Tints of Eastern Blue #0F7995
RGB
CMYK
RGB Variations
Color information
#0F7995 (or 0x0F7995) is known color: Eastern Blue. HEX triplet: 0F, 79 and 95. RGB value is (15,121,149). Sum of RGB (Red+Green+Blue) = 15+121+149=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F7995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7995 is #F0866A. Grayscale: #5C5C5C. Windows color (decimal): -15763051 or 9795855. OLE color: 9795855.
HSL color Cylindrical-coordinate representation of color #0F7995: hue angle of 192.54º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F7995 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 121 | 149 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.42 |
| HSL | 192.54º | 0.82% | 0.32% | - |
| HSV(B) | 192.54º | 0.9% | 0.58% | - |
| XYZ | 12.46 | 15.95 | 30.86 | - |
| YUV | 92.5 | 159.88 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 121 | 149 | 0.90 | 0.19 | 0 | 0.42 | 192.54 | 0.82 | 0.32 |
| Hex | F | 79 | 95 | 5A | 13 | 0 | 2A | C1 | 52 | 20 |
| Octal | 17 | 171 | 225 | 132 | 23 | 0 | 52 | 301 | 122 | 40 |
| Binary | 1111 | 1111001 | 10010101 | 1011010 | 10011 | 0 | 101010 | 11000001 | 1010010 | 100000 |
Color Harmonies of #0F7995
Complementary color
Monochromatic Colors of #0F7995
Black with #0F7995
Text Example
Text Example
White with #0F7995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7995; }
p { color: rgb(15,121,149); }
H1.HeaderClassName
{
color: #0F7995;
}
.AnyTagClassName
{
color: #0F7995;
}
</style>
background-color css
<style>
a { background-color: #0F7995; }
a { background-color: rgb(15,121,149); }
div.DivClassName
{
background-color: #0F7995;
}
.BgClassName
{
background-color: #0F7995;
}
</style>
border-color css
<style>
span { border-color: #0F7995; }
span { border-color: rgb(15,121,149); }
td.TdClassName
{
border-color: #0F7995;
}
.TagClassName
{
border-color: #0F7995;
}
</style>