Shades of Navy Blue #145EE3
Tints of Navy Blue #145EE3
RGB
CMYK
RGB Variations
Color information
#145EE3 (or 0x145EE3) is known color: Navy Blue. HEX triplet: 14, 5E and E3. RGB value is (20,94,227). Sum of RGB (Red+Green+Blue) = 20+94+227=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 227 (89.06% from 255 or 66.57% from 341); Max value from RGB is 227 - color contains mainly: blue. Hex color #145EE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145EE3 is #EBA11C. Grayscale: #565656. Windows color (decimal): -15442205 or 14900756. OLE color: 14900756.
HSL color Cylindrical-coordinate representation of color #145EE3: hue angle of 218.55º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145EE3 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 94 | 227 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.11 |
| HSL | 218.55º | 0.84% | 0.48% | - |
| HSV(B) | 218.55º | 0.91% | 0.89% | - |
| XYZ | 18.16 | 13.7 | 74.36 | - |
| YUV | 87.04 | 206.98 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 227 | 0.91 | 0.59 | 0 | 0.11 | 218.55 | 0.84 | 0.48 |
| Hex | 14 | 5E | E3 | 5B | 3B | 0 | B | DB | 54 | 30 |
| Octal | 24 | 136 | 343 | 133 | 73 | 0 | 13 | 333 | 124 | 60 |
| Binary | 10100 | 1011110 | 11100011 | 1011011 | 111011 | 0 | 1011 | 11011011 | 1010100 | 110000 |
Color Harmonies of #145EE3
Complementary color
Monochromatic Colors of #145EE3
Black with #145EE3
Text Example
Text Example
White with #145EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145EE3; }
p { color: rgb(20,94,227); }
H1.HeaderClassName
{
color: #145EE3;
}
.AnyTagClassName
{
color: #145EE3;
}
</style>
background-color css
<style>
a { background-color: #145EE3; }
a { background-color: rgb(20,94,227); }
div.DivClassName
{
background-color: #145EE3;
}
.BgClassName
{
background-color: #145EE3;
}
</style>
border-color css
<style>
span { border-color: #145EE3; }
span { border-color: rgb(20,94,227); }
td.TdClassName
{
border-color: #145EE3;
}
.TagClassName
{
border-color: #145EE3;
}
</style>