Shades of Navy #010273
Tints of Navy #010273
RGB
CMYK
RGB Variations
Color information
#010273 (or 0x010273) is known color: Navy. HEX triplet: 01, 02 and 73. RGB value is (1,2,115). Sum of RGB (Red+Green+Blue) = 1+2+115=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 115 (45.31% from 255 or 97.46% from 118); Max value from RGB is 115 - color contains mainly: blue. Hex color #010273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010273 is #FEFD8C. Grayscale: #0E0E0E. Windows color (decimal): -16711053 or 7537153. OLE color: 7537153.
HSL color Cylindrical-coordinate representation of color #010273: hue angle of 239.47º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010273 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 2 | 115 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.55 |
| HSL | 239.47º | 0.98% | 0.23% | - |
| HSV(B) | 239.47º | 0.99% | 0.45% | - |
| XYZ | 3.13 | 1.29 | 16.3 | - |
| YUV | 14.58 | 184.67 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 115 | 0.99 | 0.98 | 0 | 0.55 | 239.47 | 0.98 | 0.23 |
| Hex | 1 | 2 | 73 | 63 | 62 | 0 | 37 | EF | 62 | 17 |
| Octal | 1 | 2 | 163 | 143 | 142 | 0 | 67 | 357 | 142 | 27 |
| Binary | 1 | 10 | 1110011 | 1100011 | 1100010 | 0 | 110111 | 11101111 | 1100010 | 10111 |
Color Harmonies of #010273
Complementary color
Monochromatic Colors of #010273
Black with #010273
Text Example
Text Example
White with #010273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010273; }
p { color: rgb(1,2,115); }
H1.HeaderClassName
{
color: #010273;
}
.AnyTagClassName
{
color: #010273;
}
</style>
background-color css
<style>
a { background-color: #010273; }
a { background-color: rgb(1,2,115); }
div.DivClassName
{
background-color: #010273;
}
.BgClassName
{
background-color: #010273;
}
</style>
border-color css
<style>
span { border-color: #010273; }
span { border-color: rgb(1,2,115); }
td.TdClassName
{
border-color: #010273;
}
.TagClassName
{
border-color: #010273;
}
</style>