Shades of Navy Blue #015DDD
Tints of Navy Blue #015DDD
RGB
CMYK
RGB Variations
Color information
#015DDD (or 0x015DDD) is known color: Navy Blue. HEX triplet: 01, 5D and DD. RGB value is (1,93,221). Sum of RGB (Red+Green+Blue) = 1+93+221=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #015DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015DDD is #FEA222. Grayscale: #4F4F4F. Windows color (decimal): -16687651 or 14507265. OLE color: 14507265.
HSL color Cylindrical-coordinate representation of color #015DDD: hue angle of 214.91º 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 #015DDD is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 93 | 221 | - |
| CMYK | 1.00 | 0.58 | 0 | 0.13 |
| HSL | 214.91º | 0.99% | 0.44% | - |
| HSV(B) | 214.91º | 1% | 0.87% | - |
| XYZ | 16.98 | 13.06 | 70.03 | - |
| YUV | 80.08 | 207.52 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 221 | 1.00 | 0.58 | 0 | 0.13 | 214.91 | 0.99 | 0.44 |
| Hex | 1 | 5D | DD | 64 | 3A | 0 | D | D7 | 63 | 2C |
| Octal | 1 | 135 | 335 | 144 | 72 | 0 | 15 | 327 | 143 | 54 |
| Binary | 1 | 1011101 | 11011101 | 1100100 | 111010 | 0 | 1101 | 11010111 | 1100011 | 101100 |
Color Harmonies of #015DDD
Complementary color
Monochromatic Colors of #015DDD
Black with #015DDD
Text Example
Text Example
White with #015DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DDD; }
p { color: rgb(1,93,221); }
H1.HeaderClassName
{
color: #015DDD;
}
.AnyTagClassName
{
color: #015DDD;
}
</style>
background-color css
<style>
a { background-color: #015DDD; }
a { background-color: rgb(1,93,221); }
div.DivClassName
{
background-color: #015DDD;
}
.BgClassName
{
background-color: #015DDD;
}
</style>
border-color css
<style>
span { border-color: #015DDD; }
span { border-color: rgb(1,93,221); }
td.TdClassName
{
border-color: #015DDD;
}
.TagClassName
{
border-color: #015DDD;
}
</style>