Shades of Navy Blue #146FCD
Tints of Navy Blue #146FCD
RGB
CMYK
RGB Variations
Color information
#146FCD (or 0x146FCD) is known color: Navy Blue. HEX triplet: 14, 6F and CD. RGB value is (20,111,205). Sum of RGB (Red+Green+Blue) = 20+111+205=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #146FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146FCD is #EB9032. Grayscale: #5E5E5E. Windows color (decimal): -15437875 or 13463316. OLE color: 13463316.
HSL color Cylindrical-coordinate representation of color #146FCD: hue angle of 210.49º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #146FCD is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 111 | 205 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.20 |
| HSL | 210.49º | 0.82% | 0.44% | - |
| HSV(B) | 210.49º | 0.9% | 0.8% | - |
| XYZ | 16.99 | 15.93 | 59.94 | - |
| YUV | 94.51 | 190.35 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 205 | 0.90 | 0.46 | 0 | 0.20 | 210.49 | 0.82 | 0.44 |
| Hex | 14 | 6F | CD | 5A | 2E | 0 | 14 | D2 | 52 | 2C |
| Octal | 24 | 157 | 315 | 132 | 56 | 0 | 24 | 322 | 122 | 54 |
| Binary | 10100 | 1101111 | 11001101 | 1011010 | 101110 | 0 | 10100 | 11010010 | 1010010 | 101100 |
Color Harmonies of #146FCD
Complementary color
Monochromatic Colors of #146FCD
Black with #146FCD
Text Example
Text Example
White with #146FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146FCD; }
p { color: rgb(20,111,205); }
H1.HeaderClassName
{
color: #146FCD;
}
.AnyTagClassName
{
color: #146FCD;
}
</style>
background-color css
<style>
a { background-color: #146FCD; }
a { background-color: rgb(20,111,205); }
div.DivClassName
{
background-color: #146FCD;
}
.BgClassName
{
background-color: #146FCD;
}
</style>
border-color css
<style>
span { border-color: #146FCD; }
span { border-color: rgb(20,111,205); }
td.TdClassName
{
border-color: #146FCD;
}
.TagClassName
{
border-color: #146FCD;
}
</style>