Shades of Navy Blue #145EEB
Tints of Navy Blue #145EEB
RGB
CMYK
RGB Variations
Color information
#145EEB (or 0x145EEB) is known color: Navy Blue. HEX triplet: 14, 5E and EB. RGB value is (20,94,235). Sum of RGB (Red+Green+Blue) = 20+94+235=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #145EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145EEB is #EBA114. Grayscale: #575757. Windows color (decimal): -15442197 or 15425044. OLE color: 15425044.
HSL color Cylindrical-coordinate representation of color #145EEB: hue angle of 219.35º 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 #145EEB is Cyan = 0.91, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 94 | 235 | - |
| CMYK | 0.91 | 0.6 | 0 | 0.08 |
| HSL | 219.35º | 0.84% | 0.5% | - |
| HSV(B) | 219.35º | 0.91% | 0.92% | - |
| XYZ | 19.29 | 14.15 | 80.31 | - |
| YUV | 87.95 | 210.98 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 235 | 0.91 | 0.6 | 0 | 0.08 | 219.35 | 0.84 | 0.5 |
| Hex | 14 | 5E | EB | 5B | 3C | 0 | 8 | DB | 54 | 32 |
| Octal | 24 | 136 | 353 | 133 | 74 | 0 | 10 | 333 | 124 | 62 |
| Binary | 10100 | 1011110 | 11101011 | 1011011 | 111100 | 0 | 1000 | 11011011 | 1010100 | 110010 |
Color Harmonies of #145EEB
Complementary color
Monochromatic Colors of #145EEB
Black with #145EEB
Text Example
Text Example
White with #145EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145EEB; }
p { color: rgb(20,94,235); }
H1.HeaderClassName
{
color: #145EEB;
}
.AnyTagClassName
{
color: #145EEB;
}
</style>
background-color css
<style>
a { background-color: #145EEB; }
a { background-color: rgb(20,94,235); }
div.DivClassName
{
background-color: #145EEB;
}
.BgClassName
{
background-color: #145EEB;
}
</style>
border-color css
<style>
span { border-color: #145EEB; }
span { border-color: rgb(20,94,235); }
td.TdClassName
{
border-color: #145EEB;
}
.TagClassName
{
border-color: #145EEB;
}
</style>