Shades of Navy Blue #013FEE
Tints of Navy Blue #013FEE
RGB
CMYK
RGB Variations
Color information
#013FEE (or 0x013FEE) is known color: Navy Blue. HEX triplet: 01, 3F and EE. RGB value is (1,63,238). Sum of RGB (Red+Green+Blue) = 1+63+238=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 238 (93.36% from 255 or 78.81% from 302); Max value from RGB is 238 - color contains mainly: blue. Hex color #013FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013FEE is #FEC011. Grayscale: #3F3F3F. Windows color (decimal): -16695314 or 15613697. OLE color: 15613697.
HSL color Cylindrical-coordinate representation of color #013FEE: hue angle of 224.3º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013FEE is Cyan = 1.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 63 | 238 | - |
| CMYK | 1.00 | 0.74 | 0 | 0.07 |
| HSL | 224.3º | 0.99% | 0.47% | - |
| HSV(B) | 224.3º | 1% | 0.93% | - |
| XYZ | 17.22 | 9.73 | 81.86 | - |
| YUV | 64.41 | 225.96 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 238 | 1.00 | 0.74 | 0 | 0.07 | 224.3 | 0.99 | 0.47 |
| Hex | 1 | 3F | EE | 64 | 4A | 0 | 7 | E0 | 63 | 2F |
| Octal | 1 | 77 | 356 | 144 | 112 | 0 | 7 | 340 | 143 | 57 |
| Binary | 1 | 111111 | 11101110 | 1100100 | 1001010 | 0 | 111 | 11100000 | 1100011 | 101111 |
Color Harmonies of #013FEE
Complementary color
Monochromatic Colors of #013FEE
Black with #013FEE
Text Example
Text Example
White with #013FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013FEE; }
p { color: rgb(1,63,238); }
H1.HeaderClassName
{
color: #013FEE;
}
.AnyTagClassName
{
color: #013FEE;
}
</style>
background-color css
<style>
a { background-color: #013FEE; }
a { background-color: rgb(1,63,238); }
div.DivClassName
{
background-color: #013FEE;
}
.BgClassName
{
background-color: #013FEE;
}
</style>
border-color css
<style>
span { border-color: #013FEE; }
span { border-color: rgb(1,63,238); }
td.TdClassName
{
border-color: #013FEE;
}
.TagClassName
{
border-color: #013FEE;
}
</style>