Shades of Navy #010D6C
Tints of Navy #010D6C
RGB
CMYK
RGB Variations
Color information
#010D6C (or 0x010D6C) is known color: Navy. HEX triplet: 01, 0D and 6C. RGB value is (1,13,108). Sum of RGB (Red+Green+Blue) = 1+13+108=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 108 (42.58% from 255 or 88.52% from 122); Max value from RGB is 108 - color contains mainly: blue. Hex color #010D6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D6C is #FEF293. Grayscale: #131313. Windows color (decimal): -16708244 or 7081217. OLE color: 7081217.
HSL color Cylindrical-coordinate representation of color #010D6C: hue angle of 233.27º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010D6C is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 13 | 108 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.58 |
| HSL | 233.27º | 0.98% | 0.21% | - |
| HSV(B) | 233.27º | 0.99% | 0.42% | - |
| XYZ | 2.86 | 1.38 | 14.3 | - |
| YUV | 20.24 | 177.52 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 108 | 0.99 | 0.88 | 0 | 0.58 | 233.27 | 0.98 | 0.21 |
| Hex | 1 | D | 6C | 63 | 58 | 0 | 3A | E9 | 62 | 15 |
| Octal | 1 | 15 | 154 | 143 | 130 | 0 | 72 | 351 | 142 | 25 |
| Binary | 1 | 1101 | 1101100 | 1100011 | 1011000 | 0 | 111010 | 11101001 | 1100010 | 10101 |
Color Harmonies of #010D6C
Complementary color
Monochromatic Colors of #010D6C
Black with #010D6C
Text Example
Text Example
White with #010D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D6C; }
p { color: rgb(1,13,108); }
H1.HeaderClassName
{
color: #010D6C;
}
.AnyTagClassName
{
color: #010D6C;
}
</style>
background-color css
<style>
a { background-color: #010D6C; }
a { background-color: rgb(1,13,108); }
div.DivClassName
{
background-color: #010D6C;
}
.BgClassName
{
background-color: #010D6C;
}
</style>
border-color css
<style>
span { border-color: #010D6C; }
span { border-color: rgb(1,13,108); }
td.TdClassName
{
border-color: #010D6C;
}
.TagClassName
{
border-color: #010D6C;
}
</style>