Shades of Navy Blue #003DEC
Tints of Navy Blue #003DEC
RGB
CMYK
RGB Variations
Color information
#003DEC (or 0x003DEC) is known color: Navy Blue. HEX triplet: 00, 3D and EC. RGB value is (0,61,236). Sum of RGB (Red+Green+Blue) = 0+61+236=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 236 (92.58% from 255 or 79.46% from 297); Max value from RGB is 236 - color contains mainly: blue. Hex color #003DEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003DEC is #FFC213. Grayscale: #3D3D3D. Windows color (decimal): -16761364 or 15482112. OLE color: 15482112.
HSL color Cylindrical-coordinate representation of color #003DEC: hue angle of 224.49º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003DEC is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 61 | 236 | - |
| CMYK | 1 | 0.74 | 0 | 0.07 |
| HSL | 224.49º | 1% | 0.46% | - |
| HSV(B) | 224.49º | 1% | 0.93% | - |
| XYZ | 16.81 | 9.39 | 80.28 | - |
| YUV | 62.71 | 225.79 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 236 | 1 | 0.74 | 0 | 0.07 | 224.49 | 1 | 0.46 |
| Hex | 0 | 3D | EC | 64 | 4A | 0 | 7 | E0 | 64 | 2E |
| Octal | 0 | 75 | 354 | 144 | 112 | 0 | 7 | 340 | 144 | 56 |
| Binary | 0 | 111101 | 11101100 | 1100100 | 1001010 | 0 | 111 | 11100000 | 1100100 | 101110 |
Color Harmonies of #003DEC
Complementary color
Monochromatic Colors of #003DEC
Black with #003DEC
Text Example
Text Example
White with #003DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003DEC; }
p { color: rgb(0,61,236); }
H1.HeaderClassName
{
color: #003DEC;
}
.AnyTagClassName
{
color: #003DEC;
}
</style>
background-color css
<style>
a { background-color: #003DEC; }
a { background-color: rgb(0,61,236); }
div.DivClassName
{
background-color: #003DEC;
}
.BgClassName
{
background-color: #003DEC;
}
</style>
border-color css
<style>
span { border-color: #003DEC; }
span { border-color: rgb(0,61,236); }
td.TdClassName
{
border-color: #003DEC;
}
.TagClassName
{
border-color: #003DEC;
}
</style>