Shades of Navy Blue #015FDF
Tints of Navy Blue #015FDF
RGB
CMYK
RGB Variations
Color information
#015FDF (or 0x015FDF) is known color: Navy Blue. HEX triplet: 01, 5F and DF. RGB value is (1,95,223). Sum of RGB (Red+Green+Blue) = 1+95+223=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #015FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015FDF is #FEA020. Grayscale: #505050. Windows color (decimal): -16687137 or 14638849. OLE color: 14638849.
HSL color Cylindrical-coordinate representation of color #015FDF: hue angle of 214.59º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015FDF is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 95 | 223 | - |
| CMYK | 1.00 | 0.57 | 0 | 0.13 |
| HSL | 214.59º | 0.99% | 0.44% | - |
| HSV(B) | 214.59º | 1% | 0.87% | - |
| XYZ | 17.42 | 13.52 | 71.5 | - |
| YUV | 81.49 | 207.86 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 223 | 1.00 | 0.57 | 0 | 0.13 | 214.59 | 0.99 | 0.44 |
| Hex | 1 | 5F | DF | 64 | 39 | 0 | D | D7 | 63 | 2C |
| Octal | 1 | 137 | 337 | 144 | 71 | 0 | 15 | 327 | 143 | 54 |
| Binary | 1 | 1011111 | 11011111 | 1100100 | 111001 | 0 | 1101 | 11010111 | 1100011 | 101100 |
Color Harmonies of #015FDF
Complementary color
Monochromatic Colors of #015FDF
Black with #015FDF
Text Example
Text Example
White with #015FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015FDF; }
p { color: rgb(1,95,223); }
H1.HeaderClassName
{
color: #015FDF;
}
.AnyTagClassName
{
color: #015FDF;
}
</style>
background-color css
<style>
a { background-color: #015FDF; }
a { background-color: rgb(1,95,223); }
div.DivClassName
{
background-color: #015FDF;
}
.BgClassName
{
background-color: #015FDF;
}
</style>
border-color css
<style>
span { border-color: #015FDF; }
span { border-color: rgb(1,95,223); }
td.TdClassName
{
border-color: #015FDF;
}
.TagClassName
{
border-color: #015FDF;
}
</style>