Shades of Navy Blue #015BEA
Tints of Navy Blue #015BEA
RGB
CMYK
RGB Variations
Color information
#015BEA (or 0x015BEA) is known color: Navy Blue. HEX triplet: 01, 5B and EA. RGB value is (1,91,234). Sum of RGB (Red+Green+Blue) = 1+91+234=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 234 (91.80% from 255 or 71.78% from 326); Max value from RGB is 234 - color contains mainly: blue. Hex color #015BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015BEA is #FEA415. Grayscale: #4F4F4F. Windows color (decimal): -16688150 or 15358721. OLE color: 15358721.
HSL color Cylindrical-coordinate representation of color #015BEA: hue angle of 216.82º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015BEA is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 91 | 234 | - |
| CMYK | 1.00 | 0.61 | 0 | 0.08 |
| HSL | 216.82º | 0.99% | 0.46% | - |
| HSV(B) | 216.82º | 1% | 0.92% | - |
| XYZ | 18.6 | 13.43 | 79.45 | - |
| YUV | 80.39 | 214.68 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 234 | 1.00 | 0.61 | 0 | 0.08 | 216.82 | 0.99 | 0.46 |
| Hex | 1 | 5B | EA | 64 | 3D | 0 | 8 | D9 | 63 | 2E |
| Octal | 1 | 133 | 352 | 144 | 75 | 0 | 10 | 331 | 143 | 56 |
| Binary | 1 | 1011011 | 11101010 | 1100100 | 111101 | 0 | 1000 | 11011001 | 1100011 | 101110 |
Color Harmonies of #015BEA
Complementary color
Monochromatic Colors of #015BEA
Black with #015BEA
Text Example
Text Example
White with #015BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015BEA; }
p { color: rgb(1,91,234); }
H1.HeaderClassName
{
color: #015BEA;
}
.AnyTagClassName
{
color: #015BEA;
}
</style>
background-color css
<style>
a { background-color: #015BEA; }
a { background-color: rgb(1,91,234); }
div.DivClassName
{
background-color: #015BEA;
}
.BgClassName
{
background-color: #015BEA;
}
</style>
border-color css
<style>
span { border-color: #015BEA; }
span { border-color: rgb(1,91,234); }
td.TdClassName
{
border-color: #015BEA;
}
.TagClassName
{
border-color: #015BEA;
}
</style>