Shades of Navy #010C76
Tints of Navy #010C76
RGB
CMYK
RGB Variations
Color information
#010C76 (or 0x010C76) is known color: Navy. HEX triplet: 01, 0C and 76. RGB value is (1,12,118). Sum of RGB (Red+Green+Blue) = 1+12+118=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 118 (46.48% from 255 or 90.08% from 131); Max value from RGB is 118 - color contains mainly: blue. Hex color #010C76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C76 is #FEF389. Grayscale: #141414. Windows color (decimal): -16708490 or 7736321. OLE color: 7736321.
HSL color Cylindrical-coordinate representation of color #010C76: hue angle of 234.36º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C76 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 12 | 118 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.54 |
| HSL | 234.36º | 0.98% | 0.23% | - |
| HSV(B) | 234.36º | 0.99% | 0.46% | - |
| XYZ | 3.41 | 1.58 | 17.26 | - |
| YUV | 20.8 | 182.86 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 118 | 0.99 | 0.90 | 0 | 0.54 | 234.36 | 0.98 | 0.23 |
| Hex | 1 | C | 76 | 63 | 5A | 0 | 36 | EA | 62 | 17 |
| Octal | 1 | 14 | 166 | 143 | 132 | 0 | 66 | 352 | 142 | 27 |
| Binary | 1 | 1100 | 1110110 | 1100011 | 1011010 | 0 | 110110 | 11101010 | 1100010 | 10111 |
Color Harmonies of #010C76
Complementary color
Monochromatic Colors of #010C76
Black with #010C76
Text Example
Text Example
White with #010C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C76; }
p { color: rgb(1,12,118); }
H1.HeaderClassName
{
color: #010C76;
}
.AnyTagClassName
{
color: #010C76;
}
</style>
background-color css
<style>
a { background-color: #010C76; }
a { background-color: rgb(1,12,118); }
div.DivClassName
{
background-color: #010C76;
}
.BgClassName
{
background-color: #010C76;
}
</style>
border-color css
<style>
span { border-color: #010C76; }
span { border-color: rgb(1,12,118); }
td.TdClassName
{
border-color: #010C76;
}
.TagClassName
{
border-color: #010C76;
}
</style>