Shades of Navy Blue #013FE5
Tints of Navy Blue #013FE5
RGB
CMYK
RGB Variations
Color information
#013FE5 (or 0x013FE5) is known color: Navy Blue. HEX triplet: 01, 3F and E5. RGB value is (1,63,229). Sum of RGB (Red+Green+Blue) = 1+63+229=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 229 (89.84% from 255 or 78.16% from 293); Max value from RGB is 229 - color contains mainly: blue. Hex color #013FE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013FE5 is #FEC01A. Grayscale: #3E3E3E. Windows color (decimal): -16695323 or 15023873. OLE color: 15023873.
HSL color Cylindrical-coordinate representation of color #013FE5: hue angle of 223.68º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013FE5 is Cyan = 1.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 63 | 229 | - |
| CMYK | 1.00 | 0.72 | 0 | 0.10 |
| HSL | 223.68º | 0.99% | 0.45% | - |
| HSV(B) | 223.68º | 1% | 0.9% | - |
| XYZ | 15.93 | 9.22 | 75.07 | - |
| YUV | 63.39 | 221.46 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 229 | 1.00 | 0.72 | 0 | 0.10 | 223.68 | 0.99 | 0.45 |
| Hex | 1 | 3F | E5 | 64 | 48 | 0 | A | E0 | 63 | 2D |
| Octal | 1 | 77 | 345 | 144 | 110 | 0 | 12 | 340 | 143 | 55 |
| Binary | 1 | 111111 | 11100101 | 1100100 | 1001000 | 0 | 1010 | 11100000 | 1100011 | 101101 |
Color Harmonies of #013FE5
Complementary color
Monochromatic Colors of #013FE5
Black with #013FE5
Text Example
Text Example
White with #013FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013FE5; }
p { color: rgb(1,63,229); }
H1.HeaderClassName
{
color: #013FE5;
}
.AnyTagClassName
{
color: #013FE5;
}
</style>
background-color css
<style>
a { background-color: #013FE5; }
a { background-color: rgb(1,63,229); }
div.DivClassName
{
background-color: #013FE5;
}
.BgClassName
{
background-color: #013FE5;
}
</style>
border-color css
<style>
span { border-color: #013FE5; }
span { border-color: rgb(1,63,229); }
td.TdClassName
{
border-color: #013FE5;
}
.TagClassName
{
border-color: #013FE5;
}
</style>