Shades of Navy #010F7E
Tints of Navy #010F7E
RGB
CMYK
RGB Variations
Color information
#010F7E (or 0x010F7E) is known color: Navy. HEX triplet: 01, 0F and 7E. RGB value is (1,15,126). Sum of RGB (Red+Green+Blue) = 1+15+126=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 126 (49.61% from 255 or 88.73% from 142); Max value from RGB is 126 - color contains mainly: blue. Hex color #010F7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F7E is #FEF081. Grayscale: #171717. Windows color (decimal): -16707714 or 8261377. OLE color: 8261377.
HSL color Cylindrical-coordinate representation of color #010F7E: hue angle of 233.28º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F7E is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 15 | 126 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.51 |
| HSL | 233.28º | 0.98% | 0.25% | - |
| HSV(B) | 233.28º | 0.99% | 0.49% | - |
| XYZ | 3.95 | 1.85 | 19.89 | - |
| YUV | 23.47 | 185.86 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 126 | 0.99 | 0.88 | 0 | 0.51 | 233.28 | 0.98 | 0.25 |
| Hex | 1 | F | 7E | 63 | 58 | 0 | 33 | E9 | 62 | 19 |
| Octal | 1 | 17 | 176 | 143 | 130 | 0 | 63 | 351 | 142 | 31 |
| Binary | 1 | 1111 | 1111110 | 1100011 | 1011000 | 0 | 110011 | 11101001 | 1100010 | 11001 |
Color Harmonies of #010F7E
Complementary color
Monochromatic Colors of #010F7E
Black with #010F7E
Text Example
Text Example
White with #010F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F7E; }
p { color: rgb(1,15,126); }
H1.HeaderClassName
{
color: #010F7E;
}
.AnyTagClassName
{
color: #010F7E;
}
</style>
background-color css
<style>
a { background-color: #010F7E; }
a { background-color: rgb(1,15,126); }
div.DivClassName
{
background-color: #010F7E;
}
.BgClassName
{
background-color: #010F7E;
}
</style>
border-color css
<style>
span { border-color: #010F7E; }
span { border-color: rgb(1,15,126); }
td.TdClassName
{
border-color: #010F7E;
}
.TagClassName
{
border-color: #010F7E;
}
</style>