Shades of Navy Blue #145AE0
Tints of Navy Blue #145AE0
RGB
CMYK
RGB Variations
Color information
#145AE0 (or 0x145AE0) is known color: Navy Blue. HEX triplet: 14, 5A and E0. RGB value is (20,90,224). Sum of RGB (Red+Green+Blue) = 20+90+224=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 224 (87.89% from 255 or 67.07% from 334); Max value from RGB is 224 - color contains mainly: blue. Hex color #145AE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145AE0 is #EBA51F. Grayscale: #535353. Windows color (decimal): -15443232 or 14703124. OLE color: 14703124.
HSL color Cylindrical-coordinate representation of color #145AE0: hue angle of 219.41º 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 #145AE0 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 90 | 224 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.12 |
| HSL | 219.41º | 0.84% | 0.48% | - |
| HSV(B) | 219.41º | 0.91% | 0.88% | - |
| XYZ | 17.4 | 12.84 | 72.08 | - |
| YUV | 84.35 | 206.81 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 224 | 0.91 | 0.60 | 0 | 0.12 | 219.41 | 0.84 | 0.48 |
| Hex | 14 | 5A | E0 | 5B | 3C | 0 | C | DB | 54 | 30 |
| Octal | 24 | 132 | 340 | 133 | 74 | 0 | 14 | 333 | 124 | 60 |
| Binary | 10100 | 1011010 | 11100000 | 1011011 | 111100 | 0 | 1100 | 11011011 | 1010100 | 110000 |
Color Harmonies of #145AE0
Complementary color
Monochromatic Colors of #145AE0
Black with #145AE0
Text Example
Text Example
White with #145AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145AE0; }
p { color: rgb(20,90,224); }
H1.HeaderClassName
{
color: #145AE0;
}
.AnyTagClassName
{
color: #145AE0;
}
</style>
background-color css
<style>
a { background-color: #145AE0; }
a { background-color: rgb(20,90,224); }
div.DivClassName
{
background-color: #145AE0;
}
.BgClassName
{
background-color: #145AE0;
}
</style>
border-color css
<style>
span { border-color: #145AE0; }
span { border-color: rgb(20,90,224); }
td.TdClassName
{
border-color: #145AE0;
}
.TagClassName
{
border-color: #145AE0;
}
</style>