Shades of Navy #010257
Tints of Navy #010257
RGB
CMYK
RGB Variations
Color information
#010257 (or 0x010257) is known color: Navy. HEX triplet: 01, 02 and 57. RGB value is (1,2,87). Sum of RGB (Red+Green+Blue) = 1+2+87=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 87 (34.38% from 255 or 96.67% from 90); Max value from RGB is 87 - color contains mainly: blue. Hex color #010257 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010257 is #FEFDA8. Grayscale: #0B0B0B. Windows color (decimal): -16711081 or 5702145. OLE color: 5702145.
HSL color Cylindrical-coordinate representation of color #010257: hue angle of 239.3º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010257 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 2 | 87 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.66 |
| HSL | 239.3º | 0.98% | 0.17% | - |
| HSV(B) | 239.3º | 0.99% | 0.34% | - |
| XYZ | 1.75 | 0.74 | 9.07 | - |
| YUV | 11.39 | 170.67 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 87 | 0.99 | 0.98 | 0 | 0.66 | 239.3 | 0.98 | 0.17 |
| Hex | 1 | 2 | 57 | 63 | 62 | 0 | 42 | EF | 62 | 11 |
| Octal | 1 | 2 | 127 | 143 | 142 | 0 | 102 | 357 | 142 | 21 |
| Binary | 1 | 10 | 1010111 | 1100011 | 1100010 | 0 | 1000010 | 11101111 | 1100010 | 10001 |
Color Harmonies of #010257
Complementary color
Monochromatic Colors of #010257
Black with #010257
Text Example
Text Example
White with #010257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010257; }
p { color: rgb(1,2,87); }
H1.HeaderClassName
{
color: #010257;
}
.AnyTagClassName
{
color: #010257;
}
</style>
background-color css
<style>
a { background-color: #010257; }
a { background-color: rgb(1,2,87); }
div.DivClassName
{
background-color: #010257;
}
.BgClassName
{
background-color: #010257;
}
</style>
border-color css
<style>
span { border-color: #010257; }
span { border-color: rgb(1,2,87); }
td.TdClassName
{
border-color: #010257;
}
.TagClassName
{
border-color: #010257;
}
</style>