Shades of Navy Blue #146AD1
Tints of Navy Blue #146AD1
RGB
CMYK
RGB Variations
Color information
#146AD1 (or 0x146AD1) is known color: Navy Blue. HEX triplet: 14, 6A and D1. RGB value is (20,106,209). Sum of RGB (Red+Green+Blue) = 20+106+209=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 209 (82.03% from 255 or 62.39% from 335); Max value from RGB is 209 - color contains mainly: blue. Hex color #146AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146AD1 is #EB952E. Grayscale: #5B5B5B. Windows color (decimal): -15439151 or 13724180. OLE color: 13724180.
HSL color Cylindrical-coordinate representation of color #146AD1: hue angle of 212.7º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #146AD1 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 106 | 209 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.18 |
| HSL | 212.7º | 0.83% | 0.45% | - |
| HSV(B) | 212.7º | 0.9% | 0.82% | - |
| XYZ | 16.95 | 15.06 | 62.34 | - |
| YUV | 92.03 | 194.01 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 209 | 0.90 | 0.49 | 0 | 0.18 | 212.7 | 0.83 | 0.45 |
| Hex | 14 | 6A | D1 | 5A | 31 | 0 | 12 | D5 | 53 | 2D |
| Octal | 24 | 152 | 321 | 132 | 61 | 0 | 22 | 325 | 123 | 55 |
| Binary | 10100 | 1101010 | 11010001 | 1011010 | 110001 | 0 | 10010 | 11010101 | 1010011 | 101101 |
Color Harmonies of #146AD1
Complementary color
Monochromatic Colors of #146AD1
Black with #146AD1
Text Example
Text Example
White with #146AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146AD1; }
p { color: rgb(20,106,209); }
H1.HeaderClassName
{
color: #146AD1;
}
.AnyTagClassName
{
color: #146AD1;
}
</style>
background-color css
<style>
a { background-color: #146AD1; }
a { background-color: rgb(20,106,209); }
div.DivClassName
{
background-color: #146AD1;
}
.BgClassName
{
background-color: #146AD1;
}
</style>
border-color css
<style>
span { border-color: #146AD1; }
span { border-color: rgb(20,106,209); }
td.TdClassName
{
border-color: #146AD1;
}
.TagClassName
{
border-color: #146AD1;
}
</style>