Shades of Navy Blue #015DFA
Tints of Navy Blue #015DFA
RGB
CMYK
RGB Variations
Color information
#015DFA (or 0x015DFA) is known color: Navy Blue. HEX triplet: 01, 5D and FA. RGB value is (1,93,250). Sum of RGB (Red+Green+Blue) = 1+93+250=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 250 (98.05% from 255 or 72.67% from 344); Max value from RGB is 250 - color contains mainly: blue. Hex color #015DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015DFA is #FEA205. Grayscale: #525252. Windows color (decimal): -16687622 or 16407809. OLE color: 16407809.
HSL color Cylindrical-coordinate representation of color #015DFA: hue angle of 217.83º 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 #015DFA is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 93 | 250 | - |
| CMYK | 1.00 | 0.63 | 0 | 0.02 |
| HSL | 217.83º | 0.99% | 0.49% | - |
| HSV(B) | 217.83º | 1% | 0.98% | - |
| XYZ | 21.18 | 14.74 | 92.17 | - |
| YUV | 83.39 | 222.02 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 250 | 1.00 | 0.63 | 0 | 0.02 | 217.83 | 0.99 | 0.49 |
| Hex | 1 | 5D | FA | 64 | 3F | 0 | 2 | DA | 63 | 31 |
| Octal | 1 | 135 | 372 | 144 | 77 | 0 | 2 | 332 | 143 | 61 |
| Binary | 1 | 1011101 | 11111010 | 1100100 | 111111 | 0 | 10 | 11011010 | 1100011 | 110001 |
Color Harmonies of #015DFA
Complementary color
Monochromatic Colors of #015DFA
Black with #015DFA
Text Example
Text Example
White with #015DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DFA; }
p { color: rgb(1,93,250); }
H1.HeaderClassName
{
color: #015DFA;
}
.AnyTagClassName
{
color: #015DFA;
}
</style>
background-color css
<style>
a { background-color: #015DFA; }
a { background-color: rgb(1,93,250); }
div.DivClassName
{
background-color: #015DFA;
}
.BgClassName
{
background-color: #015DFA;
}
</style>
border-color css
<style>
span { border-color: #015DFA; }
span { border-color: rgb(1,93,250); }
td.TdClassName
{
border-color: #015DFA;
}
.TagClassName
{
border-color: #015DFA;
}
</style>