Shades of Navy Blue #015BDB
Tints of Navy Blue #015BDB
RGB
CMYK
RGB Variations
Color information
#015BDB (or 0x015BDB) is known color: Navy Blue. HEX triplet: 01, 5B and DB. RGB value is (1,91,219). Sum of RGB (Red+Green+Blue) = 1+91+219=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #015BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015BDB is #FEA424. Grayscale: #4E4E4E. Windows color (decimal): -16688165 or 14375681. OLE color: 14375681.
HSL color Cylindrical-coordinate representation of color #015BDB: hue angle of 215.23º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015BDB is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 91 | 219 | - |
| CMYK | 1.00 | 0.58 | 0 | 0.14 |
| HSL | 215.23º | 0.99% | 0.43% | - |
| HSV(B) | 215.23º | 1% | 0.86% | - |
| XYZ | 16.54 | 12.6 | 68.58 | - |
| YUV | 78.68 | 207.18 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 219 | 1.00 | 0.58 | 0 | 0.14 | 215.23 | 0.99 | 0.43 |
| Hex | 1 | 5B | DB | 64 | 3A | 0 | E | D7 | 63 | 2B |
| Octal | 1 | 133 | 333 | 144 | 72 | 0 | 16 | 327 | 143 | 53 |
| Binary | 1 | 1011011 | 11011011 | 1100100 | 111010 | 0 | 1110 | 11010111 | 1100011 | 101011 |
Color Harmonies of #015BDB
Complementary color
Monochromatic Colors of #015BDB
Black with #015BDB
Text Example
Text Example
White with #015BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015BDB; }
p { color: rgb(1,91,219); }
H1.HeaderClassName
{
color: #015BDB;
}
.AnyTagClassName
{
color: #015BDB;
}
</style>
background-color css
<style>
a { background-color: #015BDB; }
a { background-color: rgb(1,91,219); }
div.DivClassName
{
background-color: #015BDB;
}
.BgClassName
{
background-color: #015BDB;
}
</style>
border-color css
<style>
span { border-color: #015BDB; }
span { border-color: rgb(1,91,219); }
td.TdClassName
{
border-color: #015BDB;
}
.TagClassName
{
border-color: #015BDB;
}
</style>