Shades of Navy Blue #145EF7
Tints of Navy Blue #145EF7
RGB
CMYK
RGB Variations
Color information
#145EF7 (or 0x145EF7) is known color: Navy Blue. HEX triplet: 14, 5E and F7. RGB value is (20,94,247). Sum of RGB (Red+Green+Blue) = 20+94+247=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 247 (96.88% from 255 or 68.42% from 361); Max value from RGB is 247 - color contains mainly: blue. Hex color #145EF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145EF7 is #EBA108. Grayscale: #585858. Windows color (decimal): -15442185 or 16211476. OLE color: 16211476.
HSL color Cylindrical-coordinate representation of color #145EF7: hue angle of 220.44º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145EF7 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 94 | 247 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.03 |
| HSL | 220.44º | 0.93% | 0.52% | - |
| HSV(B) | 220.44º | 0.92% | 0.97% | - |
| XYZ | 21.08 | 14.87 | 89.75 | - |
| YUV | 89.32 | 216.98 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 247 | 0.92 | 0.62 | 0 | 0.03 | 220.44 | 0.93 | 0.52 |
| Hex | 14 | 5E | F7 | 5C | 3E | 0 | 3 | DC | 5D | 34 |
| Octal | 24 | 136 | 367 | 134 | 76 | 0 | 3 | 334 | 135 | 64 |
| Binary | 10100 | 1011110 | 11110111 | 1011100 | 111110 | 0 | 11 | 11011100 | 1011101 | 110100 |
Color Harmonies of #145EF7
Complementary color
Monochromatic Colors of #145EF7
Black with #145EF7
Text Example
Text Example
White with #145EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145EF7; }
p { color: rgb(20,94,247); }
H1.HeaderClassName
{
color: #145EF7;
}
.AnyTagClassName
{
color: #145EF7;
}
</style>
background-color css
<style>
a { background-color: #145EF7; }
a { background-color: rgb(20,94,247); }
div.DivClassName
{
background-color: #145EF7;
}
.BgClassName
{
background-color: #145EF7;
}
</style>
border-color css
<style>
span { border-color: #145EF7; }
span { border-color: rgb(20,94,247); }
td.TdClassName
{
border-color: #145EF7;
}
.TagClassName
{
border-color: #145EF7;
}
</style>