Shades of Navy Blue #003DEE
Tints of Navy Blue #003DEE
RGB
CMYK
RGB Variations
Color information
#003DEE (or 0x003DEE) is known color: Navy Blue. HEX triplet: 00, 3D and EE. RGB value is (0,61,238). Sum of RGB (Red+Green+Blue) = 0+61+238=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 238 (93.36% from 255 or 79.60% from 299); Max value from RGB is 238 - color contains mainly: blue. Hex color #003DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003DEE is #FFC211. Grayscale: #3E3E3E. Windows color (decimal): -16761362 or 15613184. OLE color: 15613184.
HSL color Cylindrical-coordinate representation of color #003DEE: hue angle of 224.62º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003DEE is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 61 | 238 | - |
| CMYK | 1 | 0.74 | 0 | 0.07 |
| HSL | 224.62º | 1% | 0.47% | - |
| HSV(B) | 224.62º | 1% | 0.93% | - |
| XYZ | 17.1 | 9.51 | 81.82 | - |
| YUV | 62.94 | 226.79 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 238 | 1 | 0.74 | 0 | 0.07 | 224.62 | 1 | 0.47 |
| Hex | 0 | 3D | EE | 64 | 4A | 0 | 7 | E1 | 64 | 2F |
| Octal | 0 | 75 | 356 | 144 | 112 | 0 | 7 | 341 | 144 | 57 |
| Binary | 0 | 111101 | 11101110 | 1100100 | 1001010 | 0 | 111 | 11100001 | 1100100 | 101111 |
Color Harmonies of #003DEE
Complementary color
Monochromatic Colors of #003DEE
Black with #003DEE
Text Example
Text Example
White with #003DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003DEE; }
p { color: rgb(0,61,238); }
H1.HeaderClassName
{
color: #003DEE;
}
.AnyTagClassName
{
color: #003DEE;
}
</style>
background-color css
<style>
a { background-color: #003DEE; }
a { background-color: rgb(0,61,238); }
div.DivClassName
{
background-color: #003DEE;
}
.BgClassName
{
background-color: #003DEE;
}
</style>
border-color css
<style>
span { border-color: #003DEE; }
span { border-color: rgb(0,61,238); }
td.TdClassName
{
border-color: #003DEE;
}
.TagClassName
{
border-color: #003DEE;
}
</style>