Shades of Navy Blue #145FEC
Tints of Navy Blue #145FEC
RGB
CMYK
RGB Variations
Color information
#145FEC (or 0x145FEC) is known color: Navy Blue. HEX triplet: 14, 5F and EC. RGB value is (20,95,236). Sum of RGB (Red+Green+Blue) = 20+95+236=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #145FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145FEC is #EBA013. Grayscale: #585858. Windows color (decimal): -15441940 or 15490836. OLE color: 15490836.
HSL color Cylindrical-coordinate representation of color #145FEC: hue angle of 219.17º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145FEC is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 95 | 236 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.07 |
| HSL | 219.17º | 0.85% | 0.5% | - |
| HSV(B) | 219.17º | 0.92% | 0.93% | - |
| XYZ | 19.52 | 14.39 | 81.11 | - |
| YUV | 88.65 | 211.15 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 236 | 0.92 | 0.60 | 0 | 0.07 | 219.17 | 0.85 | 0.5 |
| Hex | 14 | 5F | EC | 5C | 3C | 0 | 7 | DB | 55 | 32 |
| Octal | 24 | 137 | 354 | 134 | 74 | 0 | 7 | 333 | 125 | 62 |
| Binary | 10100 | 1011111 | 11101100 | 1011100 | 111100 | 0 | 111 | 11011011 | 1010101 | 110010 |
Color Harmonies of #145FEC
Complementary color
Monochromatic Colors of #145FEC
Black with #145FEC
Text Example
Text Example
White with #145FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145FEC; }
p { color: rgb(20,95,236); }
H1.HeaderClassName
{
color: #145FEC;
}
.AnyTagClassName
{
color: #145FEC;
}
</style>
background-color css
<style>
a { background-color: #145FEC; }
a { background-color: rgb(20,95,236); }
div.DivClassName
{
background-color: #145FEC;
}
.BgClassName
{
background-color: #145FEC;
}
</style>
border-color css
<style>
span { border-color: #145FEC; }
span { border-color: rgb(20,95,236); }
td.TdClassName
{
border-color: #145FEC;
}
.TagClassName
{
border-color: #145FEC;
}
</style>