Shades of Navy Blue #146ADB
Tints of Navy Blue #146ADB
RGB
CMYK
RGB Variations
Color information
#146ADB (or 0x146ADB) is known color: Navy Blue. HEX triplet: 14, 6A and DB. RGB value is (20,106,219). Sum of RGB (Red+Green+Blue) = 20+106+219=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #146ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146ADB is #EB9524. Grayscale: #5C5C5C. Windows color (decimal): -15439141 or 14379540. OLE color: 14379540.
HSL color Cylindrical-coordinate representation of color #146ADB: hue angle of 214.07º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146ADB is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 106 | 219 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.14 |
| HSL | 214.07º | 0.83% | 0.47% | - |
| HSV(B) | 214.07º | 0.91% | 0.86% | - |
| XYZ | 18.23 | 15.57 | 69.06 | - |
| YUV | 93.17 | 199.01 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 219 | 0.91 | 0.52 | 0 | 0.14 | 214.07 | 0.83 | 0.47 |
| Hex | 14 | 6A | DB | 5B | 34 | 0 | E | D6 | 53 | 2F |
| Octal | 24 | 152 | 333 | 133 | 64 | 0 | 16 | 326 | 123 | 57 |
| Binary | 10100 | 1101010 | 11011011 | 1011011 | 110100 | 0 | 1110 | 11010110 | 1010011 | 101111 |
Color Harmonies of #146ADB
Complementary color
Monochromatic Colors of #146ADB
Black with #146ADB
Text Example
Text Example
White with #146ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146ADB; }
p { color: rgb(20,106,219); }
H1.HeaderClassName
{
color: #146ADB;
}
.AnyTagClassName
{
color: #146ADB;
}
</style>
background-color css
<style>
a { background-color: #146ADB; }
a { background-color: rgb(20,106,219); }
div.DivClassName
{
background-color: #146ADB;
}
.BgClassName
{
background-color: #146ADB;
}
</style>
border-color css
<style>
span { border-color: #146ADB; }
span { border-color: rgb(20,106,219); }
td.TdClassName
{
border-color: #146ADB;
}
.TagClassName
{
border-color: #146ADB;
}
</style>