Shades of Navy Blue #146AD9
Tints of Navy Blue #146AD9
RGB
CMYK
RGB Variations
Color information
#146AD9 (or 0x146AD9) is known color: Navy Blue. HEX triplet: 14, 6A and D9. RGB value is (20,106,217). Sum of RGB (Red+Green+Blue) = 20+106+217=343 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.83% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 217 (85.16% from 255 or 63.27% from 343); Max value from RGB is 217 - color contains mainly: blue. Hex color #146AD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146AD9 is #EB9526. Grayscale: #5C5C5C. Windows color (decimal): -15439143 or 14248468. OLE color: 14248468.
HSL color Cylindrical-coordinate representation of color #146AD9: hue angle of 213.81º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146AD9 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 106 | 217 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.15 |
| HSL | 213.81º | 0.83% | 0.46% | - |
| HSV(B) | 213.81º | 0.91% | 0.85% | - |
| XYZ | 17.97 | 15.47 | 67.68 | - |
| YUV | 92.94 | 198.01 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 217 | 0.91 | 0.51 | 0 | 0.15 | 213.81 | 0.83 | 0.46 |
| Hex | 14 | 6A | D9 | 5B | 33 | 0 | F | D6 | 53 | 2E |
| Octal | 24 | 152 | 331 | 133 | 63 | 0 | 17 | 326 | 123 | 56 |
| Binary | 10100 | 1101010 | 11011001 | 1011011 | 110011 | 0 | 1111 | 11010110 | 1010011 | 101110 |
Color Harmonies of #146AD9
Complementary color
Monochromatic Colors of #146AD9
Black with #146AD9
Text Example
Text Example
White with #146AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146AD9; }
p { color: rgb(20,106,217); }
H1.HeaderClassName
{
color: #146AD9;
}
.AnyTagClassName
{
color: #146AD9;
}
</style>
background-color css
<style>
a { background-color: #146AD9; }
a { background-color: rgb(20,106,217); }
div.DivClassName
{
background-color: #146AD9;
}
.BgClassName
{
background-color: #146AD9;
}
</style>
border-color css
<style>
span { border-color: #146AD9; }
span { border-color: rgb(20,106,217); }
td.TdClassName
{
border-color: #146AD9;
}
.TagClassName
{
border-color: #146AD9;
}
</style>