Shades of Navy Blue #015CEC
Tints of Navy Blue #015CEC
RGB
CMYK
RGB Variations
Color information
#015CEC (or 0x015CEC) is known color: Navy Blue. HEX triplet: 01, 5C and EC. RGB value is (1,92,236). Sum of RGB (Red+Green+Blue) = 1+92+236=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #015CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015CEC is #FEA313. Grayscale: #505050. Windows color (decimal): -16687892 or 15490049. OLE color: 15490049.
HSL color Cylindrical-coordinate representation of color #015CEC: hue angle of 216.77º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015CEC is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 92 | 236 | - |
| CMYK | 1.00 | 0.61 | 0 | 0.07 |
| HSL | 216.77º | 0.99% | 0.46% | - |
| HSV(B) | 216.77º | 1% | 0.93% | - |
| XYZ | 18.98 | 13.72 | 81 | - |
| YUV | 81.21 | 215.35 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 236 | 1.00 | 0.61 | 0 | 0.07 | 216.77 | 0.99 | 0.46 |
| Hex | 1 | 5C | EC | 64 | 3D | 0 | 7 | D9 | 63 | 2E |
| Octal | 1 | 134 | 354 | 144 | 75 | 0 | 7 | 331 | 143 | 56 |
| Binary | 1 | 1011100 | 11101100 | 1100100 | 111101 | 0 | 111 | 11011001 | 1100011 | 101110 |
Color Harmonies of #015CEC
Complementary color
Monochromatic Colors of #015CEC
Black with #015CEC
Text Example
Text Example
White with #015CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015CEC; }
p { color: rgb(1,92,236); }
H1.HeaderClassName
{
color: #015CEC;
}
.AnyTagClassName
{
color: #015CEC;
}
</style>
background-color css
<style>
a { background-color: #015CEC; }
a { background-color: rgb(1,92,236); }
div.DivClassName
{
background-color: #015CEC;
}
.BgClassName
{
background-color: #015CEC;
}
</style>
border-color css
<style>
span { border-color: #015CEC; }
span { border-color: rgb(1,92,236); }
td.TdClassName
{
border-color: #015CEC;
}
.TagClassName
{
border-color: #015CEC;
}
</style>