Shades of Navy Blue #015BFC
Tints of Navy Blue #015BFC
RGB
CMYK
RGB Variations
Color information
#015BFC (or 0x015BFC) is known color: Navy Blue. HEX triplet: 01, 5B and FC. RGB value is (1,91,252). Sum of RGB (Red+Green+Blue) = 1+91+252=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #015BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015BFC is #FEA403. Grayscale: #515151. Windows color (decimal): -16688132 or 16538369. OLE color: 16538369.
HSL color Cylindrical-coordinate representation of color #015BFC: hue angle of 218.49º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015BFC is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 91 | 252 | - |
| CMYK | 1.00 | 0.64 | 0 | 0.01 |
| HSL | 218.49º | 0.99% | 0.5% | - |
| HSV(B) | 218.49º | 1% | 0.99% | - |
| XYZ | 21.32 | 14.52 | 93.77 | - |
| YUV | 82.44 | 223.68 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 252 | 1.00 | 0.64 | 0 | 0.01 | 218.49 | 0.99 | 0.5 |
| Hex | 1 | 5B | FC | 64 | 40 | 0 | 1 | DA | 63 | 32 |
| Octal | 1 | 133 | 374 | 144 | 100 | 0 | 1 | 332 | 143 | 62 |
| Binary | 1 | 1011011 | 11111100 | 1100100 | 1000000 | 0 | 1 | 11011010 | 1100011 | 110010 |
Color Harmonies of #015BFC
Complementary color
Monochromatic Colors of #015BFC
Black with #015BFC
Text Example
Text Example
White with #015BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015BFC; }
p { color: rgb(1,91,252); }
H1.HeaderClassName
{
color: #015BFC;
}
.AnyTagClassName
{
color: #015BFC;
}
</style>
background-color css
<style>
a { background-color: #015BFC; }
a { background-color: rgb(1,91,252); }
div.DivClassName
{
background-color: #015BFC;
}
.BgClassName
{
background-color: #015BFC;
}
</style>
border-color css
<style>
span { border-color: #015BFC; }
span { border-color: rgb(1,91,252); }
td.TdClassName
{
border-color: #015BFC;
}
.TagClassName
{
border-color: #015BFC;
}
</style>