Shades of Navy Blue #003DF1
Tints of Navy Blue #003DF1
RGB
CMYK
RGB Variations
Color information
#003DF1 (or 0x003DF1) is known color: Navy Blue. HEX triplet: 00, 3D and F1. RGB value is (0,61,241). Sum of RGB (Red+Green+Blue) = 0+61+241=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 241 (94.53% from 255 or 79.80% from 302); Max value from RGB is 241 - color contains mainly: blue. Hex color #003DF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003DF1 is #FFC20E. Grayscale: #3E3E3E. Windows color (decimal): -16761359 or 15809792. OLE color: 15809792.
HSL color Cylindrical-coordinate representation of color #003DF1: hue angle of 224.81º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003DF1 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 61 | 241 | - |
| CMYK | 1 | 0.75 | 0 | 0.05 |
| HSL | 224.81º | 1% | 0.47% | - |
| HSV(B) | 224.81º | 1% | 0.95% | - |
| XYZ | 17.55 | 9.69 | 84.16 | - |
| YUV | 63.28 | 228.29 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 241 | 1 | 0.75 | 0 | 0.05 | 224.81 | 1 | 0.47 |
| Hex | 0 | 3D | F1 | 64 | 4B | 0 | 5 | E1 | 64 | 2F |
| Octal | 0 | 75 | 361 | 144 | 113 | 0 | 5 | 341 | 144 | 57 |
| Binary | 0 | 111101 | 11110001 | 1100100 | 1001011 | 0 | 101 | 11100001 | 1100100 | 101111 |
Color Harmonies of #003DF1
Complementary color
Monochromatic Colors of #003DF1
Black with #003DF1
Text Example
Text Example
White with #003DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003DF1; }
p { color: rgb(0,61,241); }
H1.HeaderClassName
{
color: #003DF1;
}
.AnyTagClassName
{
color: #003DF1;
}
</style>
background-color css
<style>
a { background-color: #003DF1; }
a { background-color: rgb(0,61,241); }
div.DivClassName
{
background-color: #003DF1;
}
.BgClassName
{
background-color: #003DF1;
}
</style>
border-color css
<style>
span { border-color: #003DF1; }
span { border-color: rgb(0,61,241); }
td.TdClassName
{
border-color: #003DF1;
}
.TagClassName
{
border-color: #003DF1;
}
</style>