Shades of Navy #010C69
Tints of Navy #010C69
RGB
CMYK
RGB Variations
Color information
#010C69 (or 0x010C69) is known color: Navy. HEX triplet: 01, 0C and 69. RGB value is (1,12,105). Sum of RGB (Red+Green+Blue) = 1+12+105=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 12 (5.08% from 255 or 10.17% from 118); Blue value is 105 (41.41% from 255 or 88.98% from 118); Max value from RGB is 105 - color contains mainly: blue. Hex color #010C69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C69 is #FEF396. Grayscale: #121212. Windows color (decimal): -16708503 or 6884353. OLE color: 6884353.
HSL color Cylindrical-coordinate representation of color #010C69: hue angle of 233.65º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C69 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 12 | 105 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.59 |
| HSL | 233.65º | 0.98% | 0.21% | - |
| HSV(B) | 233.65º | 0.99% | 0.41% | - |
| XYZ | 2.69 | 1.29 | 13.47 | - |
| YUV | 19.31 | 176.36 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 105 | 0.99 | 0.89 | 0 | 0.59 | 233.65 | 0.98 | 0.21 |
| Hex | 1 | C | 69 | 63 | 59 | 0 | 3B | EA | 62 | 15 |
| Octal | 1 | 14 | 151 | 143 | 131 | 0 | 73 | 352 | 142 | 25 |
| Binary | 1 | 1100 | 1101001 | 1100011 | 1011001 | 0 | 111011 | 11101010 | 1100010 | 10101 |
Color Harmonies of #010C69
Complementary color
Monochromatic Colors of #010C69
Black with #010C69
Text Example
Text Example
White with #010C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C69; }
p { color: rgb(1,12,105); }
H1.HeaderClassName
{
color: #010C69;
}
.AnyTagClassName
{
color: #010C69;
}
</style>
background-color css
<style>
a { background-color: #010C69; }
a { background-color: rgb(1,12,105); }
div.DivClassName
{
background-color: #010C69;
}
.BgClassName
{
background-color: #010C69;
}
</style>
border-color css
<style>
span { border-color: #010C69; }
span { border-color: rgb(1,12,105); }
td.TdClassName
{
border-color: #010C69;
}
.TagClassName
{
border-color: #010C69;
}
</style>