Shades of Navy Blue #003DED
Tints of Navy Blue #003DED
RGB
CMYK
RGB Variations
Color information
#003DED (or 0x003DED) is known color: Navy Blue. HEX triplet: 00, 3D and ED. RGB value is (0,61,237). Sum of RGB (Red+Green+Blue) = 0+61+237=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 237 (92.97% from 255 or 79.53% from 298); Max value from RGB is 237 - color contains mainly: blue. Hex color #003DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003DED is #FFC212. Grayscale: #3E3E3E. Windows color (decimal): -16761363 or 15547648. OLE color: 15547648.
HSL color Cylindrical-coordinate representation of color #003DED: hue angle of 224.56º 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 #003DED is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 61 | 237 | - |
| CMYK | 1 | 0.74 | 0 | 0.07 |
| HSL | 224.56º | 1% | 0.46% | - |
| HSV(B) | 224.56º | 1% | 0.93% | - |
| XYZ | 16.95 | 9.45 | 81.05 | - |
| YUV | 62.83 | 226.29 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 237 | 1 | 0.74 | 0 | 0.07 | 224.56 | 1 | 0.46 |
| Hex | 0 | 3D | ED | 64 | 4A | 0 | 7 | E1 | 64 | 2E |
| Octal | 0 | 75 | 355 | 144 | 112 | 0 | 7 | 341 | 144 | 56 |
| Binary | 0 | 111101 | 11101101 | 1100100 | 1001010 | 0 | 111 | 11100001 | 1100100 | 101110 |
Color Harmonies of #003DED
Complementary color
Monochromatic Colors of #003DED
Black with #003DED
Text Example
Text Example
White with #003DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003DED; }
p { color: rgb(0,61,237); }
H1.HeaderClassName
{
color: #003DED;
}
.AnyTagClassName
{
color: #003DED;
}
</style>
background-color css
<style>
a { background-color: #003DED; }
a { background-color: rgb(0,61,237); }
div.DivClassName
{
background-color: #003DED;
}
.BgClassName
{
background-color: #003DED;
}
</style>
border-color css
<style>
span { border-color: #003DED; }
span { border-color: rgb(0,61,237); }
td.TdClassName
{
border-color: #003DED;
}
.TagClassName
{
border-color: #003DED;
}
</style>