Shades of Navy #010175
Tints of Navy #010175
RGB
CMYK
RGB Variations
Color information
#010175 (or 0x010175) is known color: Navy. HEX triplet: 01, 01 and 75. RGB value is (1,1,117). Sum of RGB (Red+Green+Blue) = 1+1+117=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 117 (46.09% from 255 or 98.32% from 119); Max value from RGB is 117 - color contains mainly: blue. Hex color #010175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010175 is #FEFE8A. Grayscale: #0D0D0D. Windows color (decimal): -16711307 or 7667969. OLE color: 7667969.
HSL color Cylindrical-coordinate representation of color #010175: hue angle of 240º 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 #010175 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 1 | 117 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.54 |
| HSL | 240º | 0.98% | 0.23% | - |
| HSV(B) | 240º | 0.99% | 0.46% | - |
| XYZ | 3.23 | 1.31 | 16.91 | - |
| YUV | 14.22 | 186 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 117 | 0.99 | 0.99 | 0 | 0.54 | 240 | 0.98 | 0.23 |
| Hex | 1 | 1 | 75 | 63 | 63 | 0 | 36 | F0 | 62 | 17 |
| Octal | 1 | 1 | 165 | 143 | 143 | 0 | 66 | 360 | 142 | 27 |
| Binary | 1 | 1 | 1110101 | 1100011 | 1100011 | 0 | 110110 | 11110000 | 1100010 | 10111 |
Color Harmonies of #010175
Complementary color
Monochromatic Colors of #010175
Black with #010175
Text Example
Text Example
White with #010175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010175; }
p { color: rgb(1,1,117); }
H1.HeaderClassName
{
color: #010175;
}
.AnyTagClassName
{
color: #010175;
}
</style>
background-color css
<style>
a { background-color: #010175; }
a { background-color: rgb(1,1,117); }
div.DivClassName
{
background-color: #010175;
}
.BgClassName
{
background-color: #010175;
}
</style>
border-color css
<style>
span { border-color: #010175; }
span { border-color: rgb(1,1,117); }
td.TdClassName
{
border-color: #010175;
}
.TagClassName
{
border-color: #010175;
}
</style>