Shades of Navy Blue #013DEC
Tints of Navy Blue #013DEC
RGB
CMYK
RGB Variations
Color information
#013DEC (or 0x013DEC) is known color: Navy Blue. HEX triplet: 01, 3D and EC. RGB value is (1,61,236). Sum of RGB (Red+Green+Blue) = 1+61+236=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 236 (92.58% from 255 or 79.19% from 298); Max value from RGB is 236 - color contains mainly: blue. Hex color #013DEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013DEC is #FEC213. Grayscale: #3E3E3E. Windows color (decimal): -16695828 or 15482113. OLE color: 15482113.
HSL color Cylindrical-coordinate representation of color #013DEC: hue angle of 224.68º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013DEC is Cyan = 1.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 61 | 236 | - |
| CMYK | 1.00 | 0.74 | 0 | 0.07 |
| HSL | 224.68º | 0.99% | 0.46% | - |
| HSV(B) | 224.68º | 1% | 0.93% | - |
| XYZ | 16.82 | 9.4 | 80.28 | - |
| YUV | 63.01 | 225.62 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 236 | 1.00 | 0.74 | 0 | 0.07 | 224.68 | 0.99 | 0.46 |
| Hex | 1 | 3D | EC | 64 | 4A | 0 | 7 | E1 | 63 | 2E |
| Octal | 1 | 75 | 354 | 144 | 112 | 0 | 7 | 341 | 143 | 56 |
| Binary | 1 | 111101 | 11101100 | 1100100 | 1001010 | 0 | 111 | 11100001 | 1100011 | 101110 |
Color Harmonies of #013DEC
Complementary color
Monochromatic Colors of #013DEC
Black with #013DEC
Text Example
Text Example
White with #013DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013DEC; }
p { color: rgb(1,61,236); }
H1.HeaderClassName
{
color: #013DEC;
}
.AnyTagClassName
{
color: #013DEC;
}
</style>
background-color css
<style>
a { background-color: #013DEC; }
a { background-color: rgb(1,61,236); }
div.DivClassName
{
background-color: #013DEC;
}
.BgClassName
{
background-color: #013DEC;
}
</style>
border-color css
<style>
span { border-color: #013DEC; }
span { border-color: rgb(1,61,236); }
td.TdClassName
{
border-color: #013DEC;
}
.TagClassName
{
border-color: #013DEC;
}
</style>