Shades of Navy Blue #146FE1
Tints of Navy Blue #146FE1
RGB
CMYK
RGB Variations
Color information
#146FE1 (or 0x146FE1) is known color: Navy Blue. HEX triplet: 14, 6F and E1. RGB value is (20,111,225). Sum of RGB (Red+Green+Blue) = 20+111+225=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 225 (88.28% from 255 or 63.20% from 356); Max value from RGB is 225 - color contains mainly: blue. Hex color #146FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146FE1 is #EB901E. Grayscale: #606060. Windows color (decimal): -15437855 or 14774036. OLE color: 14774036.
HSL color Cylindrical-coordinate representation of color #146FE1: hue angle of 213.37º 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 #146FE1 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 111 | 225 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.12 |
| HSL | 213.37º | 0.84% | 0.48% | - |
| HSV(B) | 213.37º | 0.91% | 0.88% | - |
| XYZ | 19.56 | 16.95 | 73.48 | - |
| YUV | 96.79 | 200.35 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 225 | 0.91 | 0.51 | 0 | 0.12 | 213.37 | 0.84 | 0.48 |
| Hex | 14 | 6F | E1 | 5B | 33 | 0 | C | D5 | 54 | 30 |
| Octal | 24 | 157 | 341 | 133 | 63 | 0 | 14 | 325 | 124 | 60 |
| Binary | 10100 | 1101111 | 11100001 | 1011011 | 110011 | 0 | 1100 | 11010101 | 1010100 | 110000 |
Color Harmonies of #146FE1
Complementary color
Monochromatic Colors of #146FE1
Black with #146FE1
Text Example
Text Example
White with #146FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146FE1; }
p { color: rgb(20,111,225); }
H1.HeaderClassName
{
color: #146FE1;
}
.AnyTagClassName
{
color: #146FE1;
}
</style>
background-color css
<style>
a { background-color: #146FE1; }
a { background-color: rgb(20,111,225); }
div.DivClassName
{
background-color: #146FE1;
}
.BgClassName
{
background-color: #146FE1;
}
</style>
border-color css
<style>
span { border-color: #146FE1; }
span { border-color: rgb(20,111,225); }
td.TdClassName
{
border-color: #146FE1;
}
.TagClassName
{
border-color: #146FE1;
}
</style>