Shades of Navy Blue #145EF9
Tints of Navy Blue #145EF9
RGB
CMYK
RGB Variations
Color information
#145EF9 (or 0x145EF9) is known color: Navy Blue. HEX triplet: 14, 5E and F9. RGB value is (20,94,249). Sum of RGB (Red+Green+Blue) = 20+94+249=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 249 (97.66% from 255 or 68.60% from 363); Max value from RGB is 249 - color contains mainly: blue. Hex color #145EF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145EF9 is #EBA106. Grayscale: #585858. Windows color (decimal): -15442183 or 16342548. OLE color: 16342548.
HSL color Cylindrical-coordinate representation of color #145EF9: hue angle of 220.61º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145EF9 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 94 | 249 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.02 |
| HSL | 220.61º | 0.95% | 0.53% | - |
| HSV(B) | 220.61º | 0.92% | 0.98% | - |
| XYZ | 21.39 | 14.99 | 91.39 | - |
| YUV | 89.54 | 217.98 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 249 | 0.92 | 0.62 | 0 | 0.02 | 220.61 | 0.95 | 0.53 |
| Hex | 14 | 5E | F9 | 5C | 3E | 0 | 2 | DD | 5F | 35 |
| Octal | 24 | 136 | 371 | 134 | 76 | 0 | 2 | 335 | 137 | 65 |
| Binary | 10100 | 1011110 | 11111001 | 1011100 | 111110 | 0 | 10 | 11011101 | 1011111 | 110101 |
Color Harmonies of #145EF9
Complementary color
Monochromatic Colors of #145EF9
Black with #145EF9
Text Example
Text Example
White with #145EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145EF9; }
p { color: rgb(20,94,249); }
H1.HeaderClassName
{
color: #145EF9;
}
.AnyTagClassName
{
color: #145EF9;
}
</style>
background-color css
<style>
a { background-color: #145EF9; }
a { background-color: rgb(20,94,249); }
div.DivClassName
{
background-color: #145EF9;
}
.BgClassName
{
background-color: #145EF9;
}
</style>
border-color css
<style>
span { border-color: #145EF9; }
span { border-color: rgb(20,94,249); }
td.TdClassName
{
border-color: #145EF9;
}
.TagClassName
{
border-color: #145EF9;
}
</style>