Shades of Navy Blue #015FF5
Tints of Navy Blue #015FF5
RGB
CMYK
RGB Variations
Color information
#015FF5 (or 0x015FF5) is known color: Navy Blue. HEX triplet: 01, 5F and F5. RGB value is (1,95,245). Sum of RGB (Red+Green+Blue) = 1+95+245=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 245 (96.09% from 255 or 71.85% from 341); Max value from RGB is 245 - color contains mainly: blue. Hex color #015FF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015FF5 is #FEA00A. Grayscale: #535353. Windows color (decimal): -16687115 or 16080641. OLE color: 16080641.
HSL color Cylindrical-coordinate representation of color #015FF5: hue angle of 216.89º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015FF5 is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 95 | 245 | - |
| CMYK | 1.00 | 0.61 | 0 | 0.04 |
| HSL | 216.89º | 0.99% | 0.48% | - |
| HSV(B) | 216.89º | 1% | 0.96% | - |
| XYZ | 20.59 | 14.78 | 88.15 | - |
| YUV | 83.99 | 218.86 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 245 | 1.00 | 0.61 | 0 | 0.04 | 216.89 | 0.99 | 0.48 |
| Hex | 1 | 5F | F5 | 64 | 3D | 0 | 4 | D9 | 63 | 30 |
| Octal | 1 | 137 | 365 | 144 | 75 | 0 | 4 | 331 | 143 | 60 |
| Binary | 1 | 1011111 | 11110101 | 1100100 | 111101 | 0 | 100 | 11011001 | 1100011 | 110000 |
Color Harmonies of #015FF5
Complementary color
Monochromatic Colors of #015FF5
Black with #015FF5
Text Example
Text Example
White with #015FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015FF5; }
p { color: rgb(1,95,245); }
H1.HeaderClassName
{
color: #015FF5;
}
.AnyTagClassName
{
color: #015FF5;
}
</style>
background-color css
<style>
a { background-color: #015FF5; }
a { background-color: rgb(1,95,245); }
div.DivClassName
{
background-color: #015FF5;
}
.BgClassName
{
background-color: #015FF5;
}
</style>
border-color css
<style>
span { border-color: #015FF5; }
span { border-color: rgb(1,95,245); }
td.TdClassName
{
border-color: #015FF5;
}
.TagClassName
{
border-color: #015FF5;
}
</style>