Shades of Navy #010F7A
Tints of Navy #010F7A
RGB
CMYK
RGB Variations
Color information
#010F7A (or 0x010F7A) is known color: Navy. HEX triplet: 01, 0F and 7A. RGB value is (1,15,122). Sum of RGB (Red+Green+Blue) = 1+15+122=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 122 (48.05% from 255 or 88.41% from 138); Max value from RGB is 122 - color contains mainly: blue. Hex color #010F7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F7A is #FEF085. Grayscale: #161616. Windows color (decimal): -16707718 or 7999233. OLE color: 7999233.
HSL color Cylindrical-coordinate representation of color #010F7A: hue angle of 233.06º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F7A is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 15 | 122 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.52 |
| HSL | 233.06º | 0.98% | 0.24% | - |
| HSV(B) | 233.06º | 0.99% | 0.48% | - |
| XYZ | 3.7 | 1.75 | 18.56 | - |
| YUV | 23.01 | 183.86 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 122 | 0.99 | 0.88 | 0 | 0.52 | 233.06 | 0.98 | 0.24 |
| Hex | 1 | F | 7A | 63 | 58 | 0 | 34 | E9 | 62 | 18 |
| Octal | 1 | 17 | 172 | 143 | 130 | 0 | 64 | 351 | 142 | 30 |
| Binary | 1 | 1111 | 1111010 | 1100011 | 1011000 | 0 | 110100 | 11101001 | 1100010 | 11000 |
Color Harmonies of #010F7A
Complementary color
Monochromatic Colors of #010F7A
Black with #010F7A
Text Example
Text Example
White with #010F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F7A; }
p { color: rgb(1,15,122); }
H1.HeaderClassName
{
color: #010F7A;
}
.AnyTagClassName
{
color: #010F7A;
}
</style>
background-color css
<style>
a { background-color: #010F7A; }
a { background-color: rgb(1,15,122); }
div.DivClassName
{
background-color: #010F7A;
}
.BgClassName
{
background-color: #010F7A;
}
</style>
border-color css
<style>
span { border-color: #010F7A; }
span { border-color: rgb(1,15,122); }
td.TdClassName
{
border-color: #010F7A;
}
.TagClassName
{
border-color: #010F7A;
}
</style>