Shades of Navy Blue #146ADA
Tints of Navy Blue #146ADA
RGB
CMYK
RGB Variations
Color information
#146ADA (or 0x146ADA) is known color: Navy Blue. HEX triplet: 14, 6A and DA. RGB value is (20,106,218). Sum of RGB (Red+Green+Blue) = 20+106+218=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #146ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146ADA is #EB9525. Grayscale: #5C5C5C. Windows color (decimal): -15439142 or 14314004. OLE color: 14314004.
HSL color Cylindrical-coordinate representation of color #146ADA: hue angle of 213.94º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146ADA is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 106 | 218 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.15 |
| HSL | 213.94º | 0.83% | 0.47% | - |
| HSV(B) | 213.94º | 0.91% | 0.85% | - |
| XYZ | 18.1 | 15.52 | 68.37 | - |
| YUV | 93.05 | 198.51 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 218 | 0.91 | 0.51 | 0 | 0.15 | 213.94 | 0.83 | 0.47 |
| Hex | 14 | 6A | DA | 5B | 33 | 0 | F | D6 | 53 | 2F |
| Octal | 24 | 152 | 332 | 133 | 63 | 0 | 17 | 326 | 123 | 57 |
| Binary | 10100 | 1101010 | 11011010 | 1011011 | 110011 | 0 | 1111 | 11010110 | 1010011 | 101111 |
Color Harmonies of #146ADA
Complementary color
Monochromatic Colors of #146ADA
Black with #146ADA
Text Example
Text Example
White with #146ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146ADA; }
p { color: rgb(20,106,218); }
H1.HeaderClassName
{
color: #146ADA;
}
.AnyTagClassName
{
color: #146ADA;
}
</style>
background-color css
<style>
a { background-color: #146ADA; }
a { background-color: rgb(20,106,218); }
div.DivClassName
{
background-color: #146ADA;
}
.BgClassName
{
background-color: #146ADA;
}
</style>
border-color css
<style>
span { border-color: #146ADA; }
span { border-color: rgb(20,106,218); }
td.TdClassName
{
border-color: #146ADA;
}
.TagClassName
{
border-color: #146ADA;
}
</style>