Shades of Navy #010258
Tints of Navy #010258
RGB
CMYK
RGB Variations
Color information
#010258 (or 0x010258) is known color: Navy. HEX triplet: 01, 02 and 58. RGB value is (1,2,88). Sum of RGB (Red+Green+Blue) = 1+2+88=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 88 (34.77% from 255 or 96.70% from 91); Max value from RGB is 88 - color contains mainly: blue. Hex color #010258 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010258 is #FEFDA7. Grayscale: #0B0B0B. Windows color (decimal): -16711080 or 5767681. OLE color: 5767681.
HSL color Cylindrical-coordinate representation of color #010258: hue angle of 239.31º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010258 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 2 | 88 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.65 |
| HSL | 239.31º | 0.98% | 0.17% | - |
| HSV(B) | 239.31º | 0.99% | 0.35% | - |
| XYZ | 1.8 | 0.75 | 9.28 | - |
| YUV | 11.51 | 171.17 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 88 | 0.99 | 0.98 | 0 | 0.65 | 239.31 | 0.98 | 0.17 |
| Hex | 1 | 2 | 58 | 63 | 62 | 0 | 41 | EF | 62 | 11 |
| Octal | 1 | 2 | 130 | 143 | 142 | 0 | 101 | 357 | 142 | 21 |
| Binary | 1 | 10 | 1011000 | 1100011 | 1100010 | 0 | 1000001 | 11101111 | 1100010 | 10001 |
Color Harmonies of #010258
Complementary color
Monochromatic Colors of #010258
Black with #010258
Text Example
Text Example
White with #010258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010258; }
p { color: rgb(1,2,88); }
H1.HeaderClassName
{
color: #010258;
}
.AnyTagClassName
{
color: #010258;
}
</style>
background-color css
<style>
a { background-color: #010258; }
a { background-color: rgb(1,2,88); }
div.DivClassName
{
background-color: #010258;
}
.BgClassName
{
background-color: #010258;
}
</style>
border-color css
<style>
span { border-color: #010258; }
span { border-color: rgb(1,2,88); }
td.TdClassName
{
border-color: #010258;
}
.TagClassName
{
border-color: #010258;
}
</style>