Shades of Navy #010F6F
Tints of Navy #010F6F
RGB
CMYK
RGB Variations
Color information
#010F6F (or 0x010F6F) is known color: Navy. HEX triplet: 01, 0F and 6F. RGB value is (1,15,111). Sum of RGB (Red+Green+Blue) = 1+15+111=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 111 (43.75% from 255 or 87.40% from 127); Max value from RGB is 111 - color contains mainly: blue. Hex color #010F6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F6F is #FEF090. Grayscale: #151515. Windows color (decimal): -16707729 or 7278337. OLE color: 7278337.
HSL color Cylindrical-coordinate representation of color #010F6F: hue angle of 232.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F6F is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 15 | 111 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.56 |
| HSL | 232.36º | 0.98% | 0.22% | - |
| HSV(B) | 232.36º | 0.99% | 0.44% | - |
| XYZ | 3.05 | 1.5 | 15.17 | - |
| YUV | 21.76 | 178.36 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 111 | 0.99 | 0.86 | 0 | 0.56 | 232.36 | 0.98 | 0.22 |
| Hex | 1 | F | 6F | 63 | 56 | 0 | 38 | E8 | 62 | 16 |
| Octal | 1 | 17 | 157 | 143 | 126 | 0 | 70 | 350 | 142 | 26 |
| Binary | 1 | 1111 | 1101111 | 1100011 | 1010110 | 0 | 111000 | 11101000 | 1100010 | 10110 |
Color Harmonies of #010F6F
Complementary color
Monochromatic Colors of #010F6F
Black with #010F6F
Text Example
Text Example
White with #010F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F6F; }
p { color: rgb(1,15,111); }
H1.HeaderClassName
{
color: #010F6F;
}
.AnyTagClassName
{
color: #010F6F;
}
</style>
background-color css
<style>
a { background-color: #010F6F; }
a { background-color: rgb(1,15,111); }
div.DivClassName
{
background-color: #010F6F;
}
.BgClassName
{
background-color: #010F6F;
}
</style>
border-color css
<style>
span { border-color: #010F6F; }
span { border-color: rgb(1,15,111); }
td.TdClassName
{
border-color: #010F6F;
}
.TagClassName
{
border-color: #010F6F;
}
</style>