Shades of Navy #0F087A
Tints of Navy #0F087A
RGB
CMYK
RGB Variations
Color information
#0F087A (or 0x0F087A) is known color: Navy. HEX triplet: 0F, 08 and 7A. RGB value is (15,8,122). Sum of RGB (Red+Green+Blue) = 15+8+122=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 122 (48.05% from 255 or 84.14% from 145); Max value from RGB is 122 - color contains mainly: blue. Hex color #0F087A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F087A is #F0F785. Grayscale: #161616. Windows color (decimal): -15792006 or 7997455. OLE color: 7997455.
HSL color Cylindrical-coordinate representation of color #0F087A: hue angle of 243.68º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F087A is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 8 | 122 | - |
| CMYK | 0.88 | 0.93 | 0 | 0.52 |
| HSL | 243.68º | 0.88% | 0.25% | - |
| HSV(B) | 243.68º | 0.93% | 0.48% | - |
| XYZ | 3.8 | 1.68 | 18.54 | - |
| YUV | 23.09 | 183.82 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 8 | 122 | 0.88 | 0.93 | 0 | 0.52 | 243.68 | 0.88 | 0.25 |
| Hex | F | 8 | 7A | 58 | 5D | 0 | 34 | F4 | 58 | 19 |
| Octal | 17 | 10 | 172 | 130 | 135 | 0 | 64 | 364 | 130 | 31 |
| Binary | 1111 | 1000 | 1111010 | 1011000 | 1011101 | 0 | 110100 | 11110100 | 1011000 | 11001 |
Color Harmonies of #0F087A
Complementary color
Monochromatic Colors of #0F087A
Black with #0F087A
Text Example
Text Example
White with #0F087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F087A; }
p { color: rgb(15,8,122); }
H1.HeaderClassName
{
color: #0F087A;
}
.AnyTagClassName
{
color: #0F087A;
}
</style>
background-color css
<style>
a { background-color: #0F087A; }
a { background-color: rgb(15,8,122); }
div.DivClassName
{
background-color: #0F087A;
}
.BgClassName
{
background-color: #0F087A;
}
</style>
border-color css
<style>
span { border-color: #0F087A; }
span { border-color: rgb(15,8,122); }
td.TdClassName
{
border-color: #0F087A;
}
.TagClassName
{
border-color: #0F087A;
}
</style>