Shades of Navy Blue #146CDA
Tints of Navy Blue #146CDA
RGB
CMYK
RGB Variations
Color information
#146CDA (or 0x146CDA) is known color: Navy Blue. HEX triplet: 14, 6C and DA. RGB value is (20,108,218). Sum of RGB (Red+Green+Blue) = 20+108+218=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #146CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146CDA is #EB9325. Grayscale: #5D5D5D. Windows color (decimal): -15438630 or 14314516. OLE color: 14314516.
HSL color Cylindrical-coordinate representation of color #146CDA: hue angle of 213.33º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146CDA is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 108 | 218 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.15 |
| HSL | 213.33º | 0.83% | 0.47% | - |
| HSV(B) | 213.33º | 0.91% | 0.85% | - |
| XYZ | 18.31 | 15.94 | 68.44 | - |
| YUV | 94.23 | 197.85 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 218 | 0.91 | 0.50 | 0 | 0.15 | 213.33 | 0.83 | 0.47 |
| Hex | 14 | 6C | DA | 5B | 32 | 0 | F | D5 | 53 | 2F |
| Octal | 24 | 154 | 332 | 133 | 62 | 0 | 17 | 325 | 123 | 57 |
| Binary | 10100 | 1101100 | 11011010 | 1011011 | 110010 | 0 | 1111 | 11010101 | 1010011 | 101111 |
Color Harmonies of #146CDA
Complementary color
Monochromatic Colors of #146CDA
Black with #146CDA
Text Example
Text Example
White with #146CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146CDA; }
p { color: rgb(20,108,218); }
H1.HeaderClassName
{
color: #146CDA;
}
.AnyTagClassName
{
color: #146CDA;
}
</style>
background-color css
<style>
a { background-color: #146CDA; }
a { background-color: rgb(20,108,218); }
div.DivClassName
{
background-color: #146CDA;
}
.BgClassName
{
background-color: #146CDA;
}
</style>
border-color css
<style>
span { border-color: #146CDA; }
span { border-color: rgb(20,108,218); }
td.TdClassName
{
border-color: #146CDA;
}
.TagClassName
{
border-color: #146CDA;
}
</style>