Shades of Navy #010C6D
Tints of Navy #010C6D
RGB
CMYK
RGB Variations
Color information
#010C6D (or 0x010C6D) is known color: Navy. HEX triplet: 01, 0C and 6D. RGB value is (1,12,109). Sum of RGB (Red+Green+Blue) = 1+12+109=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 109 (42.97% from 255 or 89.34% from 122); Max value from RGB is 109 - color contains mainly: blue. Hex color #010C6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C6D is #FEF392. Grayscale: #131313. Windows color (decimal): -16708499 or 7146497. OLE color: 7146497.
HSL color Cylindrical-coordinate representation of color #010C6D: hue angle of 233.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C6D is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 12 | 109 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.57 |
| HSL | 233.89º | 0.98% | 0.22% | - |
| HSV(B) | 233.89º | 0.99% | 0.43% | - |
| XYZ | 2.9 | 1.37 | 14.58 | - |
| YUV | 19.77 | 178.36 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 109 | 0.99 | 0.89 | 0 | 0.57 | 233.89 | 0.98 | 0.22 |
| Hex | 1 | C | 6D | 63 | 59 | 0 | 39 | EA | 62 | 16 |
| Octal | 1 | 14 | 155 | 143 | 131 | 0 | 71 | 352 | 142 | 26 |
| Binary | 1 | 1100 | 1101101 | 1100011 | 1011001 | 0 | 111001 | 11101010 | 1100010 | 10110 |
Color Harmonies of #010C6D
Complementary color
Monochromatic Colors of #010C6D
Black with #010C6D
Text Example
Text Example
White with #010C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C6D; }
p { color: rgb(1,12,109); }
H1.HeaderClassName
{
color: #010C6D;
}
.AnyTagClassName
{
color: #010C6D;
}
</style>
background-color css
<style>
a { background-color: #010C6D; }
a { background-color: rgb(1,12,109); }
div.DivClassName
{
background-color: #010C6D;
}
.BgClassName
{
background-color: #010C6D;
}
</style>
border-color css
<style>
span { border-color: #010C6D; }
span { border-color: rgb(1,12,109); }
td.TdClassName
{
border-color: #010C6D;
}
.TagClassName
{
border-color: #010C6D;
}
</style>