Shades of Navy Blue #015BED
Tints of Navy Blue #015BED
RGB
CMYK
RGB Variations
Color information
#015BED (or 0x015BED) is known color: Navy Blue. HEX triplet: 01, 5B and ED. RGB value is (1,91,237). Sum of RGB (Red+Green+Blue) = 1+91+237=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #015BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015BED is #FEA412. Grayscale: #505050. Windows color (decimal): -16688147 or 15555329. OLE color: 15555329.
HSL color Cylindrical-coordinate representation of color #015BED: hue angle of 217.12º 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 #015BED is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 91 | 237 | - |
| CMYK | 1.00 | 0.62 | 0 | 0.07 |
| HSL | 217.12º | 0.99% | 0.47% | - |
| HSV(B) | 217.12º | 1% | 0.93% | - |
| XYZ | 19.04 | 13.6 | 81.74 | - |
| YUV | 80.73 | 216.18 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 237 | 1.00 | 0.62 | 0 | 0.07 | 217.12 | 0.99 | 0.47 |
| Hex | 1 | 5B | ED | 64 | 3E | 0 | 7 | D9 | 63 | 2F |
| Octal | 1 | 133 | 355 | 144 | 76 | 0 | 7 | 331 | 143 | 57 |
| Binary | 1 | 1011011 | 11101101 | 1100100 | 111110 | 0 | 111 | 11011001 | 1100011 | 101111 |
Color Harmonies of #015BED
Complementary color
Monochromatic Colors of #015BED
Black with #015BED
Text Example
Text Example
White with #015BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015BED; }
p { color: rgb(1,91,237); }
H1.HeaderClassName
{
color: #015BED;
}
.AnyTagClassName
{
color: #015BED;
}
</style>
background-color css
<style>
a { background-color: #015BED; }
a { background-color: rgb(1,91,237); }
div.DivClassName
{
background-color: #015BED;
}
.BgClassName
{
background-color: #015BED;
}
</style>
border-color css
<style>
span { border-color: #015BED; }
span { border-color: rgb(1,91,237); }
td.TdClassName
{
border-color: #015BED;
}
.TagClassName
{
border-color: #015BED;
}
</style>