Shades of Navy Blue #015EF8
Tints of Navy Blue #015EF8
RGB
CMYK
RGB Variations
Color information
#015EF8 (or 0x015EF8) is known color: Navy Blue. HEX triplet: 01, 5E and F8. RGB value is (1,94,248). Sum of RGB (Red+Green+Blue) = 1+94+248=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 248 (97.27% from 255 or 72.30% from 343); Max value from RGB is 248 - color contains mainly: blue. Hex color #015EF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015EF8 is #FEA107. Grayscale: #535353. Windows color (decimal): -16687368 or 16276993. OLE color: 16276993.
HSL color Cylindrical-coordinate representation of color #015EF8: hue angle of 217.41º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015EF8 is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 94 | 248 | - |
| CMYK | 1.00 | 0.62 | 0 | 0.03 |
| HSL | 217.41º | 0.99% | 0.49% | - |
| HSV(B) | 217.41º | 1% | 0.97% | - |
| XYZ | 20.96 | 14.79 | 90.56 | - |
| YUV | 83.75 | 220.69 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 248 | 1.00 | 0.62 | 0 | 0.03 | 217.41 | 0.99 | 0.49 |
| Hex | 1 | 5E | F8 | 64 | 3E | 0 | 3 | D9 | 63 | 31 |
| Octal | 1 | 136 | 370 | 144 | 76 | 0 | 3 | 331 | 143 | 61 |
| Binary | 1 | 1011110 | 11111000 | 1100100 | 111110 | 0 | 11 | 11011001 | 1100011 | 110001 |
Color Harmonies of #015EF8
Complementary color
Monochromatic Colors of #015EF8
Black with #015EF8
Text Example
Text Example
White with #015EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015EF8; }
p { color: rgb(1,94,248); }
H1.HeaderClassName
{
color: #015EF8;
}
.AnyTagClassName
{
color: #015EF8;
}
</style>
background-color css
<style>
a { background-color: #015EF8; }
a { background-color: rgb(1,94,248); }
div.DivClassName
{
background-color: #015EF8;
}
.BgClassName
{
background-color: #015EF8;
}
</style>
border-color css
<style>
span { border-color: #015EF8; }
span { border-color: rgb(1,94,248); }
td.TdClassName
{
border-color: #015EF8;
}
.TagClassName
{
border-color: #015EF8;
}
</style>