Shades of Navy Blue #013FFB
Tints of Navy Blue #013FFB
RGB
CMYK
RGB Variations
Color information
#013FFB (or 0x013FFB) is known color: Navy Blue. HEX triplet: 01, 3F and FB. RGB value is (1,63,251). Sum of RGB (Red+Green+Blue) = 1+63+251=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 251 (98.44% from 255 or 79.68% from 315); Max value from RGB is 251 - color contains mainly: blue. Hex color #013FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013FFB is #FEC004. Grayscale: #414141. Windows color (decimal): -16695301 or 16465665. OLE color: 16465665.
HSL color Cylindrical-coordinate representation of color #013FFB: hue angle of 225.12º 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 #013FFB is Cyan = 1.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 63 | 251 | - |
| CMYK | 1.00 | 0.75 | 0 | 0.02 |
| HSL | 225.12º | 0.99% | 0.49% | - |
| HSV(B) | 225.12º | 1% | 0.98% | - |
| XYZ | 19.2 | 10.53 | 92.29 | - |
| YUV | 65.89 | 232.46 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 251 | 1.00 | 0.75 | 0 | 0.02 | 225.12 | 0.99 | 0.49 |
| Hex | 1 | 3F | FB | 64 | 4B | 0 | 2 | E1 | 63 | 31 |
| Octal | 1 | 77 | 373 | 144 | 113 | 0 | 2 | 341 | 143 | 61 |
| Binary | 1 | 111111 | 11111011 | 1100100 | 1001011 | 0 | 10 | 11100001 | 1100011 | 110001 |
Color Harmonies of #013FFB
Complementary color
Monochromatic Colors of #013FFB
Black with #013FFB
Text Example
Text Example
White with #013FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013FFB; }
p { color: rgb(1,63,251); }
H1.HeaderClassName
{
color: #013FFB;
}
.AnyTagClassName
{
color: #013FFB;
}
</style>
background-color css
<style>
a { background-color: #013FFB; }
a { background-color: rgb(1,63,251); }
div.DivClassName
{
background-color: #013FFB;
}
.BgClassName
{
background-color: #013FFB;
}
</style>
border-color css
<style>
span { border-color: #013FFB; }
span { border-color: rgb(1,63,251); }
td.TdClassName
{
border-color: #013FFB;
}
.TagClassName
{
border-color: #013FFB;
}
</style>