Shades of Navy Blue #146CDB
Tints of Navy Blue #146CDB
RGB
CMYK
RGB Variations
Color information
#146CDB (or 0x146CDB) is known color: Navy Blue. HEX triplet: 14, 6C and DB. RGB value is (20,108,219). Sum of RGB (Red+Green+Blue) = 20+108+219=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #146CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146CDB is #EB9324. Grayscale: #5D5D5D. Windows color (decimal): -15438629 or 14380052. OLE color: 14380052.
HSL color Cylindrical-coordinate representation of color #146CDB: hue angle of 213.47º 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 #146CDB is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 108 | 219 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.14 |
| HSL | 213.47º | 0.83% | 0.47% | - |
| HSV(B) | 213.47º | 0.91% | 0.86% | - |
| XYZ | 18.44 | 15.99 | 69.13 | - |
| YUV | 94.34 | 198.35 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 219 | 0.91 | 0.51 | 0 | 0.14 | 213.47 | 0.83 | 0.47 |
| Hex | 14 | 6C | DB | 5B | 33 | 0 | E | D5 | 53 | 2F |
| Octal | 24 | 154 | 333 | 133 | 63 | 0 | 16 | 325 | 123 | 57 |
| Binary | 10100 | 1101100 | 11011011 | 1011011 | 110011 | 0 | 1110 | 11010101 | 1010011 | 101111 |
Color Harmonies of #146CDB
Complementary color
Monochromatic Colors of #146CDB
Black with #146CDB
Text Example
Text Example
White with #146CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146CDB; }
p { color: rgb(20,108,219); }
H1.HeaderClassName
{
color: #146CDB;
}
.AnyTagClassName
{
color: #146CDB;
}
</style>
background-color css
<style>
a { background-color: #146CDB; }
a { background-color: rgb(20,108,219); }
div.DivClassName
{
background-color: #146CDB;
}
.BgClassName
{
background-color: #146CDB;
}
</style>
border-color css
<style>
span { border-color: #146CDB; }
span { border-color: rgb(20,108,219); }
td.TdClassName
{
border-color: #146CDB;
}
.TagClassName
{
border-color: #146CDB;
}
</style>