Shades of Navy #010C73
Tints of Navy #010C73
RGB
CMYK
RGB Variations
Color information
#010C73 (or 0x010C73) is known color: Navy. HEX triplet: 01, 0C and 73. RGB value is (1,12,115). Sum of RGB (Red+Green+Blue) = 1+12+115=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 115 (45.31% from 255 or 89.84% from 128); Max value from RGB is 115 - color contains mainly: blue. Hex color #010C73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C73 is #FEF38C. Grayscale: #141414. Windows color (decimal): -16708493 or 7539713. OLE color: 7539713.
HSL color Cylindrical-coordinate representation of color #010C73: hue angle of 234.21º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C73 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 12 | 115 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.55 |
| HSL | 234.21º | 0.98% | 0.23% | - |
| HSV(B) | 234.21º | 0.99% | 0.45% | - |
| XYZ | 3.24 | 1.51 | 16.34 | - |
| YUV | 20.45 | 181.36 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 115 | 0.99 | 0.90 | 0 | 0.55 | 234.21 | 0.98 | 0.23 |
| Hex | 1 | C | 73 | 63 | 5A | 0 | 37 | EA | 62 | 17 |
| Octal | 1 | 14 | 163 | 143 | 132 | 0 | 67 | 352 | 142 | 27 |
| Binary | 1 | 1100 | 1110011 | 1100011 | 1011010 | 0 | 110111 | 11101010 | 1100010 | 10111 |
Color Harmonies of #010C73
Complementary color
Monochromatic Colors of #010C73
Black with #010C73
Text Example
Text Example
White with #010C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C73; }
p { color: rgb(1,12,115); }
H1.HeaderClassName
{
color: #010C73;
}
.AnyTagClassName
{
color: #010C73;
}
</style>
background-color css
<style>
a { background-color: #010C73; }
a { background-color: rgb(1,12,115); }
div.DivClassName
{
background-color: #010C73;
}
.BgClassName
{
background-color: #010C73;
}
</style>
border-color css
<style>
span { border-color: #010C73; }
span { border-color: rgb(1,12,115); }
td.TdClassName
{
border-color: #010C73;
}
.TagClassName
{
border-color: #010C73;
}
</style>