Shades of Navy Blue #145FEF
Tints of Navy Blue #145FEF
RGB
CMYK
RGB Variations
Color information
#145FEF (or 0x145FEF) is known color: Navy Blue. HEX triplet: 14, 5F and EF. RGB value is (20,95,239). Sum of RGB (Red+Green+Blue) = 20+95+239=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #145FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145FEF is #EBA010. Grayscale: #585858. Windows color (decimal): -15441937 or 15687444. OLE color: 15687444.
HSL color Cylindrical-coordinate representation of color #145FEF: hue angle of 219.45º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145FEF is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 95 | 239 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.06 |
| HSL | 219.45º | 0.87% | 0.51% | - |
| HSV(B) | 219.45º | 0.92% | 0.94% | - |
| XYZ | 19.96 | 14.57 | 83.42 | - |
| YUV | 88.99 | 212.65 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 239 | 0.92 | 0.60 | 0 | 0.06 | 219.45 | 0.87 | 0.51 |
| Hex | 14 | 5F | EF | 5C | 3C | 0 | 6 | DB | 57 | 33 |
| Octal | 24 | 137 | 357 | 134 | 74 | 0 | 6 | 333 | 127 | 63 |
| Binary | 10100 | 1011111 | 11101111 | 1011100 | 111100 | 0 | 110 | 11011011 | 1010111 | 110011 |
Color Harmonies of #145FEF
Complementary color
Monochromatic Colors of #145FEF
Black with #145FEF
Text Example
Text Example
White with #145FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145FEF; }
p { color: rgb(20,95,239); }
H1.HeaderClassName
{
color: #145FEF;
}
.AnyTagClassName
{
color: #145FEF;
}
</style>
background-color css
<style>
a { background-color: #145FEF; }
a { background-color: rgb(20,95,239); }
div.DivClassName
{
background-color: #145FEF;
}
.BgClassName
{
background-color: #145FEF;
}
</style>
border-color css
<style>
span { border-color: #145FEF; }
span { border-color: rgb(20,95,239); }
td.TdClassName
{
border-color: #145FEF;
}
.TagClassName
{
border-color: #145FEF;
}
</style>