Shades of Navy Blue #015BE2
Tints of Navy Blue #015BE2
RGB
CMYK
RGB Variations
Color information
#015BE2 (or 0x015BE2) is known color: Navy Blue. HEX triplet: 01, 5B and E2. RGB value is (1,91,226). Sum of RGB (Red+Green+Blue) = 1+91+226=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 226 (88.67% from 255 or 71.07% from 318); Max value from RGB is 226 - color contains mainly: blue. Hex color #015BE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015BE2 is #FEA41D. Grayscale: #4E4E4E. Windows color (decimal): -16688158 or 14834433. OLE color: 14834433.
HSL color Cylindrical-coordinate representation of color #015BE2: hue angle of 216º 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 #015BE2 is Cyan = 1.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 91 | 226 | - |
| CMYK | 1.00 | 0.60 | 0 | 0.11 |
| HSL | 216º | 0.99% | 0.45% | - |
| HSV(B) | 216º | 1% | 0.89% | - |
| XYZ | 17.48 | 12.98 | 73.54 | - |
| YUV | 79.48 | 210.68 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 226 | 1.00 | 0.60 | 0 | 0.11 | 216 | 0.99 | 0.45 |
| Hex | 1 | 5B | E2 | 64 | 3C | 0 | B | D8 | 63 | 2D |
| Octal | 1 | 133 | 342 | 144 | 74 | 0 | 13 | 330 | 143 | 55 |
| Binary | 1 | 1011011 | 11100010 | 1100100 | 111100 | 0 | 1011 | 11011000 | 1100011 | 101101 |
Color Harmonies of #015BE2
Complementary color
Monochromatic Colors of #015BE2
Black with #015BE2
Text Example
Text Example
White with #015BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015BE2; }
p { color: rgb(1,91,226); }
H1.HeaderClassName
{
color: #015BE2;
}
.AnyTagClassName
{
color: #015BE2;
}
</style>
background-color css
<style>
a { background-color: #015BE2; }
a { background-color: rgb(1,91,226); }
div.DivClassName
{
background-color: #015BE2;
}
.BgClassName
{
background-color: #015BE2;
}
</style>
border-color css
<style>
span { border-color: #015BE2; }
span { border-color: rgb(1,91,226); }
td.TdClassName
{
border-color: #015BE2;
}
.TagClassName
{
border-color: #015BE2;
}
</style>