Shades of Navy Blue #146CDD
Tints of Navy Blue #146CDD
RGB
CMYK
RGB Variations
Color information
#146CDD (or 0x146CDD) is known color: Navy Blue. HEX triplet: 14, 6C and DD. RGB value is (20,108,221). Sum of RGB (Red+Green+Blue) = 20+108+221=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #146CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146CDD is #EB9322. Grayscale: #5E5E5E. Windows color (decimal): -15438627 or 14511124. OLE color: 14511124.
HSL color Cylindrical-coordinate representation of color #146CDD: hue angle of 213.73º 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 #146CDD is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 108 | 221 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.13 |
| HSL | 213.73º | 0.83% | 0.47% | - |
| HSV(B) | 213.73º | 0.91% | 0.87% | - |
| XYZ | 18.7 | 16.09 | 70.53 | - |
| YUV | 94.57 | 199.35 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 221 | 0.91 | 0.51 | 0 | 0.13 | 213.73 | 0.83 | 0.47 |
| Hex | 14 | 6C | DD | 5B | 33 | 0 | D | D6 | 53 | 2F |
| Octal | 24 | 154 | 335 | 133 | 63 | 0 | 15 | 326 | 123 | 57 |
| Binary | 10100 | 1101100 | 11011101 | 1011011 | 110011 | 0 | 1101 | 11010110 | 1010011 | 101111 |
Color Harmonies of #146CDD
Complementary color
Monochromatic Colors of #146CDD
Black with #146CDD
Text Example
Text Example
White with #146CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146CDD; }
p { color: rgb(20,108,221); }
H1.HeaderClassName
{
color: #146CDD;
}
.AnyTagClassName
{
color: #146CDD;
}
</style>
background-color css
<style>
a { background-color: #146CDD; }
a { background-color: rgb(20,108,221); }
div.DivClassName
{
background-color: #146CDD;
}
.BgClassName
{
background-color: #146CDD;
}
</style>
border-color css
<style>
span { border-color: #146CDD; }
span { border-color: rgb(20,108,221); }
td.TdClassName
{
border-color: #146CDD;
}
.TagClassName
{
border-color: #146CDD;
}
</style>