Shades of Navy #01057D
Tints of Navy #01057D
RGB
CMYK
RGB Variations
Color information
#01057D (or 0x01057D) is known color: Navy. HEX triplet: 01, 05 and 7D. RGB value is (1,5,125). Sum of RGB (Red+Green+Blue) = 1+5+125=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 125 (49.22% from 255 or 95.42% from 131); Max value from RGB is 125 - color contains mainly: blue. Hex color #01057D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01057D is #FEFA82. Grayscale: #111111. Windows color (decimal): -16710275 or 8193281. OLE color: 8193281.
HSL color Cylindrical-coordinate representation of color #01057D: hue angle of 238.06º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01057D is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 5 | 125 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.51 |
| HSL | 238.06º | 0.98% | 0.25% | - |
| HSV(B) | 238.06º | 0.99% | 0.49% | - |
| XYZ | 3.77 | 1.6 | 19.51 | - |
| YUV | 17.48 | 188.67 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 125 | 0.99 | 0.96 | 0 | 0.51 | 238.06 | 0.98 | 0.25 |
| Hex | 1 | 5 | 7D | 63 | 60 | 0 | 33 | EE | 62 | 19 |
| Octal | 1 | 5 | 175 | 143 | 140 | 0 | 63 | 356 | 142 | 31 |
| Binary | 1 | 101 | 1111101 | 1100011 | 1100000 | 0 | 110011 | 11101110 | 1100010 | 11001 |
Color Harmonies of #01057D
Complementary color
Monochromatic Colors of #01057D
Black with #01057D
Text Example
Text Example
White with #01057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01057D; }
p { color: rgb(1,5,125); }
H1.HeaderClassName
{
color: #01057D;
}
.AnyTagClassName
{
color: #01057D;
}
</style>
background-color css
<style>
a { background-color: #01057D; }
a { background-color: rgb(1,5,125); }
div.DivClassName
{
background-color: #01057D;
}
.BgClassName
{
background-color: #01057D;
}
</style>
border-color css
<style>
span { border-color: #01057D; }
span { border-color: rgb(1,5,125); }
td.TdClassName
{
border-color: #01057D;
}
.TagClassName
{
border-color: #01057D;
}
</style>