Shades of Navy #0F0075
Tints of Navy #0F0075
RGB
CMYK
RGB Variations
Color information
#0F0075 (or 0x0F0075) is known color: Navy. HEX triplet: 0F, 00 and 75. RGB value is (15,0,117). Sum of RGB (Red+Green+Blue) = 15+0+117=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 117 (46.09% from 255 or 88.64% from 132); Max value from RGB is 117 - color contains mainly: blue. Hex color #0F0075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0075 is #F0FF8A. Grayscale: #111111. Windows color (decimal): -15794059 or 7667727. OLE color: 7667727.
HSL color Cylindrical-coordinate representation of color #0F0075: hue angle of 247.69º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0075 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 15 | 0 | 117 | - |
| CMYK | 0.87 | 1 | 0 | 0.54 |
| HSL | 247.69º | 1% | 0.23% | - |
| HSV(B) | 247.69º | 1% | 0.46% | - |
| XYZ | 3.41 | 1.39 | 16.92 | - |
| YUV | 17.82 | 183.97 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 117 | 0.87 | 1 | 0 | 0.54 | 247.69 | 1 | 0.23 |
| Hex | F | 0 | 75 | 57 | 64 | 0 | 36 | F8 | 64 | 17 |
| Octal | 17 | 0 | 165 | 127 | 144 | 0 | 66 | 370 | 144 | 27 |
| Binary | 1111 | 0 | 1110101 | 1010111 | 1100100 | 0 | 110110 | 11111000 | 1100100 | 10111 |
Color Harmonies of #0F0075
Complementary color
Monochromatic Colors of #0F0075
Black with #0F0075
Text Example
Text Example
White with #0F0075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0075; }
p { color: rgb(15,0,117); }
H1.HeaderClassName
{
color: #0F0075;
}
.AnyTagClassName
{
color: #0F0075;
}
</style>
background-color css
<style>
a { background-color: #0F0075; }
a { background-color: rgb(15,0,117); }
div.DivClassName
{
background-color: #0F0075;
}
.BgClassName
{
background-color: #0F0075;
}
</style>
border-color css
<style>
span { border-color: #0F0075; }
span { border-color: rgb(15,0,117); }
td.TdClassName
{
border-color: #0F0075;
}
.TagClassName
{
border-color: #0F0075;
}
</style>