Shades of Navy Blue #145AEC
Tints of Navy Blue #145AEC
RGB
CMYK
RGB Variations
Color information
#145AEC (or 0x145AEC) is known color: Navy Blue. HEX triplet: 14, 5A and EC. RGB value is (20,90,236). Sum of RGB (Red+Green+Blue) = 20+90+236=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #145AEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145AEC is #EBA513. Grayscale: #555555. Windows color (decimal): -15443220 or 15489556. OLE color: 15489556.
HSL color Cylindrical-coordinate representation of color #145AEC: hue angle of 220.56º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145AEC is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 90 | 236 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.07 |
| HSL | 220.56º | 0.85% | 0.5% | - |
| HSV(B) | 220.56º | 0.92% | 0.93% | - |
| XYZ | 19.08 | 13.52 | 80.96 | - |
| YUV | 85.71 | 212.81 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 236 | 0.92 | 0.62 | 0 | 0.07 | 220.56 | 0.85 | 0.5 |
| Hex | 14 | 5A | EC | 5C | 3E | 0 | 7 | DD | 55 | 32 |
| Octal | 24 | 132 | 354 | 134 | 76 | 0 | 7 | 335 | 125 | 62 |
| Binary | 10100 | 1011010 | 11101100 | 1011100 | 111110 | 0 | 111 | 11011101 | 1010101 | 110010 |
Color Harmonies of #145AEC
Complementary color
Monochromatic Colors of #145AEC
Black with #145AEC
Text Example
Text Example
White with #145AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145AEC; }
p { color: rgb(20,90,236); }
H1.HeaderClassName
{
color: #145AEC;
}
.AnyTagClassName
{
color: #145AEC;
}
</style>
background-color css
<style>
a { background-color: #145AEC; }
a { background-color: rgb(20,90,236); }
div.DivClassName
{
background-color: #145AEC;
}
.BgClassName
{
background-color: #145AEC;
}
</style>
border-color css
<style>
span { border-color: #145AEC; }
span { border-color: rgb(20,90,236); }
td.TdClassName
{
border-color: #145AEC;
}
.TagClassName
{
border-color: #145AEC;
}
</style>