Shades of Navy Blue #015BEE
Tints of Navy Blue #015BEE
RGB
CMYK
RGB Variations
Color information
#015BEE (or 0x015BEE) is known color: Navy Blue. HEX triplet: 01, 5B and EE. RGB value is (1,91,238). Sum of RGB (Red+Green+Blue) = 1+91+238=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 238 (93.36% from 255 or 72.12% from 330); Max value from RGB is 238 - color contains mainly: blue. Hex color #015BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015BEE is #FEA411. Grayscale: #505050. Windows color (decimal): -16688146 or 15620865. OLE color: 15620865.
HSL color Cylindrical-coordinate representation of color #015BEE: hue angle of 217.22º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015BEE is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 91 | 238 | - |
| CMYK | 1.00 | 0.62 | 0 | 0.07 |
| HSL | 217.22º | 0.99% | 0.47% | - |
| HSV(B) | 217.22º | 1% | 0.93% | - |
| XYZ | 19.19 | 13.66 | 82.51 | - |
| YUV | 80.85 | 216.68 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 238 | 1.00 | 0.62 | 0 | 0.07 | 217.22 | 0.99 | 0.47 |
| Hex | 1 | 5B | EE | 64 | 3E | 0 | 7 | D9 | 63 | 2F |
| Octal | 1 | 133 | 356 | 144 | 76 | 0 | 7 | 331 | 143 | 57 |
| Binary | 1 | 1011011 | 11101110 | 1100100 | 111110 | 0 | 111 | 11011001 | 1100011 | 101111 |
Color Harmonies of #015BEE
Complementary color
Monochromatic Colors of #015BEE
Black with #015BEE
Text Example
Text Example
White with #015BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015BEE; }
p { color: rgb(1,91,238); }
H1.HeaderClassName
{
color: #015BEE;
}
.AnyTagClassName
{
color: #015BEE;
}
</style>
background-color css
<style>
a { background-color: #015BEE; }
a { background-color: rgb(1,91,238); }
div.DivClassName
{
background-color: #015BEE;
}
.BgClassName
{
background-color: #015BEE;
}
</style>
border-color css
<style>
span { border-color: #015BEE; }
span { border-color: rgb(1,91,238); }
td.TdClassName
{
border-color: #015BEE;
}
.TagClassName
{
border-color: #015BEE;
}
</style>