Shades of Navy Blue #145DE1
Tints of Navy Blue #145DE1
RGB
CMYK
RGB Variations
Color information
#145DE1 (or 0x145DE1) is known color: Navy Blue. HEX triplet: 14, 5D and E1. RGB value is (20,93,225). Sum of RGB (Red+Green+Blue) = 20+93+225=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 225 (88.28% from 255 or 66.57% from 338); Max value from RGB is 225 - color contains mainly: blue. Hex color #145DE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145DE1 is #EBA21E. Grayscale: #555555. Windows color (decimal): -15442463 or 14769428. OLE color: 14769428.
HSL color Cylindrical-coordinate representation of color #145DE1: hue angle of 218.63º 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 #145DE1 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 93 | 225 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.12 |
| HSL | 218.63º | 0.84% | 0.48% | - |
| HSV(B) | 218.63º | 0.91% | 0.88% | - |
| XYZ | 17.79 | 13.41 | 72.89 | - |
| YUV | 86.22 | 206.32 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 225 | 0.91 | 0.59 | 0 | 0.12 | 218.63 | 0.84 | 0.48 |
| Hex | 14 | 5D | E1 | 5B | 3B | 0 | C | DB | 54 | 30 |
| Octal | 24 | 135 | 341 | 133 | 73 | 0 | 14 | 333 | 124 | 60 |
| Binary | 10100 | 1011101 | 11100001 | 1011011 | 111011 | 0 | 1100 | 11011011 | 1010100 | 110000 |
Color Harmonies of #145DE1
Complementary color
Monochromatic Colors of #145DE1
Black with #145DE1
Text Example
Text Example
White with #145DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145DE1; }
p { color: rgb(20,93,225); }
H1.HeaderClassName
{
color: #145DE1;
}
.AnyTagClassName
{
color: #145DE1;
}
</style>
background-color css
<style>
a { background-color: #145DE1; }
a { background-color: rgb(20,93,225); }
div.DivClassName
{
background-color: #145DE1;
}
.BgClassName
{
background-color: #145DE1;
}
</style>
border-color css
<style>
span { border-color: #145DE1; }
span { border-color: rgb(20,93,225); }
td.TdClassName
{
border-color: #145DE1;
}
.TagClassName
{
border-color: #145DE1;
}
</style>