Shades of Navy #010276
Tints of Navy #010276
RGB
CMYK
RGB Variations
Color information
#010276 (or 0x010276) is known color: Navy. HEX triplet: 01, 02 and 76. RGB value is (1,2,118). Sum of RGB (Red+Green+Blue) = 1+2+118=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 118 (46.48% from 255 or 97.52% from 121); Max value from RGB is 118 - color contains mainly: blue. Hex color #010276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010276 is #FEFD89. Grayscale: #0E0E0E. Windows color (decimal): -16711050 or 7733761. OLE color: 7733761.
HSL color Cylindrical-coordinate representation of color #010276: hue angle of 239.49º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010276 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 2 | 118 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.54 |
| HSL | 239.49º | 0.98% | 0.23% | - |
| HSV(B) | 239.49º | 0.99% | 0.46% | - |
| XYZ | 3.3 | 1.36 | 17.23 | - |
| YUV | 14.93 | 186.17 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 118 | 0.99 | 0.98 | 0 | 0.54 | 239.49 | 0.98 | 0.23 |
| Hex | 1 | 2 | 76 | 63 | 62 | 0 | 36 | EF | 62 | 17 |
| Octal | 1 | 2 | 166 | 143 | 142 | 0 | 66 | 357 | 142 | 27 |
| Binary | 1 | 10 | 1110110 | 1100011 | 1100010 | 0 | 110110 | 11101111 | 1100010 | 10111 |
Color Harmonies of #010276
Complementary color
Monochromatic Colors of #010276
Black with #010276
Text Example
Text Example
White with #010276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010276; }
p { color: rgb(1,2,118); }
H1.HeaderClassName
{
color: #010276;
}
.AnyTagClassName
{
color: #010276;
}
</style>
background-color css
<style>
a { background-color: #010276; }
a { background-color: rgb(1,2,118); }
div.DivClassName
{
background-color: #010276;
}
.BgClassName
{
background-color: #010276;
}
</style>
border-color css
<style>
span { border-color: #010276; }
span { border-color: rgb(1,2,118); }
td.TdClassName
{
border-color: #010276;
}
.TagClassName
{
border-color: #010276;
}
</style>