Shades of Navy Blue #015BDF
Tints of Navy Blue #015BDF
RGB
CMYK
RGB Variations
Color information
#015BDF (or 0x015BDF) is known color: Navy Blue. HEX triplet: 01, 5B and DF. RGB value is (1,91,223). Sum of RGB (Red+Green+Blue) = 1+91+223=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #015BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015BDF is #FEA420. Grayscale: #4E4E4E. Windows color (decimal): -16688161 or 14637825. OLE color: 14637825.
HSL color Cylindrical-coordinate representation of color #015BDF: hue angle of 215.68º 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 #015BDF is Cyan = 1.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 91 | 223 | - |
| CMYK | 1.00 | 0.59 | 0 | 0.13 |
| HSL | 215.68º | 0.99% | 0.44% | - |
| HSV(B) | 215.68º | 1% | 0.87% | - |
| XYZ | 17.07 | 12.82 | 71.39 | - |
| YUV | 79.14 | 209.18 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 223 | 1.00 | 0.59 | 0 | 0.13 | 215.68 | 0.99 | 0.44 |
| Hex | 1 | 5B | DF | 64 | 3B | 0 | D | D8 | 63 | 2C |
| Octal | 1 | 133 | 337 | 144 | 73 | 0 | 15 | 330 | 143 | 54 |
| Binary | 1 | 1011011 | 11011111 | 1100100 | 111011 | 0 | 1101 | 11011000 | 1100011 | 101100 |
Color Harmonies of #015BDF
Complementary color
Monochromatic Colors of #015BDF
Black with #015BDF
Text Example
Text Example
White with #015BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015BDF; }
p { color: rgb(1,91,223); }
H1.HeaderClassName
{
color: #015BDF;
}
.AnyTagClassName
{
color: #015BDF;
}
</style>
background-color css
<style>
a { background-color: #015BDF; }
a { background-color: rgb(1,91,223); }
div.DivClassName
{
background-color: #015BDF;
}
.BgClassName
{
background-color: #015BDF;
}
</style>
border-color css
<style>
span { border-color: #015BDF; }
span { border-color: rgb(1,91,223); }
td.TdClassName
{
border-color: #015BDF;
}
.TagClassName
{
border-color: #015BDF;
}
</style>