Shades of Navy #010D85
Tints of Navy #010D85
RGB
CMYK
RGB Variations
Color information
#010D85 (or 0x010D85) is known color: Navy. HEX triplet: 01, 0D and 85. RGB value is (1,13,133). Sum of RGB (Red+Green+Blue) = 1+13+133=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 133 (52.34% from 255 or 90.48% from 147); Max value from RGB is 133 - color contains mainly: blue. Hex color #010D85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010D85 is #FEF27A. Grayscale: #161616. Windows color (decimal): -16708219 or 8719617. OLE color: 8719617.
HSL color Cylindrical-coordinate representation of color #010D85: hue angle of 234.55º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010D85 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 13 | 133 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.48 |
| HSL | 234.55º | 0.99% | 0.26% | - |
| HSV(B) | 234.55º | 0.99% | 0.52% | - |
| XYZ | 4.39 | 1.99 | 22.34 | - |
| YUV | 23.09 | 190.02 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 133 | 0.99 | 0.90 | 0 | 0.48 | 234.55 | 0.99 | 0.26 |
| Hex | 1 | D | 85 | 63 | 5A | 0 | 30 | EB | 63 | 1A |
| Octal | 1 | 15 | 205 | 143 | 132 | 0 | 60 | 353 | 143 | 32 |
| Binary | 1 | 1101 | 10000101 | 1100011 | 1011010 | 0 | 110000 | 11101011 | 1100011 | 11010 |
Color Harmonies of #010D85
Complementary color
Monochromatic Colors of #010D85
Black with #010D85
Text Example
Text Example
White with #010D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D85; }
p { color: rgb(1,13,133); }
H1.HeaderClassName
{
color: #010D85;
}
.AnyTagClassName
{
color: #010D85;
}
</style>
background-color css
<style>
a { background-color: #010D85; }
a { background-color: rgb(1,13,133); }
div.DivClassName
{
background-color: #010D85;
}
.BgClassName
{
background-color: #010D85;
}
</style>
border-color css
<style>
span { border-color: #010D85; }
span { border-color: rgb(1,13,133); }
td.TdClassName
{
border-color: #010D85;
}
.TagClassName
{
border-color: #010D85;
}
</style>