Shades of Navy Blue #146BDE
Tints of Navy Blue #146BDE
RGB
CMYK
RGB Variations
Color information
#146BDE (or 0x146BDE) is known color: Navy Blue. HEX triplet: 14, 6B and DE. RGB value is (20,107,222). Sum of RGB (Red+Green+Blue) = 20+107+222=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #146BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146BDE is #EB9421. Grayscale: #5D5D5D. Windows color (decimal): -15438882 or 14576404. OLE color: 14576404.
HSL color Cylindrical-coordinate representation of color #146BDE: hue angle of 214.16º 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 #146BDE is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 107 | 222 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.13 |
| HSL | 214.16º | 0.83% | 0.47% | - |
| HSV(B) | 214.16º | 0.91% | 0.87% | - |
| XYZ | 18.73 | 15.94 | 71.2 | - |
| YUV | 94.1 | 200.18 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 107 | 222 | 0.91 | 0.52 | 0 | 0.13 | 214.16 | 0.83 | 0.47 |
| Hex | 14 | 6B | DE | 5B | 34 | 0 | D | D6 | 53 | 2F |
| Octal | 24 | 153 | 336 | 133 | 64 | 0 | 15 | 326 | 123 | 57 |
| Binary | 10100 | 1101011 | 11011110 | 1011011 | 110100 | 0 | 1101 | 11010110 | 1010011 | 101111 |
Color Harmonies of #146BDE
Complementary color
Monochromatic Colors of #146BDE
Black with #146BDE
Text Example
Text Example
White with #146BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146BDE; }
p { color: rgb(20,107,222); }
H1.HeaderClassName
{
color: #146BDE;
}
.AnyTagClassName
{
color: #146BDE;
}
</style>
background-color css
<style>
a { background-color: #146BDE; }
a { background-color: rgb(20,107,222); }
div.DivClassName
{
background-color: #146BDE;
}
.BgClassName
{
background-color: #146BDE;
}
</style>
border-color css
<style>
span { border-color: #146BDE; }
span { border-color: rgb(20,107,222); }
td.TdClassName
{
border-color: #146BDE;
}
.TagClassName
{
border-color: #146BDE;
}
</style>