Shades of Navy Blue #015DC9
Tints of Navy Blue #015DC9
RGB
CMYK
RGB Variations
Color information
#015DC9 (or 0x015DC9) is known color: Navy Blue. HEX triplet: 01, 5D and C9. RGB value is (1,93,201). Sum of RGB (Red+Green+Blue) = 1+93+201=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 201 (78.91% from 255 or 68.14% from 295); Max value from RGB is 201 - color contains mainly: blue. Hex color #015DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015DC9 is #FEA236. Grayscale: #4D4D4D. Windows color (decimal): -16687671 or 13196545. OLE color: 13196545.
HSL color Cylindrical-coordinate representation of color #015DC9: hue angle of 212.4º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015DC9 is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 93 | 201 | - |
| CMYK | 1.00 | 0.54 | 0 | 0.21 |
| HSL | 212.4º | 0.99% | 0.4% | - |
| HSV(B) | 212.4º | 1% | 0.79% | - |
| XYZ | 14.47 | 12.05 | 56.82 | - |
| YUV | 77.8 | 197.52 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 201 | 1.00 | 0.54 | 0 | 0.21 | 212.4 | 0.99 | 0.4 |
| Hex | 1 | 5D | C9 | 64 | 36 | 0 | 15 | D4 | 63 | 28 |
| Octal | 1 | 135 | 311 | 144 | 66 | 0 | 25 | 324 | 143 | 50 |
| Binary | 1 | 1011101 | 11001001 | 1100100 | 110110 | 0 | 10101 | 11010100 | 1100011 | 101000 |
Color Harmonies of #015DC9
Complementary color
Monochromatic Colors of #015DC9
Black with #015DC9
Text Example
Text Example
White with #015DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DC9; }
p { color: rgb(1,93,201); }
H1.HeaderClassName
{
color: #015DC9;
}
.AnyTagClassName
{
color: #015DC9;
}
</style>
background-color css
<style>
a { background-color: #015DC9; }
a { background-color: rgb(1,93,201); }
div.DivClassName
{
background-color: #015DC9;
}
.BgClassName
{
background-color: #015DC9;
}
</style>
border-color css
<style>
span { border-color: #015DC9; }
span { border-color: rgb(1,93,201); }
td.TdClassName
{
border-color: #015DC9;
}
.TagClassName
{
border-color: #015DC9;
}
</style>