Shades of Navy #0F057A
Tints of Navy #0F057A
RGB
CMYK
RGB Variations
Color information
#0F057A (or 0x0F057A) is known color: Navy. HEX triplet: 0F, 05 and 7A. RGB value is (15,5,122). Sum of RGB (Red+Green+Blue) = 15+5+122=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 122 (48.05% from 255 or 85.92% from 142); Max value from RGB is 122 - color contains mainly: blue. Hex color #0F057A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F057A is #F0FA85. Grayscale: #141414. Windows color (decimal): -15792774 or 7996687. OLE color: 7996687.
HSL color Cylindrical-coordinate representation of color #0F057A: hue angle of 245.13º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F057A is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 5 | 122 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.52 |
| HSL | 245.13º | 0.92% | 0.25% | - |
| HSV(B) | 245.13º | 0.96% | 0.48% | - |
| XYZ | 3.76 | 1.62 | 18.53 | - |
| YUV | 21.33 | 184.81 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 122 | 0.88 | 0.96 | 0 | 0.52 | 245.13 | 0.92 | 0.25 |
| Hex | F | 5 | 7A | 58 | 60 | 0 | 34 | F5 | 5C | 19 |
| Octal | 17 | 5 | 172 | 130 | 140 | 0 | 64 | 365 | 134 | 31 |
| Binary | 1111 | 101 | 1111010 | 1011000 | 1100000 | 0 | 110100 | 11110101 | 1011100 | 11001 |
Color Harmonies of #0F057A
Complementary color
Monochromatic Colors of #0F057A
Black with #0F057A
Text Example
Text Example
White with #0F057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F057A; }
p { color: rgb(15,5,122); }
H1.HeaderClassName
{
color: #0F057A;
}
.AnyTagClassName
{
color: #0F057A;
}
</style>
background-color css
<style>
a { background-color: #0F057A; }
a { background-color: rgb(15,5,122); }
div.DivClassName
{
background-color: #0F057A;
}
.BgClassName
{
background-color: #0F057A;
}
</style>
border-color css
<style>
span { border-color: #0F057A; }
span { border-color: rgb(15,5,122); }
td.TdClassName
{
border-color: #0F057A;
}
.TagClassName
{
border-color: #0F057A;
}
</style>