Shades of Navy Blue #013FE4
Tints of Navy Blue #013FE4
RGB
CMYK
RGB Variations
Color information
#013FE4 (or 0x013FE4) is known color: Navy Blue. HEX triplet: 01, 3F and E4. RGB value is (1,63,228). Sum of RGB (Red+Green+Blue) = 1+63+228=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 228 (89.45% from 255 or 78.08% from 292); Max value from RGB is 228 - color contains mainly: blue. Hex color #013FE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013FE4 is #FEC01B. Grayscale: #3E3E3E. Windows color (decimal): -16695324 or 14958337. OLE color: 14958337.
HSL color Cylindrical-coordinate representation of color #013FE4: hue angle of 223.61º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013FE4 is Cyan = 1.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 63 | 228 | - |
| CMYK | 1.00 | 0.72 | 0 | 0.11 |
| HSL | 223.61º | 0.99% | 0.45% | - |
| HSV(B) | 223.61º | 1% | 0.89% | - |
| XYZ | 15.79 | 9.16 | 74.33 | - |
| YUV | 63.27 | 220.96 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 228 | 1.00 | 0.72 | 0 | 0.11 | 223.61 | 0.99 | 0.45 |
| Hex | 1 | 3F | E4 | 64 | 48 | 0 | B | E0 | 63 | 2D |
| Octal | 1 | 77 | 344 | 144 | 110 | 0 | 13 | 340 | 143 | 55 |
| Binary | 1 | 111111 | 11100100 | 1100100 | 1001000 | 0 | 1011 | 11100000 | 1100011 | 101101 |
Color Harmonies of #013FE4
Complementary color
Monochromatic Colors of #013FE4
Black with #013FE4
Text Example
Text Example
White with #013FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013FE4; }
p { color: rgb(1,63,228); }
H1.HeaderClassName
{
color: #013FE4;
}
.AnyTagClassName
{
color: #013FE4;
}
</style>
background-color css
<style>
a { background-color: #013FE4; }
a { background-color: rgb(1,63,228); }
div.DivClassName
{
background-color: #013FE4;
}
.BgClassName
{
background-color: #013FE4;
}
</style>
border-color css
<style>
span { border-color: #013FE4; }
span { border-color: rgb(1,63,228); }
td.TdClassName
{
border-color: #013FE4;
}
.TagClassName
{
border-color: #013FE4;
}
</style>