Shades of Navy Blue #146CDF
Tints of Navy Blue #146CDF
RGB
CMYK
RGB Variations
Color information
#146CDF (or 0x146CDF) is known color: Navy Blue. HEX triplet: 14, 6C and DF. RGB value is (20,108,223). Sum of RGB (Red+Green+Blue) = 20+108+223=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #146CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146CDF is #EB9320. Grayscale: #5E5E5E. Windows color (decimal): -15438625 or 14642196. OLE color: 14642196.
HSL color Cylindrical-coordinate representation of color #146CDF: hue angle of 213.99º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146CDF is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 108 | 223 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.13 |
| HSL | 213.99º | 0.84% | 0.48% | - |
| HSV(B) | 213.99º | 0.91% | 0.87% | - |
| XYZ | 18.97 | 16.2 | 71.94 | - |
| YUV | 94.8 | 200.35 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 223 | 0.91 | 0.52 | 0 | 0.13 | 213.99 | 0.84 | 0.48 |
| Hex | 14 | 6C | DF | 5B | 34 | 0 | D | D6 | 54 | 30 |
| Octal | 24 | 154 | 337 | 133 | 64 | 0 | 15 | 326 | 124 | 60 |
| Binary | 10100 | 1101100 | 11011111 | 1011011 | 110100 | 0 | 1101 | 11010110 | 1010100 | 110000 |
Color Harmonies of #146CDF
Complementary color
Monochromatic Colors of #146CDF
Black with #146CDF
Text Example
Text Example
White with #146CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146CDF; }
p { color: rgb(20,108,223); }
H1.HeaderClassName
{
color: #146CDF;
}
.AnyTagClassName
{
color: #146CDF;
}
</style>
background-color css
<style>
a { background-color: #146CDF; }
a { background-color: rgb(20,108,223); }
div.DivClassName
{
background-color: #146CDF;
}
.BgClassName
{
background-color: #146CDF;
}
</style>
border-color css
<style>
span { border-color: #146CDF; }
span { border-color: rgb(20,108,223); }
td.TdClassName
{
border-color: #146CDF;
}
.TagClassName
{
border-color: #146CDF;
}
</style>