Shades of Navy Blue #015DFE
Tints of Navy Blue #015DFE
RGB
CMYK
RGB Variations
Color information
#015DFE (or 0x015DFE) is known color: Navy Blue. HEX triplet: 01, 5D and FE. RGB value is (1,93,254). Sum of RGB (Red+Green+Blue) = 1+93+254=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 254 (99.61% from 255 or 72.99% from 348); Max value from RGB is 254 - color contains mainly: blue. Hex color #015DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015DFE is #FEA201. Grayscale: #535353. Windows color (decimal): -16687618 or 16669953. OLE color: 16669953.
HSL color Cylindrical-coordinate representation of color #015DFE: hue angle of 218.18º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015DFE is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 93 | 254 | - |
| CMYK | 1.00 | 0.63 | 0 | 0.00 |
| HSL | 218.18º | 0.99% | 0.5% | - |
| HSV(B) | 218.18º | 1% | 1% | - |
| XYZ | 21.82 | 14.99 | 95.51 | - |
| YUV | 83.85 | 224.02 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 254 | 1.00 | 0.63 | 0 | 0.00 | 218.18 | 0.99 | 0.5 |
| Hex | 1 | 5D | FE | 64 | 3F | 0 | 0 | DA | 63 | 32 |
| Octal | 1 | 135 | 376 | 144 | 77 | 0 | 0 | 332 | 143 | 62 |
| Binary | 1 | 1011101 | 11111110 | 1100100 | 111111 | 0 | 0 | 11011010 | 1100011 | 110010 |
Color Harmonies of #015DFE
Complementary color
Monochromatic Colors of #015DFE
Black with #015DFE
Text Example
Text Example
White with #015DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DFE; }
p { color: rgb(1,93,254); }
H1.HeaderClassName
{
color: #015DFE;
}
.AnyTagClassName
{
color: #015DFE;
}
</style>
background-color css
<style>
a { background-color: #015DFE; }
a { background-color: rgb(1,93,254); }
div.DivClassName
{
background-color: #015DFE;
}
.BgClassName
{
background-color: #015DFE;
}
</style>
border-color css
<style>
span { border-color: #015DFE; }
span { border-color: rgb(1,93,254); }
td.TdClassName
{
border-color: #015DFE;
}
.TagClassName
{
border-color: #015DFE;
}
</style>