Shades of Navy Blue #015FFE
Tints of Navy Blue #015FFE
RGB
CMYK
RGB Variations
Color information
#015FFE (or 0x015FFE) is known color: Navy Blue. HEX triplet: 01, 5F and FE. RGB value is (1,95,254). Sum of RGB (Red+Green+Blue) = 1+95+254=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #015FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015FFE is #FEA001. Grayscale: #545454. Windows color (decimal): -16687106 or 16670465. OLE color: 16670465.
HSL color Cylindrical-coordinate representation of color #015FFE: hue angle of 217.71º 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 #015FFE is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 95 | 254 | - |
| CMYK | 1.00 | 0.63 | 0 | 0.00 |
| HSL | 217.71º | 0.99% | 0.5% | - |
| HSV(B) | 217.71º | 1% | 1% | - |
| XYZ | 21.99 | 15.35 | 95.57 | - |
| YUV | 85.02 | 223.36 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 254 | 1.00 | 0.63 | 0 | 0.00 | 217.71 | 0.99 | 0.5 |
| Hex | 1 | 5F | FE | 64 | 3F | 0 | 0 | DA | 63 | 32 |
| Octal | 1 | 137 | 376 | 144 | 77 | 0 | 0 | 332 | 143 | 62 |
| Binary | 1 | 1011111 | 11111110 | 1100100 | 111111 | 0 | 0 | 11011010 | 1100011 | 110010 |
Color Harmonies of #015FFE
Complementary color
Monochromatic Colors of #015FFE
Black with #015FFE
Text Example
Text Example
White with #015FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015FFE; }
p { color: rgb(1,95,254); }
H1.HeaderClassName
{
color: #015FFE;
}
.AnyTagClassName
{
color: #015FFE;
}
</style>
background-color css
<style>
a { background-color: #015FFE; }
a { background-color: rgb(1,95,254); }
div.DivClassName
{
background-color: #015FFE;
}
.BgClassName
{
background-color: #015FFE;
}
</style>
border-color css
<style>
span { border-color: #015FFE; }
span { border-color: rgb(1,95,254); }
td.TdClassName
{
border-color: #015FFE;
}
.TagClassName
{
border-color: #015FFE;
}
</style>