Shades of Navy Blue #015EFB
Tints of Navy Blue #015EFB
RGB
CMYK
RGB Variations
Color information
#015EFB (or 0x015EFB) is known color: Navy Blue. HEX triplet: 01, 5E and FB. RGB value is (1,94,251). Sum of RGB (Red+Green+Blue) = 1+94+251=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 251 (98.44% from 255 or 72.54% from 346); Max value from RGB is 251 - color contains mainly: blue. Hex color #015EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015EFB is #FEA104. Grayscale: #535353. Windows color (decimal): -16687365 or 16473601. OLE color: 16473601.
HSL color Cylindrical-coordinate representation of color #015EFB: hue angle of 217.68º 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 #015EFB is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 94 | 251 | - |
| CMYK | 1.00 | 0.63 | 0 | 0.02 |
| HSL | 217.68º | 0.99% | 0.49% | - |
| HSV(B) | 217.68º | 1% | 0.98% | - |
| XYZ | 21.43 | 14.98 | 93.03 | - |
| YUV | 84.09 | 222.19 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 251 | 1.00 | 0.63 | 0 | 0.02 | 217.68 | 0.99 | 0.49 |
| Hex | 1 | 5E | FB | 64 | 3F | 0 | 2 | DA | 63 | 31 |
| Octal | 1 | 136 | 373 | 144 | 77 | 0 | 2 | 332 | 143 | 61 |
| Binary | 1 | 1011110 | 11111011 | 1100100 | 111111 | 0 | 10 | 11011010 | 1100011 | 110001 |
Color Harmonies of #015EFB
Complementary color
Monochromatic Colors of #015EFB
Black with #015EFB
Text Example
Text Example
White with #015EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015EFB; }
p { color: rgb(1,94,251); }
H1.HeaderClassName
{
color: #015EFB;
}
.AnyTagClassName
{
color: #015EFB;
}
</style>
background-color css
<style>
a { background-color: #015EFB; }
a { background-color: rgb(1,94,251); }
div.DivClassName
{
background-color: #015EFB;
}
.BgClassName
{
background-color: #015EFB;
}
</style>
border-color css
<style>
span { border-color: #015EFB; }
span { border-color: rgb(1,94,251); }
td.TdClassName
{
border-color: #015EFB;
}
.TagClassName
{
border-color: #015EFB;
}
</style>