Shades of Navy Blue #146FCE
Tints of Navy Blue #146FCE
RGB
CMYK
RGB Variations
Color information
#146FCE (or 0x146FCE) is known color: Navy Blue. HEX triplet: 14, 6F and CE. RGB value is (20,111,206). Sum of RGB (Red+Green+Blue) = 20+111+206=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #146FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146FCE is #EB9031. Grayscale: #5E5E5E. Windows color (decimal): -15437874 or 13528852. OLE color: 13528852.
HSL color Cylindrical-coordinate representation of color #146FCE: hue angle of 210.65º 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 #146FCE is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 111 | 206 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.19 |
| HSL | 210.65º | 0.82% | 0.44% | - |
| HSV(B) | 210.65º | 0.9% | 0.81% | - |
| XYZ | 17.11 | 15.97 | 60.57 | - |
| YUV | 94.62 | 190.85 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 206 | 0.90 | 0.46 | 0 | 0.19 | 210.65 | 0.82 | 0.44 |
| Hex | 14 | 6F | CE | 5A | 2E | 0 | 13 | D3 | 52 | 2C |
| Octal | 24 | 157 | 316 | 132 | 56 | 0 | 23 | 323 | 122 | 54 |
| Binary | 10100 | 1101111 | 11001110 | 1011010 | 101110 | 0 | 10011 | 11010011 | 1010010 | 101100 |
Color Harmonies of #146FCE
Complementary color
Monochromatic Colors of #146FCE
Black with #146FCE
Text Example
Text Example
White with #146FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146FCE; }
p { color: rgb(20,111,206); }
H1.HeaderClassName
{
color: #146FCE;
}
.AnyTagClassName
{
color: #146FCE;
}
</style>
background-color css
<style>
a { background-color: #146FCE; }
a { background-color: rgb(20,111,206); }
div.DivClassName
{
background-color: #146FCE;
}
.BgClassName
{
background-color: #146FCE;
}
</style>
border-color css
<style>
span { border-color: #146FCE; }
span { border-color: rgb(20,111,206); }
td.TdClassName
{
border-color: #146FCE;
}
.TagClassName
{
border-color: #146FCE;
}
</style>