Shades of Navy Blue #015DF9
Tints of Navy Blue #015DF9
RGB
CMYK
RGB Variations
Color information
#015DF9 (or 0x015DF9) is known color: Navy Blue. HEX triplet: 01, 5D and F9. RGB value is (1,93,249). Sum of RGB (Red+Green+Blue) = 1+93+249=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 249 (97.66% from 255 or 72.59% from 343); Max value from RGB is 249 - color contains mainly: blue. Hex color #015DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015DF9 is #FEA206. Grayscale: #525252. Windows color (decimal): -16687623 or 16342273. OLE color: 16342273.
HSL color Cylindrical-coordinate representation of color #015DF9: hue angle of 217.74º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015DF9 is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 93 | 249 | - |
| CMYK | 1.00 | 0.63 | 0 | 0.02 |
| HSL | 217.74º | 0.99% | 0.49% | - |
| HSV(B) | 217.74º | 1% | 0.98% | - |
| XYZ | 21.03 | 14.67 | 91.35 | - |
| YUV | 83.28 | 221.52 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 249 | 1.00 | 0.63 | 0 | 0.02 | 217.74 | 0.99 | 0.49 |
| Hex | 1 | 5D | F9 | 64 | 3F | 0 | 2 | DA | 63 | 31 |
| Octal | 1 | 135 | 371 | 144 | 77 | 0 | 2 | 332 | 143 | 61 |
| Binary | 1 | 1011101 | 11111001 | 1100100 | 111111 | 0 | 10 | 11011010 | 1100011 | 110001 |
Color Harmonies of #015DF9
Complementary color
Monochromatic Colors of #015DF9
Black with #015DF9
Text Example
Text Example
White with #015DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DF9; }
p { color: rgb(1,93,249); }
H1.HeaderClassName
{
color: #015DF9;
}
.AnyTagClassName
{
color: #015DF9;
}
</style>
background-color css
<style>
a { background-color: #015DF9; }
a { background-color: rgb(1,93,249); }
div.DivClassName
{
background-color: #015DF9;
}
.BgClassName
{
background-color: #015DF9;
}
</style>
border-color css
<style>
span { border-color: #015DF9; }
span { border-color: rgb(1,93,249); }
td.TdClassName
{
border-color: #015DF9;
}
.TagClassName
{
border-color: #015DF9;
}
</style>