Shades of Navy Blue #146FDD
Tints of Navy Blue #146FDD
RGB
CMYK
RGB Variations
Color information
#146FDD (or 0x146FDD) is known color: Navy Blue. HEX triplet: 14, 6F and DD. RGB value is (20,111,221). Sum of RGB (Red+Green+Blue) = 20+111+221=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #146FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146FDD is #EB9022. Grayscale: #5F5F5F. Windows color (decimal): -15437859 or 14511892. OLE color: 14511892.
HSL color Cylindrical-coordinate representation of color #146FDD: hue angle of 212.84º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146FDD is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 111 | 221 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.13 |
| HSL | 212.84º | 0.83% | 0.47% | - |
| HSV(B) | 212.84º | 0.91% | 0.87% | - |
| XYZ | 19.02 | 16.74 | 70.63 | - |
| YUV | 96.33 | 198.35 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 221 | 0.91 | 0.50 | 0 | 0.13 | 212.84 | 0.83 | 0.47 |
| Hex | 14 | 6F | DD | 5B | 32 | 0 | D | D5 | 53 | 2F |
| Octal | 24 | 157 | 335 | 133 | 62 | 0 | 15 | 325 | 123 | 57 |
| Binary | 10100 | 1101111 | 11011101 | 1011011 | 110010 | 0 | 1101 | 11010101 | 1010011 | 101111 |
Color Harmonies of #146FDD
Complementary color
Monochromatic Colors of #146FDD
Black with #146FDD
Text Example
Text Example
White with #146FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146FDD; }
p { color: rgb(20,111,221); }
H1.HeaderClassName
{
color: #146FDD;
}
.AnyTagClassName
{
color: #146FDD;
}
</style>
background-color css
<style>
a { background-color: #146FDD; }
a { background-color: rgb(20,111,221); }
div.DivClassName
{
background-color: #146FDD;
}
.BgClassName
{
background-color: #146FDD;
}
</style>
border-color css
<style>
span { border-color: #146FDD; }
span { border-color: rgb(20,111,221); }
td.TdClassName
{
border-color: #146FDD;
}
.TagClassName
{
border-color: #146FDD;
}
</style>