Shades of Navy Blue #145BE5
Tints of Navy Blue #145BE5
RGB
CMYK
RGB Variations
Color information
#145BE5 (or 0x145BE5) is known color: Navy Blue. HEX triplet: 14, 5B and E5. RGB value is (20,91,229). Sum of RGB (Red+Green+Blue) = 20+91+229=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 229 (89.84% from 255 or 67.35% from 340); Max value from RGB is 229 - color contains mainly: blue. Hex color #145BE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BE5 is #EBA41A. Grayscale: #545454. Windows color (decimal): -15442971 or 15031060. OLE color: 15031060.
HSL color Cylindrical-coordinate representation of color #145BE5: hue angle of 219.62º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145BE5 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 91 | 229 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.10 |
| HSL | 219.62º | 0.84% | 0.49% | - |
| HSV(B) | 219.62º | 0.91% | 0.9% | - |
| XYZ | 18.17 | 13.29 | 75.74 | - |
| YUV | 85.5 | 208.98 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 229 | 0.91 | 0.60 | 0 | 0.10 | 219.62 | 0.84 | 0.49 |
| Hex | 14 | 5B | E5 | 5B | 3C | 0 | A | DC | 54 | 31 |
| Octal | 24 | 133 | 345 | 133 | 74 | 0 | 12 | 334 | 124 | 61 |
| Binary | 10100 | 1011011 | 11100101 | 1011011 | 111100 | 0 | 1010 | 11011100 | 1010100 | 110001 |
Color Harmonies of #145BE5
Complementary color
Monochromatic Colors of #145BE5
Black with #145BE5
Text Example
Text Example
White with #145BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BE5; }
p { color: rgb(20,91,229); }
H1.HeaderClassName
{
color: #145BE5;
}
.AnyTagClassName
{
color: #145BE5;
}
</style>
background-color css
<style>
a { background-color: #145BE5; }
a { background-color: rgb(20,91,229); }
div.DivClassName
{
background-color: #145BE5;
}
.BgClassName
{
background-color: #145BE5;
}
</style>
border-color css
<style>
span { border-color: #145BE5; }
span { border-color: rgb(20,91,229); }
td.TdClassName
{
border-color: #145BE5;
}
.TagClassName
{
border-color: #145BE5;
}
</style>