Shades of Navy Blue #146DD8
Tints of Navy Blue #146DD8
RGB
CMYK
RGB Variations
Color information
#146DD8 (or 0x146DD8) is known color: Navy Blue. HEX triplet: 14, 6D and D8. RGB value is (20,109,216). Sum of RGB (Red+Green+Blue) = 20+109+216=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 216 (84.77% from 255 or 62.61% from 345); Max value from RGB is 216 - color contains mainly: blue. Hex color #146DD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146DD8 is #EB9227. Grayscale: #5E5E5E. Windows color (decimal): -15438376 or 14183700. OLE color: 14183700.
HSL color Cylindrical-coordinate representation of color #146DD8: hue angle of 212.76º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146DD8 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 109 | 216 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.15 |
| HSL | 212.76º | 0.83% | 0.46% | - |
| HSV(B) | 212.76º | 0.91% | 0.85% | - |
| XYZ | 18.15 | 16.04 | 67.11 | - |
| YUV | 94.59 | 196.51 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 216 | 0.91 | 0.50 | 0 | 0.15 | 212.76 | 0.83 | 0.46 |
| Hex | 14 | 6D | D8 | 5B | 32 | 0 | F | D5 | 53 | 2E |
| Octal | 24 | 155 | 330 | 133 | 62 | 0 | 17 | 325 | 123 | 56 |
| Binary | 10100 | 1101101 | 11011000 | 1011011 | 110010 | 0 | 1111 | 11010101 | 1010011 | 101110 |
Color Harmonies of #146DD8
Complementary color
Monochromatic Colors of #146DD8
Black with #146DD8
Text Example
Text Example
White with #146DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146DD8; }
p { color: rgb(20,109,216); }
H1.HeaderClassName
{
color: #146DD8;
}
.AnyTagClassName
{
color: #146DD8;
}
</style>
background-color css
<style>
a { background-color: #146DD8; }
a { background-color: rgb(20,109,216); }
div.DivClassName
{
background-color: #146DD8;
}
.BgClassName
{
background-color: #146DD8;
}
</style>
border-color css
<style>
span { border-color: #146DD8; }
span { border-color: rgb(20,109,216); }
td.TdClassName
{
border-color: #146DD8;
}
.TagClassName
{
border-color: #146DD8;
}
</style>