Shades of Navy Blue #145EE4
Tints of Navy Blue #145EE4
RGB
CMYK
RGB Variations
Color information
#145EE4 (or 0x145EE4) is known color: Navy Blue. HEX triplet: 14, 5E and E4. RGB value is (20,94,228). Sum of RGB (Red+Green+Blue) = 20+94+228=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 228 (89.45% from 255 or 66.67% from 342); Max value from RGB is 228 - color contains mainly: blue. Hex color #145EE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145EE4 is #EBA11B. Grayscale: #565656. Windows color (decimal): -15442204 or 14966292. OLE color: 14966292.
HSL color Cylindrical-coordinate representation of color #145EE4: hue angle of 218.65º 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 #145EE4 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 94 | 228 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.11 |
| HSL | 218.65º | 0.84% | 0.49% | - |
| HSV(B) | 218.65º | 0.91% | 0.89% | - |
| XYZ | 18.29 | 13.76 | 75.09 | - |
| YUV | 87.15 | 207.48 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 228 | 0.91 | 0.59 | 0 | 0.11 | 218.65 | 0.84 | 0.49 |
| Hex | 14 | 5E | E4 | 5B | 3B | 0 | B | DB | 54 | 31 |
| Octal | 24 | 136 | 344 | 133 | 73 | 0 | 13 | 333 | 124 | 61 |
| Binary | 10100 | 1011110 | 11100100 | 1011011 | 111011 | 0 | 1011 | 11011011 | 1010100 | 110001 |
Color Harmonies of #145EE4
Complementary color
Monochromatic Colors of #145EE4
Black with #145EE4
Text Example
Text Example
White with #145EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145EE4; }
p { color: rgb(20,94,228); }
H1.HeaderClassName
{
color: #145EE4;
}
.AnyTagClassName
{
color: #145EE4;
}
</style>
background-color css
<style>
a { background-color: #145EE4; }
a { background-color: rgb(20,94,228); }
div.DivClassName
{
background-color: #145EE4;
}
.BgClassName
{
background-color: #145EE4;
}
</style>
border-color css
<style>
span { border-color: #145EE4; }
span { border-color: rgb(20,94,228); }
td.TdClassName
{
border-color: #145EE4;
}
.TagClassName
{
border-color: #145EE4;
}
</style>