Shades of Navy Blue #145AEE
Tints of Navy Blue #145AEE
RGB
CMYK
RGB Variations
Color information
#145AEE (or 0x145AEE) is known color: Navy Blue. HEX triplet: 14, 5A and EE. RGB value is (20,90,238). Sum of RGB (Red+Green+Blue) = 20+90+238=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 238 (93.36% from 255 or 68.39% from 348); Max value from RGB is 238 - color contains mainly: blue. Hex color #145AEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145AEE is #EBA511. Grayscale: #555555. Windows color (decimal): -15443218 or 15620628. OLE color: 15620628.
HSL color Cylindrical-coordinate representation of color #145AEE: hue angle of 220.73º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145AEE is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 90 | 238 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.07 |
| HSL | 220.73º | 0.87% | 0.51% | - |
| HSV(B) | 220.73º | 0.92% | 0.93% | - |
| XYZ | 19.38 | 13.63 | 82.5 | - |
| YUV | 85.94 | 213.81 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 238 | 0.92 | 0.62 | 0 | 0.07 | 220.73 | 0.87 | 0.51 |
| Hex | 14 | 5A | EE | 5C | 3E | 0 | 7 | DD | 57 | 33 |
| Octal | 24 | 132 | 356 | 134 | 76 | 0 | 7 | 335 | 127 | 63 |
| Binary | 10100 | 1011010 | 11101110 | 1011100 | 111110 | 0 | 111 | 11011101 | 1010111 | 110011 |
Color Harmonies of #145AEE
Complementary color
Monochromatic Colors of #145AEE
Black with #145AEE
Text Example
Text Example
White with #145AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145AEE; }
p { color: rgb(20,90,238); }
H1.HeaderClassName
{
color: #145AEE;
}
.AnyTagClassName
{
color: #145AEE;
}
</style>
background-color css
<style>
a { background-color: #145AEE; }
a { background-color: rgb(20,90,238); }
div.DivClassName
{
background-color: #145AEE;
}
.BgClassName
{
background-color: #145AEE;
}
</style>
border-color css
<style>
span { border-color: #145AEE; }
span { border-color: rgb(20,90,238); }
td.TdClassName
{
border-color: #145AEE;
}
.TagClassName
{
border-color: #145AEE;
}
</style>