Shades of Navy Blue #146DD6
Tints of Navy Blue #146DD6
RGB
CMYK
RGB Variations
Color information
#146DD6 (or 0x146DD6) is known color: Navy Blue. HEX triplet: 14, 6D and D6. RGB value is (20,109,214). Sum of RGB (Red+Green+Blue) = 20+109+214=343 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.83% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 214 (83.98% from 255 or 62.39% from 343); Max value from RGB is 214 - color contains mainly: blue. Hex color #146DD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146DD6 is #EB9229. Grayscale: #5D5D5D. Windows color (decimal): -15438378 or 14052628. OLE color: 14052628.
HSL color Cylindrical-coordinate representation of color #146DD6: hue angle of 212.47º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146DD6 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 109 | 214 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.16 |
| HSL | 212.47º | 0.83% | 0.46% | - |
| HSV(B) | 212.47º | 0.91% | 0.84% | - |
| XYZ | 17.89 | 15.94 | 65.75 | - |
| YUV | 94.36 | 195.51 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 214 | 0.91 | 0.49 | 0 | 0.16 | 212.47 | 0.83 | 0.46 |
| Hex | 14 | 6D | D6 | 5B | 31 | 0 | 10 | D4 | 53 | 2E |
| Octal | 24 | 155 | 326 | 133 | 61 | 0 | 20 | 324 | 123 | 56 |
| Binary | 10100 | 1101101 | 11010110 | 1011011 | 110001 | 0 | 10000 | 11010100 | 1010011 | 101110 |
Color Harmonies of #146DD6
Complementary color
Monochromatic Colors of #146DD6
Black with #146DD6
Text Example
Text Example
White with #146DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146DD6; }
p { color: rgb(20,109,214); }
H1.HeaderClassName
{
color: #146DD6;
}
.AnyTagClassName
{
color: #146DD6;
}
</style>
background-color css
<style>
a { background-color: #146DD6; }
a { background-color: rgb(20,109,214); }
div.DivClassName
{
background-color: #146DD6;
}
.BgClassName
{
background-color: #146DD6;
}
</style>
border-color css
<style>
span { border-color: #146DD6; }
span { border-color: rgb(20,109,214); }
td.TdClassName
{
border-color: #146DD6;
}
.TagClassName
{
border-color: #146DD6;
}
</style>