Shades of Navy Blue #146FE4
Tints of Navy Blue #146FE4
RGB
CMYK
RGB Variations
Color information
#146FE4 (or 0x146FE4) is known color: Navy Blue. HEX triplet: 14, 6F and E4. RGB value is (20,111,228). Sum of RGB (Red+Green+Blue) = 20+111+228=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 228 (89.45% from 255 or 63.51% from 359); Max value from RGB is 228 - color contains mainly: blue. Hex color #146FE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146FE4 is #EB901B. Grayscale: #606060. Windows color (decimal): -15437852 or 14970644. OLE color: 14970644.
HSL color Cylindrical-coordinate representation of color #146FE4: hue angle of 213.75º 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 #146FE4 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 111 | 228 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.11 |
| HSL | 213.75º | 0.84% | 0.49% | - |
| HSV(B) | 213.75º | 0.91% | 0.89% | - |
| XYZ | 19.98 | 17.12 | 75.65 | - |
| YUV | 97.13 | 201.85 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 228 | 0.91 | 0.51 | 0 | 0.11 | 213.75 | 0.84 | 0.49 |
| Hex | 14 | 6F | E4 | 5B | 33 | 0 | B | D6 | 54 | 31 |
| Octal | 24 | 157 | 344 | 133 | 63 | 0 | 13 | 326 | 124 | 61 |
| Binary | 10100 | 1101111 | 11100100 | 1011011 | 110011 | 0 | 1011 | 11010110 | 1010100 | 110001 |
Color Harmonies of #146FE4
Complementary color
Monochromatic Colors of #146FE4
Black with #146FE4
Text Example
Text Example
White with #146FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146FE4; }
p { color: rgb(20,111,228); }
H1.HeaderClassName
{
color: #146FE4;
}
.AnyTagClassName
{
color: #146FE4;
}
</style>
background-color css
<style>
a { background-color: #146FE4; }
a { background-color: rgb(20,111,228); }
div.DivClassName
{
background-color: #146FE4;
}
.BgClassName
{
background-color: #146FE4;
}
</style>
border-color css
<style>
span { border-color: #146FE4; }
span { border-color: rgb(20,111,228); }
td.TdClassName
{
border-color: #146FE4;
}
.TagClassName
{
border-color: #146FE4;
}
</style>