Shades of Navy Blue #015DDB
Tints of Navy Blue #015DDB
RGB
CMYK
RGB Variations
Color information
#015DDB (or 0x015DDB) is known color: Navy Blue. HEX triplet: 01, 5D and DB. RGB value is (1,93,219). Sum of RGB (Red+Green+Blue) = 1+93+219=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #015DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015DDB is #FEA224. Grayscale: #4F4F4F. Windows color (decimal): -16687653 or 14376193. OLE color: 14376193.
HSL color Cylindrical-coordinate representation of color #015DDB: hue angle of 214.68º 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 #015DDB is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 93 | 219 | - |
| CMYK | 1.00 | 0.58 | 0 | 0.14 |
| HSL | 214.68º | 0.99% | 0.43% | - |
| HSV(B) | 214.68º | 1% | 0.86% | - |
| XYZ | 16.71 | 12.95 | 68.64 | - |
| YUV | 79.86 | 206.52 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 219 | 1.00 | 0.58 | 0 | 0.14 | 214.68 | 0.99 | 0.43 |
| Hex | 1 | 5D | DB | 64 | 3A | 0 | E | D7 | 63 | 2B |
| Octal | 1 | 135 | 333 | 144 | 72 | 0 | 16 | 327 | 143 | 53 |
| Binary | 1 | 1011101 | 11011011 | 1100100 | 111010 | 0 | 1110 | 11010111 | 1100011 | 101011 |
Color Harmonies of #015DDB
Complementary color
Monochromatic Colors of #015DDB
Black with #015DDB
Text Example
Text Example
White with #015DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DDB; }
p { color: rgb(1,93,219); }
H1.HeaderClassName
{
color: #015DDB;
}
.AnyTagClassName
{
color: #015DDB;
}
</style>
background-color css
<style>
a { background-color: #015DDB; }
a { background-color: rgb(1,93,219); }
div.DivClassName
{
background-color: #015DDB;
}
.BgClassName
{
background-color: #015DDB;
}
</style>
border-color css
<style>
span { border-color: #015DDB; }
span { border-color: rgb(1,93,219); }
td.TdClassName
{
border-color: #015DDB;
}
.TagClassName
{
border-color: #015DDB;
}
</style>