Shades of Navy #010962
Tints of Navy #010962
RGB
CMYK
RGB Variations
Color information
#010962 (or 0x010962) is known color: Navy. HEX triplet: 01, 09 and 62. RGB value is (1,9,98). Sum of RGB (Red+Green+Blue) = 1+9+98=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 98 (38.67% from 255 or 90.74% from 108); Max value from RGB is 98 - color contains mainly: blue. Hex color #010962 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010962 is #FEF69D. Grayscale: #101010. Windows color (decimal): -16709278 or 6424833. OLE color: 6424833.
HSL color Cylindrical-coordinate representation of color #010962: hue angle of 235.05º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010962 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 9 | 98 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.62 |
| HSL | 235.05º | 0.98% | 0.19% | - |
| HSV(B) | 235.05º | 0.99% | 0.38% | - |
| XYZ | 2.31 | 1.08 | 11.64 | - |
| YUV | 16.75 | 173.85 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 98 | 0.99 | 0.91 | 0 | 0.62 | 235.05 | 0.98 | 0.19 |
| Hex | 1 | 9 | 62 | 63 | 5B | 0 | 3E | EB | 62 | 13 |
| Octal | 1 | 11 | 142 | 143 | 133 | 0 | 76 | 353 | 142 | 23 |
| Binary | 1 | 1001 | 1100010 | 1100011 | 1011011 | 0 | 111110 | 11101011 | 1100010 | 10011 |
Color Harmonies of #010962
Complementary color
Monochromatic Colors of #010962
Black with #010962
Text Example
Text Example
White with #010962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010962; }
p { color: rgb(1,9,98); }
H1.HeaderClassName
{
color: #010962;
}
.AnyTagClassName
{
color: #010962;
}
</style>
background-color css
<style>
a { background-color: #010962; }
a { background-color: rgb(1,9,98); }
div.DivClassName
{
background-color: #010962;
}
.BgClassName
{
background-color: #010962;
}
</style>
border-color css
<style>
span { border-color: #010962; }
span { border-color: rgb(1,9,98); }
td.TdClassName
{
border-color: #010962;
}
.TagClassName
{
border-color: #010962;
}
</style>