Shades of Navy Blue #146FE0
Tints of Navy Blue #146FE0
RGB
CMYK
RGB Variations
Color information
#146FE0 (or 0x146FE0) is known color: Navy Blue. HEX triplet: 14, 6F and E0. RGB value is (20,111,224). Sum of RGB (Red+Green+Blue) = 20+111+224=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 224 (87.89% from 255 or 63.10% from 355); Max value from RGB is 224 - color contains mainly: blue. Hex color #146FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146FE0 is #EB901F. Grayscale: #606060. Windows color (decimal): -15437856 or 14708500. OLE color: 14708500.
HSL color Cylindrical-coordinate representation of color #146FE0: hue angle of 213.24º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146FE0 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 111 | 224 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.12 |
| HSL | 213.24º | 0.84% | 0.48% | - |
| HSV(B) | 213.24º | 0.91% | 0.88% | - |
| XYZ | 19.43 | 16.9 | 72.76 | - |
| YUV | 96.67 | 199.85 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 224 | 0.91 | 0.50 | 0 | 0.12 | 213.24 | 0.84 | 0.48 |
| Hex | 14 | 6F | E0 | 5B | 32 | 0 | C | D5 | 54 | 30 |
| Octal | 24 | 157 | 340 | 133 | 62 | 0 | 14 | 325 | 124 | 60 |
| Binary | 10100 | 1101111 | 11100000 | 1011011 | 110010 | 0 | 1100 | 11010101 | 1010100 | 110000 |
Color Harmonies of #146FE0
Complementary color
Monochromatic Colors of #146FE0
Black with #146FE0
Text Example
Text Example
White with #146FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146FE0; }
p { color: rgb(20,111,224); }
H1.HeaderClassName
{
color: #146FE0;
}
.AnyTagClassName
{
color: #146FE0;
}
</style>
background-color css
<style>
a { background-color: #146FE0; }
a { background-color: rgb(20,111,224); }
div.DivClassName
{
background-color: #146FE0;
}
.BgClassName
{
background-color: #146FE0;
}
</style>
border-color css
<style>
span { border-color: #146FE0; }
span { border-color: rgb(20,111,224); }
td.TdClassName
{
border-color: #146FE0;
}
.TagClassName
{
border-color: #146FE0;
}
</style>