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