Shades of Navy Blue #015FF9
Tints of Navy Blue #015FF9
RGB
CMYK
RGB Variations
Color information
#015FF9 (or 0x015FF9) is known color: Navy Blue. HEX triplet: 01, 5F and F9. RGB value is (1,95,249). Sum of RGB (Red+Green+Blue) = 1+95+249=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 249 (97.66% from 255 or 72.17% from 345); Max value from RGB is 249 - color contains mainly: blue. Hex color #015FF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015FF9 is #FEA006. Grayscale: #535353. Windows color (decimal): -16687111 or 16342785. OLE color: 16342785.
HSL color Cylindrical-coordinate representation of color #015FF9: hue angle of 217.26º 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 #015FF9 is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 95 | 249 | - |
| CMYK | 1.00 | 0.62 | 0 | 0.02 |
| HSL | 217.26º | 0.99% | 0.49% | - |
| HSV(B) | 217.26º | 1% | 0.98% | - |
| XYZ | 21.2 | 15.03 | 91.41 | - |
| YUV | 84.45 | 220.86 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 249 | 1.00 | 0.62 | 0 | 0.02 | 217.26 | 0.99 | 0.49 |
| Hex | 1 | 5F | F9 | 64 | 3E | 0 | 2 | D9 | 63 | 31 |
| Octal | 1 | 137 | 371 | 144 | 76 | 0 | 2 | 331 | 143 | 61 |
| Binary | 1 | 1011111 | 11111001 | 1100100 | 111110 | 0 | 10 | 11011001 | 1100011 | 110001 |
Color Harmonies of #015FF9
Complementary color
Monochromatic Colors of #015FF9
Black with #015FF9
Text Example
Text Example
White with #015FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015FF9; }
p { color: rgb(1,95,249); }
H1.HeaderClassName
{
color: #015FF9;
}
.AnyTagClassName
{
color: #015FF9;
}
</style>
background-color css
<style>
a { background-color: #015FF9; }
a { background-color: rgb(1,95,249); }
div.DivClassName
{
background-color: #015FF9;
}
.BgClassName
{
background-color: #015FF9;
}
</style>
border-color css
<style>
span { border-color: #015FF9; }
span { border-color: rgb(1,95,249); }
td.TdClassName
{
border-color: #015FF9;
}
.TagClassName
{
border-color: #015FF9;
}
</style>