Shades of Navy Blue #015BFA
Tints of Navy Blue #015BFA
RGB
CMYK
RGB Variations
Color information
#015BFA (or 0x015BFA) is known color: Navy Blue. HEX triplet: 01, 5B and FA. RGB value is (1,91,250). Sum of RGB (Red+Green+Blue) = 1+91+250=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #015BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015BFA is #FEA405. Grayscale: #515151. Windows color (decimal): -16688134 or 16407297. OLE color: 16407297.
HSL color Cylindrical-coordinate representation of color #015BFA: hue angle of 218.31º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015BFA is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 91 | 250 | - |
| CMYK | 1.00 | 0.64 | 0 | 0.02 |
| HSL | 218.31º | 0.99% | 0.49% | - |
| HSV(B) | 218.31º | 1% | 0.98% | - |
| XYZ | 21.01 | 14.39 | 92.11 | - |
| YUV | 82.22 | 222.68 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 250 | 1.00 | 0.64 | 0 | 0.02 | 218.31 | 0.99 | 0.49 |
| Hex | 1 | 5B | FA | 64 | 40 | 0 | 2 | DA | 63 | 31 |
| Octal | 1 | 133 | 372 | 144 | 100 | 0 | 2 | 332 | 143 | 61 |
| Binary | 1 | 1011011 | 11111010 | 1100100 | 1000000 | 0 | 10 | 11011010 | 1100011 | 110001 |
Color Harmonies of #015BFA
Complementary color
Monochromatic Colors of #015BFA
Black with #015BFA
Text Example
Text Example
White with #015BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015BFA; }
p { color: rgb(1,91,250); }
H1.HeaderClassName
{
color: #015BFA;
}
.AnyTagClassName
{
color: #015BFA;
}
</style>
background-color css
<style>
a { background-color: #015BFA; }
a { background-color: rgb(1,91,250); }
div.DivClassName
{
background-color: #015BFA;
}
.BgClassName
{
background-color: #015BFA;
}
</style>
border-color css
<style>
span { border-color: #015BFA; }
span { border-color: rgb(1,91,250); }
td.TdClassName
{
border-color: #015BFA;
}
.TagClassName
{
border-color: #015BFA;
}
</style>