Shades of Navy Blue #015FFF
Tints of Navy Blue #015FFF
RGB
CMYK
RGB Variations
Color information
#015FFF (or 0x015FFF) is known color: Navy Blue. HEX triplet: 01, 5F and FF. RGB value is (1,95,255). Sum of RGB (Red+Green+Blue) = 1+95+255=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #015FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015FFF is #FEA000. Grayscale: #545454. Windows color (decimal): -16687105 or 16736001. OLE color: 16736001.
HSL color Cylindrical-coordinate representation of color #015FFF: hue angle of 217.8º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015FFF is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 95 | 255 | - |
| CMYK | 1.00 | 0.63 | 0 | 0 |
| HSL | 217.8º | 1% | 0.5% | - |
| HSV(B) | 217.8º | 1% | 1% | - |
| XYZ | 22.15 | 15.41 | 96.41 | - |
| YUV | 85.13 | 223.86 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 255 | 1.00 | 0.63 | 0 | 0 | 217.8 | 1 | 0.5 |
| Hex | 1 | 5F | FF | 64 | 3F | 0 | 0 | DA | 64 | 32 |
| Octal | 1 | 137 | 377 | 144 | 77 | 0 | 0 | 332 | 144 | 62 |
| Binary | 1 | 1011111 | 11111111 | 1100100 | 111111 | 0 | 0 | 11011010 | 1100100 | 110010 |
Color Harmonies of #015FFF
Complementary color
Monochromatic Colors of #015FFF
Black with #015FFF
Text Example
Text Example
White with #015FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015FFF; }
p { color: rgb(1,95,255); }
H1.HeaderClassName
{
color: #015FFF;
}
.AnyTagClassName
{
color: #015FFF;
}
</style>
background-color css
<style>
a { background-color: #015FFF; }
a { background-color: rgb(1,95,255); }
div.DivClassName
{
background-color: #015FFF;
}
.BgClassName
{
background-color: #015FFF;
}
</style>
border-color css
<style>
span { border-color: #015FFF; }
span { border-color: rgb(1,95,255); }
td.TdClassName
{
border-color: #015FFF;
}
.TagClassName
{
border-color: #015FFF;
}
</style>