Shades of Navy Blue #146DD9
Tints of Navy Blue #146DD9
RGB
CMYK
RGB Variations
Color information
#146DD9 (or 0x146DD9) is known color: Navy Blue. HEX triplet: 14, 6D and D9. RGB value is (20,109,217). Sum of RGB (Red+Green+Blue) = 20+109+217=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 217 (85.16% from 255 or 62.72% from 346); Max value from RGB is 217 - color contains mainly: blue. Hex color #146DD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146DD9 is #EB9226. Grayscale: #5E5E5E. Windows color (decimal): -15438375 or 14249236. OLE color: 14249236.
HSL color Cylindrical-coordinate representation of color #146DD9: hue angle of 212.89º 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 #146DD9 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 109 | 217 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.15 |
| HSL | 212.89º | 0.83% | 0.46% | - |
| HSV(B) | 212.89º | 0.91% | 0.85% | - |
| XYZ | 18.28 | 16.1 | 67.79 | - |
| YUV | 94.7 | 197.01 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 217 | 0.91 | 0.50 | 0 | 0.15 | 212.89 | 0.83 | 0.46 |
| Hex | 14 | 6D | D9 | 5B | 32 | 0 | F | D5 | 53 | 2E |
| Octal | 24 | 155 | 331 | 133 | 62 | 0 | 17 | 325 | 123 | 56 |
| Binary | 10100 | 1101101 | 11011001 | 1011011 | 110010 | 0 | 1111 | 11010101 | 1010011 | 101110 |
Color Harmonies of #146DD9
Complementary color
Monochromatic Colors of #146DD9
Black with #146DD9
Text Example
Text Example
White with #146DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146DD9; }
p { color: rgb(20,109,217); }
H1.HeaderClassName
{
color: #146DD9;
}
.AnyTagClassName
{
color: #146DD9;
}
</style>
background-color css
<style>
a { background-color: #146DD9; }
a { background-color: rgb(20,109,217); }
div.DivClassName
{
background-color: #146DD9;
}
.BgClassName
{
background-color: #146DD9;
}
</style>
border-color css
<style>
span { border-color: #146DD9; }
span { border-color: rgb(20,109,217); }
td.TdClassName
{
border-color: #146DD9;
}
.TagClassName
{
border-color: #146DD9;
}
</style>