Shades of Navy Blue #015BF9
Tints of Navy Blue #015BF9
RGB
CMYK
RGB Variations
Color information
#015BF9 (or 0x015BF9) is known color: Navy Blue. HEX triplet: 01, 5B and F9. RGB value is (1,91,249). Sum of RGB (Red+Green+Blue) = 1+91+249=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 249 (97.66% from 255 or 73.02% from 341); Max value from RGB is 249 - color contains mainly: blue. Hex color #015BF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015BF9 is #FEA406. Grayscale: #515151. Windows color (decimal): -16688135 or 16341761. OLE color: 16341761.
HSL color Cylindrical-coordinate representation of color #015BF9: hue angle of 218.23º 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 #015BF9 is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 91 | 249 | - |
| CMYK | 1.00 | 0.63 | 0 | 0.02 |
| HSL | 218.23º | 0.99% | 0.49% | - |
| HSV(B) | 218.23º | 1% | 0.98% | - |
| XYZ | 20.85 | 14.33 | 91.29 | - |
| YUV | 82.1 | 222.18 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 249 | 1.00 | 0.63 | 0 | 0.02 | 218.23 | 0.99 | 0.49 |
| Hex | 1 | 5B | F9 | 64 | 3F | 0 | 2 | DA | 63 | 31 |
| Octal | 1 | 133 | 371 | 144 | 77 | 0 | 2 | 332 | 143 | 61 |
| Binary | 1 | 1011011 | 11111001 | 1100100 | 111111 | 0 | 10 | 11011010 | 1100011 | 110001 |
Color Harmonies of #015BF9
Complementary color
Monochromatic Colors of #015BF9
Black with #015BF9
Text Example
Text Example
White with #015BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015BF9; }
p { color: rgb(1,91,249); }
H1.HeaderClassName
{
color: #015BF9;
}
.AnyTagClassName
{
color: #015BF9;
}
</style>
background-color css
<style>
a { background-color: #015BF9; }
a { background-color: rgb(1,91,249); }
div.DivClassName
{
background-color: #015BF9;
}
.BgClassName
{
background-color: #015BF9;
}
</style>
border-color css
<style>
span { border-color: #015BF9; }
span { border-color: rgb(1,91,249); }
td.TdClassName
{
border-color: #015BF9;
}
.TagClassName
{
border-color: #015BF9;
}
</style>