Shades of Navy Blue #015ED4
Tints of Navy Blue #015ED4
RGB
CMYK
RGB Variations
Color information
#015ED4 (or 0x015ED4) is known color: Navy Blue. HEX triplet: 01, 5E and D4. RGB value is (1,94,212). Sum of RGB (Red+Green+Blue) = 1+94+212=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 212 (83.20% from 255 or 69.06% from 307); Max value from RGB is 212 - color contains mainly: blue. Hex color #015ED4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015ED4 is #FEA12B. Grayscale: #4F4F4F. Windows color (decimal): -16687404 or 13917697. OLE color: 13917697.
HSL color Cylindrical-coordinate representation of color #015ED4: hue angle of 213.55º 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 #015ED4 is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 94 | 212 | - |
| CMYK | 1.00 | 0.56 | 0 | 0.17 |
| HSL | 213.55º | 0.99% | 0.42% | - |
| HSV(B) | 213.55º | 1% | 0.83% | - |
| XYZ | 15.9 | 12.77 | 63.91 | - |
| YUV | 79.65 | 202.69 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 212 | 1.00 | 0.56 | 0 | 0.17 | 213.55 | 0.99 | 0.42 |
| Hex | 1 | 5E | D4 | 64 | 38 | 0 | 11 | D6 | 63 | 2A |
| Octal | 1 | 136 | 324 | 144 | 70 | 0 | 21 | 326 | 143 | 52 |
| Binary | 1 | 1011110 | 11010100 | 1100100 | 111000 | 0 | 10001 | 11010110 | 1100011 | 101010 |
Color Harmonies of #015ED4
Complementary color
Monochromatic Colors of #015ED4
Black with #015ED4
Text Example
Text Example
White with #015ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015ED4; }
p { color: rgb(1,94,212); }
H1.HeaderClassName
{
color: #015ED4;
}
.AnyTagClassName
{
color: #015ED4;
}
</style>
background-color css
<style>
a { background-color: #015ED4; }
a { background-color: rgb(1,94,212); }
div.DivClassName
{
background-color: #015ED4;
}
.BgClassName
{
background-color: #015ED4;
}
</style>
border-color css
<style>
span { border-color: #015ED4; }
span { border-color: rgb(1,94,212); }
td.TdClassName
{
border-color: #015ED4;
}
.TagClassName
{
border-color: #015ED4;
}
</style>