Shades of Navy Blue #145AEA
Tints of Navy Blue #145AEA
RGB
CMYK
RGB Variations
Color information
#145AEA (or 0x145AEA) is known color: Navy Blue. HEX triplet: 14, 5A and EA. RGB value is (20,90,234). Sum of RGB (Red+Green+Blue) = 20+90+234=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 234 (91.80% from 255 or 68.02% from 344); Max value from RGB is 234 - color contains mainly: blue. Hex color #145AEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145AEA is #EBA515. Grayscale: #545454. Windows color (decimal): -15443222 or 15358484. OLE color: 15358484.
HSL color Cylindrical-coordinate representation of color #145AEA: hue angle of 220.37º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145AEA is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 90 | 234 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.08 |
| HSL | 220.37º | 0.84% | 0.5% | - |
| HSV(B) | 220.37º | 0.91% | 0.92% | - |
| XYZ | 18.8 | 13.4 | 79.44 | - |
| YUV | 85.49 | 211.81 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 234 | 0.91 | 0.62 | 0 | 0.08 | 220.37 | 0.84 | 0.5 |
| Hex | 14 | 5A | EA | 5B | 3E | 0 | 8 | DC | 54 | 32 |
| Octal | 24 | 132 | 352 | 133 | 76 | 0 | 10 | 334 | 124 | 62 |
| Binary | 10100 | 1011010 | 11101010 | 1011011 | 111110 | 0 | 1000 | 11011100 | 1010100 | 110010 |
Color Harmonies of #145AEA
Complementary color
Monochromatic Colors of #145AEA
Black with #145AEA
Text Example
Text Example
White with #145AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145AEA; }
p { color: rgb(20,90,234); }
H1.HeaderClassName
{
color: #145AEA;
}
.AnyTagClassName
{
color: #145AEA;
}
</style>
background-color css
<style>
a { background-color: #145AEA; }
a { background-color: rgb(20,90,234); }
div.DivClassName
{
background-color: #145AEA;
}
.BgClassName
{
background-color: #145AEA;
}
</style>
border-color css
<style>
span { border-color: #145AEA; }
span { border-color: rgb(20,90,234); }
td.TdClassName
{
border-color: #145AEA;
}
.TagClassName
{
border-color: #145AEA;
}
</style>