Shades of Navy Blue #146BE4
Tints of Navy Blue #146BE4
RGB
CMYK
RGB Variations
Color information
#146BE4 (or 0x146BE4) is known color: Navy Blue. HEX triplet: 14, 6B and E4. RGB value is (20,107,228). Sum of RGB (Red+Green+Blue) = 20+107+228=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 228 (89.45% from 255 or 64.23% from 355); Max value from RGB is 228 - color contains mainly: blue. Hex color #146BE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146BE4 is #EB941B. Grayscale: #5E5E5E. Windows color (decimal): -15438876 or 14969620. OLE color: 14969620.
HSL color Cylindrical-coordinate representation of color #146BE4: hue angle of 214.9º 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 #146BE4 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 107 | 228 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.11 |
| HSL | 214.9º | 0.84% | 0.49% | - |
| HSV(B) | 214.9º | 0.91% | 0.89% | - |
| XYZ | 19.55 | 16.27 | 75.51 | - |
| YUV | 94.78 | 203.18 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 107 | 228 | 0.91 | 0.53 | 0 | 0.11 | 214.9 | 0.84 | 0.49 |
| Hex | 14 | 6B | E4 | 5B | 35 | 0 | B | D7 | 54 | 31 |
| Octal | 24 | 153 | 344 | 133 | 65 | 0 | 13 | 327 | 124 | 61 |
| Binary | 10100 | 1101011 | 11100100 | 1011011 | 110101 | 0 | 1011 | 11010111 | 1010100 | 110001 |
Color Harmonies of #146BE4
Complementary color
Monochromatic Colors of #146BE4
Black with #146BE4
Text Example
Text Example
White with #146BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146BE4; }
p { color: rgb(20,107,228); }
H1.HeaderClassName
{
color: #146BE4;
}
.AnyTagClassName
{
color: #146BE4;
}
</style>
background-color css
<style>
a { background-color: #146BE4; }
a { background-color: rgb(20,107,228); }
div.DivClassName
{
background-color: #146BE4;
}
.BgClassName
{
background-color: #146BE4;
}
</style>
border-color css
<style>
span { border-color: #146BE4; }
span { border-color: rgb(20,107,228); }
td.TdClassName
{
border-color: #146BE4;
}
.TagClassName
{
border-color: #146BE4;
}
</style>