Shades of Navy Blue #145EF4
Tints of Navy Blue #145EF4
RGB
CMYK
RGB Variations
Color information
#145EF4 (or 0x145EF4) is known color: Navy Blue. HEX triplet: 14, 5E and F4. RGB value is (20,94,244). Sum of RGB (Red+Green+Blue) = 20+94+244=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 244 (95.70% from 255 or 68.16% from 358); Max value from RGB is 244 - color contains mainly: blue. Hex color #145EF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145EF4 is #EBA10B. Grayscale: #585858. Windows color (decimal): -15442188 or 16014868. OLE color: 16014868.
HSL color Cylindrical-coordinate representation of color #145EF4: hue angle of 220.18º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145EF4 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 94 | 244 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.04 |
| HSL | 220.18º | 0.91% | 0.52% | - |
| HSV(B) | 220.18º | 0.92% | 0.96% | - |
| XYZ | 20.62 | 14.69 | 87.34 | - |
| YUV | 88.97 | 215.48 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 244 | 0.92 | 0.61 | 0 | 0.04 | 220.18 | 0.91 | 0.52 |
| Hex | 14 | 5E | F4 | 5C | 3D | 0 | 4 | DC | 5B | 34 |
| Octal | 24 | 136 | 364 | 134 | 75 | 0 | 4 | 334 | 133 | 64 |
| Binary | 10100 | 1011110 | 11110100 | 1011100 | 111101 | 0 | 100 | 11011100 | 1011011 | 110100 |
Color Harmonies of #145EF4
Complementary color
Monochromatic Colors of #145EF4
Black with #145EF4
Text Example
Text Example
White with #145EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145EF4; }
p { color: rgb(20,94,244); }
H1.HeaderClassName
{
color: #145EF4;
}
.AnyTagClassName
{
color: #145EF4;
}
</style>
background-color css
<style>
a { background-color: #145EF4; }
a { background-color: rgb(20,94,244); }
div.DivClassName
{
background-color: #145EF4;
}
.BgClassName
{
background-color: #145EF4;
}
</style>
border-color css
<style>
span { border-color: #145EF4; }
span { border-color: rgb(20,94,244); }
td.TdClassName
{
border-color: #145EF4;
}
.TagClassName
{
border-color: #145EF4;
}
</style>