Shades of Navy Blue #146BDA
Tints of Navy Blue #146BDA
RGB
CMYK
RGB Variations
Color information
#146BDA (or 0x146BDA) is known color: Navy Blue. HEX triplet: 14, 6B and DA. RGB value is (20,107,218). Sum of RGB (Red+Green+Blue) = 20+107+218=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #146BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146BDA is #EB9425. Grayscale: #5D5D5D. Windows color (decimal): -15438886 or 14314260. OLE color: 14314260.
HSL color Cylindrical-coordinate representation of color #146BDA: hue angle of 213.64º 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 #146BDA is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 107 | 218 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.15 |
| HSL | 213.64º | 0.83% | 0.47% | - |
| HSV(B) | 213.64º | 0.91% | 0.85% | - |
| XYZ | 18.2 | 15.73 | 68.41 | - |
| YUV | 93.64 | 198.18 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 107 | 218 | 0.91 | 0.51 | 0 | 0.15 | 213.64 | 0.83 | 0.47 |
| Hex | 14 | 6B | DA | 5B | 33 | 0 | F | D6 | 53 | 2F |
| Octal | 24 | 153 | 332 | 133 | 63 | 0 | 17 | 326 | 123 | 57 |
| Binary | 10100 | 1101011 | 11011010 | 1011011 | 110011 | 0 | 1111 | 11010110 | 1010011 | 101111 |
Color Harmonies of #146BDA
Complementary color
Monochromatic Colors of #146BDA
Black with #146BDA
Text Example
Text Example
White with #146BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146BDA; }
p { color: rgb(20,107,218); }
H1.HeaderClassName
{
color: #146BDA;
}
.AnyTagClassName
{
color: #146BDA;
}
</style>
background-color css
<style>
a { background-color: #146BDA; }
a { background-color: rgb(20,107,218); }
div.DivClassName
{
background-color: #146BDA;
}
.BgClassName
{
background-color: #146BDA;
}
</style>
border-color css
<style>
span { border-color: #146BDA; }
span { border-color: rgb(20,107,218); }
td.TdClassName
{
border-color: #146BDA;
}
.TagClassName
{
border-color: #146BDA;
}
</style>