Shades of Navy #010D75
Tints of Navy #010D75
RGB
CMYK
RGB Variations
Color information
#010D75 (or 0x010D75) is known color: Navy. HEX triplet: 01, 0D and 75. RGB value is (1,13,117). Sum of RGB (Red+Green+Blue) = 1+13+117=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 117 (46.09% from 255 or 89.31% from 131); Max value from RGB is 117 - color contains mainly: blue. Hex color #010D75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D75 is #FEF28A. Grayscale: #141414. Windows color (decimal): -16708235 or 7671041. OLE color: 7671041.
HSL color Cylindrical-coordinate representation of color #010D75: hue angle of 233.79º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010D75 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 13 | 117 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.54 |
| HSL | 233.79º | 0.98% | 0.23% | - |
| HSV(B) | 233.79º | 0.99% | 0.46% | - |
| XYZ | 3.37 | 1.58 | 16.96 | - |
| YUV | 21.27 | 182.02 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 117 | 0.99 | 0.89 | 0 | 0.54 | 233.79 | 0.98 | 0.23 |
| Hex | 1 | D | 75 | 63 | 59 | 0 | 36 | EA | 62 | 17 |
| Octal | 1 | 15 | 165 | 143 | 131 | 0 | 66 | 352 | 142 | 27 |
| Binary | 1 | 1101 | 1110101 | 1100011 | 1011001 | 0 | 110110 | 11101010 | 1100010 | 10111 |
Color Harmonies of #010D75
Complementary color
Monochromatic Colors of #010D75
Black with #010D75
Text Example
Text Example
White with #010D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D75; }
p { color: rgb(1,13,117); }
H1.HeaderClassName
{
color: #010D75;
}
.AnyTagClassName
{
color: #010D75;
}
</style>
background-color css
<style>
a { background-color: #010D75; }
a { background-color: rgb(1,13,117); }
div.DivClassName
{
background-color: #010D75;
}
.BgClassName
{
background-color: #010D75;
}
</style>
border-color css
<style>
span { border-color: #010D75; }
span { border-color: rgb(1,13,117); }
td.TdClassName
{
border-color: #010D75;
}
.TagClassName
{
border-color: #010D75;
}
</style>