Shades of Navy Blue #015DCC
Tints of Navy Blue #015DCC
RGB
CMYK
RGB Variations
Color information
#015DCC (or 0x015DCC) is known color: Navy Blue. HEX triplet: 01, 5D and CC. RGB value is (1,93,204). Sum of RGB (Red+Green+Blue) = 1+93+204=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #015DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015DCC is #FEA233. Grayscale: #4D4D4D. Windows color (decimal): -16687668 or 13393153. OLE color: 13393153.
HSL color Cylindrical-coordinate representation of color #015DCC: hue angle of 212.81º 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 #015DCC is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 93 | 204 | - |
| CMYK | 1.00 | 0.54 | 0 | 0.2 |
| HSL | 212.81º | 0.99% | 0.4% | - |
| HSV(B) | 212.81º | 1% | 0.8% | - |
| XYZ | 14.83 | 12.19 | 58.7 | - |
| YUV | 78.15 | 199.02 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 204 | 1.00 | 0.54 | 0 | 0.2 | 212.81 | 0.99 | 0.4 |
| Hex | 1 | 5D | CC | 64 | 36 | 0 | 14 | D5 | 63 | 28 |
| Octal | 1 | 135 | 314 | 144 | 66 | 0 | 24 | 325 | 143 | 50 |
| Binary | 1 | 1011101 | 11001100 | 1100100 | 110110 | 0 | 10100 | 11010101 | 1100011 | 101000 |
Color Harmonies of #015DCC
Complementary color
Monochromatic Colors of #015DCC
Black with #015DCC
Text Example
Text Example
White with #015DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DCC; }
p { color: rgb(1,93,204); }
H1.HeaderClassName
{
color: #015DCC;
}
.AnyTagClassName
{
color: #015DCC;
}
</style>
background-color css
<style>
a { background-color: #015DCC; }
a { background-color: rgb(1,93,204); }
div.DivClassName
{
background-color: #015DCC;
}
.BgClassName
{
background-color: #015DCC;
}
</style>
border-color css
<style>
span { border-color: #015DCC; }
span { border-color: rgb(1,93,204); }
td.TdClassName
{
border-color: #015DCC;
}
.TagClassName
{
border-color: #015DCC;
}
</style>