Shades of Navy Blue #015ECD
Tints of Navy Blue #015ECD
RGB
CMYK
RGB Variations
Color information
#015ECD (or 0x015ECD) is known color: Navy Blue. HEX triplet: 01, 5E and CD. RGB value is (1,94,205). Sum of RGB (Red+Green+Blue) = 1+94+205=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #015ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015ECD is #FEA132. Grayscale: #4E4E4E. Windows color (decimal): -16687411 or 13458945. OLE color: 13458945.
HSL color Cylindrical-coordinate representation of color #015ECD: hue angle of 212.65º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015ECD is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 94 | 205 | - |
| CMYK | 1.00 | 0.54 | 0 | 0.20 |
| HSL | 212.65º | 0.99% | 0.4% | - |
| HSV(B) | 212.65º | 1% | 0.8% | - |
| XYZ | 15.03 | 12.42 | 59.36 | - |
| YUV | 78.85 | 199.19 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 205 | 1.00 | 0.54 | 0 | 0.20 | 212.65 | 0.99 | 0.4 |
| Hex | 1 | 5E | CD | 64 | 36 | 0 | 14 | D5 | 63 | 28 |
| Octal | 1 | 136 | 315 | 144 | 66 | 0 | 24 | 325 | 143 | 50 |
| Binary | 1 | 1011110 | 11001101 | 1100100 | 110110 | 0 | 10100 | 11010101 | 1100011 | 101000 |
Color Harmonies of #015ECD
Complementary color
Monochromatic Colors of #015ECD
Black with #015ECD
Text Example
Text Example
White with #015ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015ECD; }
p { color: rgb(1,94,205); }
H1.HeaderClassName
{
color: #015ECD;
}
.AnyTagClassName
{
color: #015ECD;
}
</style>
background-color css
<style>
a { background-color: #015ECD; }
a { background-color: rgb(1,94,205); }
div.DivClassName
{
background-color: #015ECD;
}
.BgClassName
{
background-color: #015ECD;
}
</style>
border-color css
<style>
span { border-color: #015ECD; }
span { border-color: rgb(1,94,205); }
td.TdClassName
{
border-color: #015ECD;
}
.TagClassName
{
border-color: #015ECD;
}
</style>