Shades of Navy #0F057E
Tints of Navy #0F057E
RGB
CMYK
RGB Variations
Color information
#0F057E (or 0x0F057E) is known color: Navy. HEX triplet: 0F, 05 and 7E. RGB value is (15,5,126). Sum of RGB (Red+Green+Blue) = 15+5+126=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 126 (49.61% from 255 or 86.30% from 146); Max value from RGB is 126 - color contains mainly: blue. Hex color #0F057E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F057E is #F0FA81. Grayscale: #151515. Windows color (decimal): -15792770 or 8258831. OLE color: 8258831.
HSL color Cylindrical-coordinate representation of color #0F057E: hue angle of 244.96º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F057E is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 5 | 126 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.51 |
| HSL | 244.96º | 0.92% | 0.26% | - |
| HSV(B) | 244.96º | 0.96% | 0.49% | - |
| XYZ | 4.02 | 1.72 | 19.86 | - |
| YUV | 21.78 | 186.81 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 126 | 0.88 | 0.96 | 0 | 0.51 | 244.96 | 0.92 | 0.26 |
| Hex | F | 5 | 7E | 58 | 60 | 0 | 33 | F5 | 5C | 1A |
| Octal | 17 | 5 | 176 | 130 | 140 | 0 | 63 | 365 | 134 | 32 |
| Binary | 1111 | 101 | 1111110 | 1011000 | 1100000 | 0 | 110011 | 11110101 | 1011100 | 11010 |
Color Harmonies of #0F057E
Complementary color
Monochromatic Colors of #0F057E
Black with #0F057E
Text Example
Text Example
White with #0F057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F057E; }
p { color: rgb(15,5,126); }
H1.HeaderClassName
{
color: #0F057E;
}
.AnyTagClassName
{
color: #0F057E;
}
</style>
background-color css
<style>
a { background-color: #0F057E; }
a { background-color: rgb(15,5,126); }
div.DivClassName
{
background-color: #0F057E;
}
.BgClassName
{
background-color: #0F057E;
}
</style>
border-color css
<style>
span { border-color: #0F057E; }
span { border-color: rgb(15,5,126); }
td.TdClassName
{
border-color: #0F057E;
}
.TagClassName
{
border-color: #0F057E;
}
</style>