Shades of Navy Blue #145EE9
Tints of Navy Blue #145EE9
RGB
CMYK
RGB Variations
Color information
#145EE9 (or 0x145EE9) is known color: Navy Blue. HEX triplet: 14, 5E and E9. RGB value is (20,94,233). Sum of RGB (Red+Green+Blue) = 20+94+233=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 233 (91.41% from 255 or 67.15% from 347); Max value from RGB is 233 - color contains mainly: blue. Hex color #145EE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145EE9 is #EBA116. Grayscale: #575757. Windows color (decimal): -15442199 or 15293972. OLE color: 15293972.
HSL color Cylindrical-coordinate representation of color #145EE9: hue angle of 219.15º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145EE9 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 94 | 233 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.09 |
| HSL | 219.15º | 0.84% | 0.5% | - |
| HSV(B) | 219.15º | 0.91% | 0.91% | - |
| XYZ | 19 | 14.04 | 78.8 | - |
| YUV | 87.72 | 209.98 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 233 | 0.91 | 0.60 | 0 | 0.09 | 219.15 | 0.84 | 0.5 |
| Hex | 14 | 5E | E9 | 5B | 3C | 0 | 9 | DB | 54 | 32 |
| Octal | 24 | 136 | 351 | 133 | 74 | 0 | 11 | 333 | 124 | 62 |
| Binary | 10100 | 1011110 | 11101001 | 1011011 | 111100 | 0 | 1001 | 11011011 | 1010100 | 110010 |
Color Harmonies of #145EE9
Complementary color
Monochromatic Colors of #145EE9
Black with #145EE9
Text Example
Text Example
White with #145EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145EE9; }
p { color: rgb(20,94,233); }
H1.HeaderClassName
{
color: #145EE9;
}
.AnyTagClassName
{
color: #145EE9;
}
</style>
background-color css
<style>
a { background-color: #145EE9; }
a { background-color: rgb(20,94,233); }
div.DivClassName
{
background-color: #145EE9;
}
.BgClassName
{
background-color: #145EE9;
}
</style>
border-color css
<style>
span { border-color: #145EE9; }
span { border-color: rgb(20,94,233); }
td.TdClassName
{
border-color: #145EE9;
}
.TagClassName
{
border-color: #145EE9;
}
</style>