Shades of Navy Blue #015DF8
Tints of Navy Blue #015DF8
RGB
CMYK
RGB Variations
Color information
#015DF8 (or 0x015DF8) is known color: Navy Blue. HEX triplet: 01, 5D and F8. RGB value is (1,93,248). Sum of RGB (Red+Green+Blue) = 1+93+248=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 248 (97.27% from 255 or 72.51% from 342); Max value from RGB is 248 - color contains mainly: blue. Hex color #015DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015DF8 is #FEA207. Grayscale: #525252. Windows color (decimal): -16687624 or 16276737. OLE color: 16276737.
HSL color Cylindrical-coordinate representation of color #015DF8: hue angle of 217.65º 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 #015DF8 is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 93 | 248 | - |
| CMYK | 1.00 | 0.62 | 0 | 0.03 |
| HSL | 217.65º | 0.99% | 0.49% | - |
| HSV(B) | 217.65º | 1% | 0.97% | - |
| XYZ | 20.87 | 14.61 | 90.53 | - |
| YUV | 83.16 | 221.02 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 248 | 1.00 | 0.62 | 0 | 0.03 | 217.65 | 0.99 | 0.49 |
| Hex | 1 | 5D | F8 | 64 | 3E | 0 | 3 | DA | 63 | 31 |
| Octal | 1 | 135 | 370 | 144 | 76 | 0 | 3 | 332 | 143 | 61 |
| Binary | 1 | 1011101 | 11111000 | 1100100 | 111110 | 0 | 11 | 11011010 | 1100011 | 110001 |
Color Harmonies of #015DF8
Complementary color
Monochromatic Colors of #015DF8
Black with #015DF8
Text Example
Text Example
White with #015DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DF8; }
p { color: rgb(1,93,248); }
H1.HeaderClassName
{
color: #015DF8;
}
.AnyTagClassName
{
color: #015DF8;
}
</style>
background-color css
<style>
a { background-color: #015DF8; }
a { background-color: rgb(1,93,248); }
div.DivClassName
{
background-color: #015DF8;
}
.BgClassName
{
background-color: #015DF8;
}
</style>
border-color css
<style>
span { border-color: #015DF8; }
span { border-color: rgb(1,93,248); }
td.TdClassName
{
border-color: #015DF8;
}
.TagClassName
{
border-color: #015DF8;
}
</style>