Shades of Navy Blue #015DD4
Tints of Navy Blue #015DD4
RGB
CMYK
RGB Variations
Color information
#015DD4 (or 0x015DD4) is known color: Navy Blue. HEX triplet: 01, 5D and D4. RGB value is (1,93,212). Sum of RGB (Red+Green+Blue) = 1+93+212=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 212 (83.20% from 255 or 69.28% from 306); Max value from RGB is 212 - color contains mainly: blue. Hex color #015DD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015DD4 is #FEA22B. Grayscale: #4E4E4E. Windows color (decimal): -16687660 or 13917441. OLE color: 13917441.
HSL color Cylindrical-coordinate representation of color #015DD4: hue angle of 213.84º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015DD4 is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 93 | 212 | - |
| CMYK | 1.00 | 0.56 | 0 | 0.17 |
| HSL | 213.84º | 0.99% | 0.42% | - |
| HSV(B) | 213.84º | 1% | 0.83% | - |
| XYZ | 15.81 | 12.59 | 63.88 | - |
| YUV | 79.06 | 203.02 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 212 | 1.00 | 0.56 | 0 | 0.17 | 213.84 | 0.99 | 0.42 |
| Hex | 1 | 5D | D4 | 64 | 38 | 0 | 11 | D6 | 63 | 2A |
| Octal | 1 | 135 | 324 | 144 | 70 | 0 | 21 | 326 | 143 | 52 |
| Binary | 1 | 1011101 | 11010100 | 1100100 | 111000 | 0 | 10001 | 11010110 | 1100011 | 101010 |
Color Harmonies of #015DD4
Complementary color
Monochromatic Colors of #015DD4
Black with #015DD4
Text Example
Text Example
White with #015DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DD4; }
p { color: rgb(1,93,212); }
H1.HeaderClassName
{
color: #015DD4;
}
.AnyTagClassName
{
color: #015DD4;
}
</style>
background-color css
<style>
a { background-color: #015DD4; }
a { background-color: rgb(1,93,212); }
div.DivClassName
{
background-color: #015DD4;
}
.BgClassName
{
background-color: #015DD4;
}
</style>
border-color css
<style>
span { border-color: #015DD4; }
span { border-color: rgb(1,93,212); }
td.TdClassName
{
border-color: #015DD4;
}
.TagClassName
{
border-color: #015DD4;
}
</style>