Shades of Navy Blue #015FE3
Tints of Navy Blue #015FE3
RGB
CMYK
RGB Variations
Color information
#015FE3 (or 0x015FE3) is known color: Navy Blue. HEX triplet: 01, 5F and E3. RGB value is (1,95,227). Sum of RGB (Red+Green+Blue) = 1+95+227=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 227 (89.06% from 255 or 70.28% from 323); Max value from RGB is 227 - color contains mainly: blue. Hex color #015FE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015FE3 is #FEA01C. Grayscale: #515151. Windows color (decimal): -16687133 or 14900993. OLE color: 14900993.
HSL color Cylindrical-coordinate representation of color #015FE3: hue angle of 215.04º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015FE3 is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 95 | 227 | - |
| CMYK | 1.00 | 0.58 | 0 | 0.11 |
| HSL | 215.04º | 0.99% | 0.45% | - |
| HSV(B) | 215.04º | 1% | 0.89% | - |
| XYZ | 17.97 | 13.74 | 74.38 | - |
| YUV | 81.94 | 209.86 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 227 | 1.00 | 0.58 | 0 | 0.11 | 215.04 | 0.99 | 0.45 |
| Hex | 1 | 5F | E3 | 64 | 3A | 0 | B | D7 | 63 | 2D |
| Octal | 1 | 137 | 343 | 144 | 72 | 0 | 13 | 327 | 143 | 55 |
| Binary | 1 | 1011111 | 11100011 | 1100100 | 111010 | 0 | 1011 | 11010111 | 1100011 | 101101 |
Color Harmonies of #015FE3
Complementary color
Monochromatic Colors of #015FE3
Black with #015FE3
Text Example
Text Example
White with #015FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015FE3; }
p { color: rgb(1,95,227); }
H1.HeaderClassName
{
color: #015FE3;
}
.AnyTagClassName
{
color: #015FE3;
}
</style>
background-color css
<style>
a { background-color: #015FE3; }
a { background-color: rgb(1,95,227); }
div.DivClassName
{
background-color: #015FE3;
}
.BgClassName
{
background-color: #015FE3;
}
</style>
border-color css
<style>
span { border-color: #015FE3; }
span { border-color: rgb(1,95,227); }
td.TdClassName
{
border-color: #015FE3;
}
.TagClassName
{
border-color: #015FE3;
}
</style>