Shades of Navy Blue #146DCE
Tints of Navy Blue #146DCE
RGB
CMYK
RGB Variations
Color information
#146DCE (or 0x146DCE) is known color: Navy Blue. HEX triplet: 14, 6D and CE. RGB value is (20,109,206). Sum of RGB (Red+Green+Blue) = 20+109+206=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #146DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146DCE is #EB9231. Grayscale: #5C5C5C. Windows color (decimal): -15438386 or 13528340. OLE color: 13528340.
HSL color Cylindrical-coordinate representation of color #146DCE: hue angle of 211.29º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #146DCE is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 109 | 206 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.19 |
| HSL | 211.29º | 0.82% | 0.44% | - |
| HSV(B) | 211.29º | 0.9% | 0.81% | - |
| XYZ | 16.9 | 15.54 | 60.5 | - |
| YUV | 93.45 | 191.51 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 206 | 0.90 | 0.47 | 0 | 0.19 | 211.29 | 0.82 | 0.44 |
| Hex | 14 | 6D | CE | 5A | 2F | 0 | 13 | D3 | 52 | 2C |
| Octal | 24 | 155 | 316 | 132 | 57 | 0 | 23 | 323 | 122 | 54 |
| Binary | 10100 | 1101101 | 11001110 | 1011010 | 101111 | 0 | 10011 | 11010011 | 1010010 | 101100 |
Color Harmonies of #146DCE
Complementary color
Monochromatic Colors of #146DCE
Black with #146DCE
Text Example
Text Example
White with #146DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146DCE; }
p { color: rgb(20,109,206); }
H1.HeaderClassName
{
color: #146DCE;
}
.AnyTagClassName
{
color: #146DCE;
}
</style>
background-color css
<style>
a { background-color: #146DCE; }
a { background-color: rgb(20,109,206); }
div.DivClassName
{
background-color: #146DCE;
}
.BgClassName
{
background-color: #146DCE;
}
</style>
border-color css
<style>
span { border-color: #146DCE; }
span { border-color: rgb(20,109,206); }
td.TdClassName
{
border-color: #146DCE;
}
.TagClassName
{
border-color: #146DCE;
}
</style>