Shades of Navy Blue #015CE2
Tints of Navy Blue #015CE2
RGB
CMYK
RGB Variations
Color information
#015CE2 (or 0x015CE2) is known color: Navy Blue. HEX triplet: 01, 5C and E2. RGB value is (1,92,226). Sum of RGB (Red+Green+Blue) = 1+92+226=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 226 (88.67% from 255 or 70.85% from 319); Max value from RGB is 226 - color contains mainly: blue. Hex color #015CE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015CE2 is #FEA31D. Grayscale: #4F4F4F. Windows color (decimal): -16687902 or 14834689. OLE color: 14834689.
HSL color Cylindrical-coordinate representation of color #015CE2: hue angle of 215.73º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015CE2 is Cyan = 1.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 92 | 226 | - |
| CMYK | 1.00 | 0.59 | 0 | 0.11 |
| HSL | 215.73º | 0.99% | 0.45% | - |
| HSV(B) | 215.73º | 1% | 0.89% | - |
| XYZ | 17.57 | 13.15 | 73.56 | - |
| YUV | 80.07 | 210.35 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 226 | 1.00 | 0.59 | 0 | 0.11 | 215.73 | 0.99 | 0.45 |
| Hex | 1 | 5C | E2 | 64 | 3B | 0 | B | D8 | 63 | 2D |
| Octal | 1 | 134 | 342 | 144 | 73 | 0 | 13 | 330 | 143 | 55 |
| Binary | 1 | 1011100 | 11100010 | 1100100 | 111011 | 0 | 1011 | 11011000 | 1100011 | 101101 |
Color Harmonies of #015CE2
Complementary color
Monochromatic Colors of #015CE2
Black with #015CE2
Text Example
Text Example
White with #015CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015CE2; }
p { color: rgb(1,92,226); }
H1.HeaderClassName
{
color: #015CE2;
}
.AnyTagClassName
{
color: #015CE2;
}
</style>
background-color css
<style>
a { background-color: #015CE2; }
a { background-color: rgb(1,92,226); }
div.DivClassName
{
background-color: #015CE2;
}
.BgClassName
{
background-color: #015CE2;
}
</style>
border-color css
<style>
span { border-color: #015CE2; }
span { border-color: rgb(1,92,226); }
td.TdClassName
{
border-color: #015CE2;
}
.TagClassName
{
border-color: #015CE2;
}
</style>