Shades of Navy #011A83
Tints of Navy #011A83
RGB
CMYK
RGB Variations
Color information
#011A83 (or 0x011A83) is known color: Navy. HEX triplet: 01, 1A and 83. RGB value is (1,26,131). Sum of RGB (Red+Green+Blue) = 1+26+131=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 131 (51.56% from 255 or 82.91% from 158); Max value from RGB is 131 - color contains mainly: blue. Hex color #011A83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011A83 is #FEE57C. Grayscale: #1E1E1E. Windows color (decimal): -16704893 or 8591873. OLE color: 8591873.
HSL color Cylindrical-coordinate representation of color #011A83: hue angle of 228.46º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011A83 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 26 | 131 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.49 |
| HSL | 228.46º | 0.98% | 0.26% | - |
| HSV(B) | 228.46º | 0.99% | 0.51% | - |
| XYZ | 4.48 | 2.38 | 21.7 | - |
| YUV | 30.5 | 184.72 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 131 | 0.99 | 0.80 | 0 | 0.49 | 228.46 | 0.98 | 0.26 |
| Hex | 1 | 1A | 83 | 63 | 50 | 0 | 31 | E4 | 62 | 1A |
| Octal | 1 | 32 | 203 | 143 | 120 | 0 | 61 | 344 | 142 | 32 |
| Binary | 1 | 11010 | 10000011 | 1100011 | 1010000 | 0 | 110001 | 11100100 | 1100010 | 11010 |
Color Harmonies of #011A83
Complementary color
Monochromatic Colors of #011A83
Black with #011A83
Text Example
Text Example
White with #011A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A83; }
p { color: rgb(1,26,131); }
H1.HeaderClassName
{
color: #011A83;
}
.AnyTagClassName
{
color: #011A83;
}
</style>
background-color css
<style>
a { background-color: #011A83; }
a { background-color: rgb(1,26,131); }
div.DivClassName
{
background-color: #011A83;
}
.BgClassName
{
background-color: #011A83;
}
</style>
border-color css
<style>
span { border-color: #011A83; }
span { border-color: rgb(1,26,131); }
td.TdClassName
{
border-color: #011A83;
}
.TagClassName
{
border-color: #011A83;
}
</style>