Shades of Navy #0A017C
Tints of Navy #0A017C
RGB
CMYK
RGB Variations
Color information
#0A017C (or 0x0A017C) is known color: Navy. HEX triplet: 0A, 01 and 7C. RGB value is (10,1,124). Sum of RGB (Red+Green+Blue) = 10+1+124=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 124 (48.83% from 255 or 91.85% from 135); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A017C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A017C is #F5FE83. Grayscale: #111111. Windows color (decimal): -16121476 or 8126730. OLE color: 8126730.
HSL color Cylindrical-coordinate representation of color #0A017C: hue angle of 244.39º 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 #0A017C is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 1 | 124 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.51 |
| HSL | 244.39º | 0.98% | 0.25% | - |
| HSV(B) | 244.39º | 0.99% | 0.49% | - |
| XYZ | 3.77 | 1.54 | 19.17 | - |
| YUV | 17.71 | 187.98 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 124 | 0.92 | 0.99 | 0 | 0.51 | 244.39 | 0.98 | 0.25 |
| Hex | A | 1 | 7C | 5C | 63 | 0 | 33 | F4 | 62 | 19 |
| Octal | 12 | 1 | 174 | 134 | 143 | 0 | 63 | 364 | 142 | 31 |
| Binary | 1010 | 1 | 1111100 | 1011100 | 1100011 | 0 | 110011 | 11110100 | 1100010 | 11001 |
Color Harmonies of #0A017C
Complementary color
Monochromatic Colors of #0A017C
Black with #0A017C
Text Example
Text Example
White with #0A017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A017C; }
p { color: rgb(10,1,124); }
H1.HeaderClassName
{
color: #0A017C;
}
.AnyTagClassName
{
color: #0A017C;
}
</style>
background-color css
<style>
a { background-color: #0A017C; }
a { background-color: rgb(10,1,124); }
div.DivClassName
{
background-color: #0A017C;
}
.BgClassName
{
background-color: #0A017C;
}
</style>
border-color css
<style>
span { border-color: #0A017C; }
span { border-color: rgb(10,1,124); }
td.TdClassName
{
border-color: #0A017C;
}
.TagClassName
{
border-color: #0A017C;
}
</style>