Shades of Navy Blue #146CE4
Tints of Navy Blue #146CE4
RGB
CMYK
RGB Variations
Color information
#146CE4 (or 0x146CE4) is known color: Navy Blue. HEX triplet: 14, 6C and E4. RGB value is (20,108,228). Sum of RGB (Red+Green+Blue) = 20+108+228=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 228 (89.45% from 255 or 64.04% from 356); Max value from RGB is 228 - color contains mainly: blue. Hex color #146CE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146CE4 is #EB931B. Grayscale: #5E5E5E. Windows color (decimal): -15438620 or 14969876. OLE color: 14969876.
HSL color Cylindrical-coordinate representation of color #146CE4: hue angle of 214.62º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146CE4 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 108 | 228 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.11 |
| HSL | 214.62º | 0.84% | 0.49% | - |
| HSV(B) | 214.62º | 0.91% | 0.89% | - |
| XYZ | 19.65 | 16.48 | 75.54 | - |
| YUV | 95.37 | 202.85 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 228 | 0.91 | 0.53 | 0 | 0.11 | 214.62 | 0.84 | 0.49 |
| Hex | 14 | 6C | E4 | 5B | 35 | 0 | B | D7 | 54 | 31 |
| Octal | 24 | 154 | 344 | 133 | 65 | 0 | 13 | 327 | 124 | 61 |
| Binary | 10100 | 1101100 | 11100100 | 1011011 | 110101 | 0 | 1011 | 11010111 | 1010100 | 110001 |
Color Harmonies of #146CE4
Complementary color
Monochromatic Colors of #146CE4
Black with #146CE4
Text Example
Text Example
White with #146CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146CE4; }
p { color: rgb(20,108,228); }
H1.HeaderClassName
{
color: #146CE4;
}
.AnyTagClassName
{
color: #146CE4;
}
</style>
background-color css
<style>
a { background-color: #146CE4; }
a { background-color: rgb(20,108,228); }
div.DivClassName
{
background-color: #146CE4;
}
.BgClassName
{
background-color: #146CE4;
}
</style>
border-color css
<style>
span { border-color: #146CE4; }
span { border-color: rgb(20,108,228); }
td.TdClassName
{
border-color: #146CE4;
}
.TagClassName
{
border-color: #146CE4;
}
</style>