Shades of Navy Blue #145EF8
Tints of Navy Blue #145EF8
RGB
CMYK
RGB Variations
Color information
#145EF8 (or 0x145EF8) is known color: Navy Blue. HEX triplet: 14, 5E and F8. RGB value is (20,94,248). Sum of RGB (Red+Green+Blue) = 20+94+248=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 248 (97.27% from 255 or 68.51% from 362); Max value from RGB is 248 - color contains mainly: blue. Hex color #145EF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145EF8 is #EBA107. Grayscale: #585858. Windows color (decimal): -15442184 or 16277012. OLE color: 16277012.
HSL color Cylindrical-coordinate representation of color #145EF8: hue angle of 220.53º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145EF8 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 94 | 248 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.03 |
| HSL | 220.53º | 0.94% | 0.53% | - |
| HSV(B) | 220.53º | 0.92% | 0.97% | - |
| XYZ | 21.23 | 14.93 | 90.57 | - |
| YUV | 89.43 | 217.48 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 248 | 0.92 | 0.62 | 0 | 0.03 | 220.53 | 0.94 | 0.53 |
| Hex | 14 | 5E | F8 | 5C | 3E | 0 | 3 | DD | 5E | 35 |
| Octal | 24 | 136 | 370 | 134 | 76 | 0 | 3 | 335 | 136 | 65 |
| Binary | 10100 | 1011110 | 11111000 | 1011100 | 111110 | 0 | 11 | 11011101 | 1011110 | 110101 |
Color Harmonies of #145EF8
Complementary color
Monochromatic Colors of #145EF8
Black with #145EF8
Text Example
Text Example
White with #145EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145EF8; }
p { color: rgb(20,94,248); }
H1.HeaderClassName
{
color: #145EF8;
}
.AnyTagClassName
{
color: #145EF8;
}
</style>
background-color css
<style>
a { background-color: #145EF8; }
a { background-color: rgb(20,94,248); }
div.DivClassName
{
background-color: #145EF8;
}
.BgClassName
{
background-color: #145EF8;
}
</style>
border-color css
<style>
span { border-color: #145EF8; }
span { border-color: rgb(20,94,248); }
td.TdClassName
{
border-color: #145EF8;
}
.TagClassName
{
border-color: #145EF8;
}
</style>