Shades of Navy Blue #145AE9
Tints of Navy Blue #145AE9
RGB
CMYK
RGB Variations
Color information
#145AE9 (or 0x145AE9) is known color: Navy Blue. HEX triplet: 14, 5A and E9. RGB value is (20,90,233). Sum of RGB (Red+Green+Blue) = 20+90+233=343 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.83% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 233 (91.41% from 255 or 67.93% from 343); Max value from RGB is 233 - color contains mainly: blue. Hex color #145AE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145AE9 is #EBA516. Grayscale: #545454. Windows color (decimal): -15443223 or 15292948. OLE color: 15292948.
HSL color Cylindrical-coordinate representation of color #145AE9: hue angle of 220.28º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145AE9 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 90 | 233 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.09 |
| HSL | 220.28º | 0.84% | 0.5% | - |
| HSV(B) | 220.28º | 0.91% | 0.91% | - |
| XYZ | 18.65 | 13.34 | 78.68 | - |
| YUV | 85.37 | 211.31 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 233 | 0.91 | 0.61 | 0 | 0.09 | 220.28 | 0.84 | 0.5 |
| Hex | 14 | 5A | E9 | 5B | 3D | 0 | 9 | DC | 54 | 32 |
| Octal | 24 | 132 | 351 | 133 | 75 | 0 | 11 | 334 | 124 | 62 |
| Binary | 10100 | 1011010 | 11101001 | 1011011 | 111101 | 0 | 1001 | 11011100 | 1010100 | 110010 |
Color Harmonies of #145AE9
Complementary color
Monochromatic Colors of #145AE9
Black with #145AE9
Text Example
Text Example
White with #145AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145AE9; }
p { color: rgb(20,90,233); }
H1.HeaderClassName
{
color: #145AE9;
}
.AnyTagClassName
{
color: #145AE9;
}
</style>
background-color css
<style>
a { background-color: #145AE9; }
a { background-color: rgb(20,90,233); }
div.DivClassName
{
background-color: #145AE9;
}
.BgClassName
{
background-color: #145AE9;
}
</style>
border-color css
<style>
span { border-color: #145AE9; }
span { border-color: rgb(20,90,233); }
td.TdClassName
{
border-color: #145AE9;
}
.TagClassName
{
border-color: #145AE9;
}
</style>