Shades of Navy Blue #015DF1
Tints of Navy Blue #015DF1
RGB
CMYK
RGB Variations
Color information
#015DF1 (or 0x015DF1) is known color: Navy Blue. HEX triplet: 01, 5D and F1. RGB value is (1,93,241). Sum of RGB (Red+Green+Blue) = 1+93+241=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 241 (94.53% from 255 or 71.94% from 335); Max value from RGB is 241 - color contains mainly: blue. Hex color #015DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015DF1 is #FEA20E. Grayscale: #515151. Windows color (decimal): -16687631 or 15817985. OLE color: 15817985.
HSL color Cylindrical-coordinate representation of color #015DF1: hue angle of 217º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015DF1 is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 93 | 241 | - |
| CMYK | 1.00 | 0.61 | 0 | 0.05 |
| HSL | 217º | 0.99% | 0.47% | - |
| HSV(B) | 217º | 1% | 0.95% | - |
| XYZ | 19.8 | 14.19 | 84.91 | - |
| YUV | 82.36 | 217.52 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 241 | 1.00 | 0.61 | 0 | 0.05 | 217 | 0.99 | 0.47 |
| Hex | 1 | 5D | F1 | 64 | 3D | 0 | 5 | D9 | 63 | 2F |
| Octal | 1 | 135 | 361 | 144 | 75 | 0 | 5 | 331 | 143 | 57 |
| Binary | 1 | 1011101 | 11110001 | 1100100 | 111101 | 0 | 101 | 11011001 | 1100011 | 101111 |
Color Harmonies of #015DF1
Complementary color
Monochromatic Colors of #015DF1
Black with #015DF1
Text Example
Text Example
White with #015DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DF1; }
p { color: rgb(1,93,241); }
H1.HeaderClassName
{
color: #015DF1;
}
.AnyTagClassName
{
color: #015DF1;
}
</style>
background-color css
<style>
a { background-color: #015DF1; }
a { background-color: rgb(1,93,241); }
div.DivClassName
{
background-color: #015DF1;
}
.BgClassName
{
background-color: #015DF1;
}
</style>
border-color css
<style>
span { border-color: #015DF1; }
span { border-color: rgb(1,93,241); }
td.TdClassName
{
border-color: #015DF1;
}
.TagClassName
{
border-color: #015DF1;
}
</style>