Shades of Navy Blue #015FD1
Tints of Navy Blue #015FD1
RGB
CMYK
RGB Variations
Color information
#015FD1 (or 0x015FD1) is known color: Navy Blue. HEX triplet: 01, 5F and D1. RGB value is (1,95,209). Sum of RGB (Red+Green+Blue) = 1+95+209=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 209 (82.03% from 255 or 68.52% from 305); Max value from RGB is 209 - color contains mainly: blue. Hex color #015FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015FD1 is #FEA02E. Grayscale: #4F4F4F. Windows color (decimal): -16687151 or 13721345. OLE color: 13721345.
HSL color Cylindrical-coordinate representation of color #015FD1: hue angle of 212.88º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015FD1 is Cyan = 1.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 95 | 209 | - |
| CMYK | 1.00 | 0.55 | 0 | 0.18 |
| HSL | 212.88º | 0.99% | 0.41% | - |
| HSV(B) | 212.88º | 1% | 0.82% | - |
| XYZ | 15.61 | 12.79 | 61.97 | - |
| YUV | 79.89 | 200.86 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 209 | 1.00 | 0.55 | 0 | 0.18 | 212.88 | 0.99 | 0.41 |
| Hex | 1 | 5F | D1 | 64 | 37 | 0 | 12 | D5 | 63 | 29 |
| Octal | 1 | 137 | 321 | 144 | 67 | 0 | 22 | 325 | 143 | 51 |
| Binary | 1 | 1011111 | 11010001 | 1100100 | 110111 | 0 | 10010 | 11010101 | 1100011 | 101001 |
Color Harmonies of #015FD1
Complementary color
Monochromatic Colors of #015FD1
Black with #015FD1
Text Example
Text Example
White with #015FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015FD1; }
p { color: rgb(1,95,209); }
H1.HeaderClassName
{
color: #015FD1;
}
.AnyTagClassName
{
color: #015FD1;
}
</style>
background-color css
<style>
a { background-color: #015FD1; }
a { background-color: rgb(1,95,209); }
div.DivClassName
{
background-color: #015FD1;
}
.BgClassName
{
background-color: #015FD1;
}
</style>
border-color css
<style>
span { border-color: #015FD1; }
span { border-color: rgb(1,95,209); }
td.TdClassName
{
border-color: #015FD1;
}
.TagClassName
{
border-color: #015FD1;
}
</style>