Shades of Navy Blue #015EC1
Tints of Navy Blue #015EC1
RGB
CMYK
RGB Variations
Color information
#015EC1 (or 0x015EC1) is known color: Navy Blue. HEX triplet: 01, 5E and C1. RGB value is (1,94,193). Sum of RGB (Red+Green+Blue) = 1+94+193=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 193 (75.78% from 255 or 67.01% from 288); Max value from RGB is 193 - color contains mainly: blue. Hex color #015EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015EC1 is #FEA13E. Grayscale: #4C4C4C. Windows color (decimal): -16687423 or 12672513. OLE color: 12672513.
HSL color Cylindrical-coordinate representation of color #015EC1: hue angle of 210.94º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015EC1 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 94 | 193 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.24 |
| HSL | 210.94º | 0.99% | 0.38% | - |
| HSV(B) | 210.94º | 0.99% | 0.76% | - |
| XYZ | 13.64 | 11.86 | 52.02 | - |
| YUV | 77.48 | 193.19 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 193 | 0.99 | 0.51 | 0 | 0.24 | 210.94 | 0.99 | 0.38 |
| Hex | 1 | 5E | C1 | 63 | 33 | 0 | 18 | D3 | 63 | 26 |
| Octal | 1 | 136 | 301 | 143 | 63 | 0 | 30 | 323 | 143 | 46 |
| Binary | 1 | 1011110 | 11000001 | 1100011 | 110011 | 0 | 11000 | 11010011 | 1100011 | 100110 |
Color Harmonies of #015EC1
Complementary color
Monochromatic Colors of #015EC1
Black with #015EC1
Text Example
Text Example
White with #015EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015EC1; }
p { color: rgb(1,94,193); }
H1.HeaderClassName
{
color: #015EC1;
}
.AnyTagClassName
{
color: #015EC1;
}
</style>
background-color css
<style>
a { background-color: #015EC1; }
a { background-color: rgb(1,94,193); }
div.DivClassName
{
background-color: #015EC1;
}
.BgClassName
{
background-color: #015EC1;
}
</style>
border-color css
<style>
span { border-color: #015EC1; }
span { border-color: rgb(1,94,193); }
td.TdClassName
{
border-color: #015EC1;
}
.TagClassName
{
border-color: #015EC1;
}
</style>