Shades of Navy #010D68
Tints of Navy #010D68
RGB
CMYK
RGB Variations
Color information
#010D68 (or 0x010D68) is known color: Navy. HEX triplet: 01, 0D and 68. RGB value is (1,13,104). Sum of RGB (Red+Green+Blue) = 1+13+104=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 104 (41.02% from 255 or 88.14% from 118); Max value from RGB is 104 - color contains mainly: blue. Hex color #010D68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D68 is #FEF297. Grayscale: #131313. Windows color (decimal): -16708248 or 6819073. OLE color: 6819073.
HSL color Cylindrical-coordinate representation of color #010D68: hue angle of 233.01º 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 #010D68 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 13 | 104 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.59 |
| HSL | 233.01º | 0.98% | 0.21% | - |
| HSV(B) | 233.01º | 0.99% | 0.41% | - |
| XYZ | 2.66 | 1.29 | 13.21 | - |
| YUV | 19.79 | 175.52 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 104 | 0.99 | 0.88 | 0 | 0.59 | 233.01 | 0.98 | 0.21 |
| Hex | 1 | D | 68 | 63 | 58 | 0 | 3B | E9 | 62 | 15 |
| Octal | 1 | 15 | 150 | 143 | 130 | 0 | 73 | 351 | 142 | 25 |
| Binary | 1 | 1101 | 1101000 | 1100011 | 1011000 | 0 | 111011 | 11101001 | 1100010 | 10101 |
Color Harmonies of #010D68
Complementary color
Monochromatic Colors of #010D68
Black with #010D68
Text Example
Text Example
White with #010D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D68; }
p { color: rgb(1,13,104); }
H1.HeaderClassName
{
color: #010D68;
}
.AnyTagClassName
{
color: #010D68;
}
</style>
background-color css
<style>
a { background-color: #010D68; }
a { background-color: rgb(1,13,104); }
div.DivClassName
{
background-color: #010D68;
}
.BgClassName
{
background-color: #010D68;
}
</style>
border-color css
<style>
span { border-color: #010D68; }
span { border-color: rgb(1,13,104); }
td.TdClassName
{
border-color: #010D68;
}
.TagClassName
{
border-color: #010D68;
}
</style>