Shades of Navy Blue #015FF2
Tints of Navy Blue #015FF2
RGB
CMYK
RGB Variations
Color information
#015FF2 (or 0x015FF2) is known color: Navy Blue. HEX triplet: 01, 5F and F2. RGB value is (1,95,242). Sum of RGB (Red+Green+Blue) = 1+95+242=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 242 (94.92% from 255 or 71.60% from 338); Max value from RGB is 242 - color contains mainly: blue. Hex color #015FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015FF2 is #FEA00D. Grayscale: #525252. Windows color (decimal): -16687118 or 15884033. OLE color: 15884033.
HSL color Cylindrical-coordinate representation of color #015FF2: hue angle of 216.6º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015FF2 is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 95 | 242 | - |
| CMYK | 1.00 | 0.61 | 0 | 0.05 |
| HSL | 216.6º | 0.99% | 0.48% | - |
| HSV(B) | 216.6º | 1% | 0.95% | - |
| XYZ | 20.13 | 14.6 | 85.76 | - |
| YUV | 83.65 | 217.36 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 242 | 1.00 | 0.61 | 0 | 0.05 | 216.6 | 0.99 | 0.48 |
| Hex | 1 | 5F | F2 | 64 | 3D | 0 | 5 | D9 | 63 | 30 |
| Octal | 1 | 137 | 362 | 144 | 75 | 0 | 5 | 331 | 143 | 60 |
| Binary | 1 | 1011111 | 11110010 | 1100100 | 111101 | 0 | 101 | 11011001 | 1100011 | 110000 |
Color Harmonies of #015FF2
Complementary color
Monochromatic Colors of #015FF2
Black with #015FF2
Text Example
Text Example
White with #015FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015FF2; }
p { color: rgb(1,95,242); }
H1.HeaderClassName
{
color: #015FF2;
}
.AnyTagClassName
{
color: #015FF2;
}
</style>
background-color css
<style>
a { background-color: #015FF2; }
a { background-color: rgb(1,95,242); }
div.DivClassName
{
background-color: #015FF2;
}
.BgClassName
{
background-color: #015FF2;
}
</style>
border-color css
<style>
span { border-color: #015FF2; }
span { border-color: rgb(1,95,242); }
td.TdClassName
{
border-color: #015FF2;
}
.TagClassName
{
border-color: #015FF2;
}
</style>