Shades of Navy Blue #015DD9
Tints of Navy Blue #015DD9
RGB
CMYK
RGB Variations
Color information
#015DD9 (or 0x015DD9) is known color: Navy Blue. HEX triplet: 01, 5D and D9. RGB value is (1,93,217). Sum of RGB (Red+Green+Blue) = 1+93+217=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 217 (85.16% from 255 or 69.77% from 311); Max value from RGB is 217 - color contains mainly: blue. Hex color #015DD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015DD9 is #FEA226. Grayscale: #4F4F4F. Windows color (decimal): -16687655 or 14245121. OLE color: 14245121.
HSL color Cylindrical-coordinate representation of color #015DD9: hue angle of 214.44º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015DD9 is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 93 | 217 | - |
| CMYK | 1.00 | 0.57 | 0 | 0.15 |
| HSL | 214.44º | 0.99% | 0.43% | - |
| HSV(B) | 214.44º | 1% | 0.85% | - |
| XYZ | 16.45 | 12.84 | 67.26 | - |
| YUV | 79.63 | 205.52 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 217 | 1.00 | 0.57 | 0 | 0.15 | 214.44 | 0.99 | 0.43 |
| Hex | 1 | 5D | D9 | 64 | 39 | 0 | F | D6 | 63 | 2B |
| Octal | 1 | 135 | 331 | 144 | 71 | 0 | 17 | 326 | 143 | 53 |
| Binary | 1 | 1011101 | 11011001 | 1100100 | 111001 | 0 | 1111 | 11010110 | 1100011 | 101011 |
Color Harmonies of #015DD9
Complementary color
Monochromatic Colors of #015DD9
Black with #015DD9
Text Example
Text Example
White with #015DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DD9; }
p { color: rgb(1,93,217); }
H1.HeaderClassName
{
color: #015DD9;
}
.AnyTagClassName
{
color: #015DD9;
}
</style>
background-color css
<style>
a { background-color: #015DD9; }
a { background-color: rgb(1,93,217); }
div.DivClassName
{
background-color: #015DD9;
}
.BgClassName
{
background-color: #015DD9;
}
</style>
border-color css
<style>
span { border-color: #015DD9; }
span { border-color: rgb(1,93,217); }
td.TdClassName
{
border-color: #015DD9;
}
.TagClassName
{
border-color: #015DD9;
}
</style>