Shades of Navy #010278
Tints of Navy #010278
RGB
CMYK
RGB Variations
Color information
#010278 (or 0x010278) is known color: Navy. HEX triplet: 01, 02 and 78. RGB value is (1,2,120). Sum of RGB (Red+Green+Blue) = 1+2+120=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 120 (47.27% from 255 or 97.56% from 123); Max value from RGB is 120 - color contains mainly: blue. Hex color #010278 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010278 is #FEFD87. Grayscale: #0E0E0E. Windows color (decimal): -16711048 or 7864833. OLE color: 7864833.
HSL color Cylindrical-coordinate representation of color #010278: hue angle of 239.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010278 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 2 | 120 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.53 |
| HSL | 239.5º | 0.98% | 0.24% | - |
| HSV(B) | 239.5º | 0.99% | 0.47% | - |
| XYZ | 3.42 | 1.41 | 17.86 | - |
| YUV | 15.15 | 187.17 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 120 | 0.99 | 0.98 | 0 | 0.53 | 239.5 | 0.98 | 0.24 |
| Hex | 1 | 2 | 78 | 63 | 62 | 0 | 35 | EF | 62 | 18 |
| Octal | 1 | 2 | 170 | 143 | 142 | 0 | 65 | 357 | 142 | 30 |
| Binary | 1 | 10 | 1111000 | 1100011 | 1100010 | 0 | 110101 | 11101111 | 1100010 | 11000 |
Color Harmonies of #010278
Complementary color
Monochromatic Colors of #010278
Black with #010278
Text Example
Text Example
White with #010278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010278; }
p { color: rgb(1,2,120); }
H1.HeaderClassName
{
color: #010278;
}
.AnyTagClassName
{
color: #010278;
}
</style>
background-color css
<style>
a { background-color: #010278; }
a { background-color: rgb(1,2,120); }
div.DivClassName
{
background-color: #010278;
}
.BgClassName
{
background-color: #010278;
}
</style>
border-color css
<style>
span { border-color: #010278; }
span { border-color: rgb(1,2,120); }
td.TdClassName
{
border-color: #010278;
}
.TagClassName
{
border-color: #010278;
}
</style>