Shades of Navy Blue #003DF9
Tints of Navy Blue #003DF9
RGB
CMYK
RGB Variations
Color information
#003DF9 (or 0x003DF9) is known color: Navy Blue. HEX triplet: 00, 3D and F9. RGB value is (0,61,249). Sum of RGB (Red+Green+Blue) = 0+61+249=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 249 (97.66% from 255 or 80.32% from 310); Max value from RGB is 249 - color contains mainly: blue. Hex color #003DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003DF9 is #FFC206. Grayscale: #3F3F3F. Windows color (decimal): -16761351 or 16334080. OLE color: 16334080.
HSL color Cylindrical-coordinate representation of color #003DF9: hue angle of 225.3º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003DF9 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 61 | 249 | - |
| CMYK | 1 | 0.76 | 0 | 0.02 |
| HSL | 225.3º | 1% | 0.49% | - |
| HSV(B) | 225.3º | 1% | 0.98% | - |
| XYZ | 18.77 | 10.18 | 90.6 | - |
| YUV | 64.19 | 232.29 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 249 | 1 | 0.76 | 0 | 0.02 | 225.3 | 1 | 0.49 |
| Hex | 0 | 3D | F9 | 64 | 4C | 0 | 2 | E1 | 64 | 31 |
| Octal | 0 | 75 | 371 | 144 | 114 | 0 | 2 | 341 | 144 | 61 |
| Binary | 0 | 111101 | 11111001 | 1100100 | 1001100 | 0 | 10 | 11100001 | 1100100 | 110001 |
Color Harmonies of #003DF9
Complementary color
Monochromatic Colors of #003DF9
Black with #003DF9
Text Example
Text Example
White with #003DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003DF9; }
p { color: rgb(0,61,249); }
H1.HeaderClassName
{
color: #003DF9;
}
.AnyTagClassName
{
color: #003DF9;
}
</style>
background-color css
<style>
a { background-color: #003DF9; }
a { background-color: rgb(0,61,249); }
div.DivClassName
{
background-color: #003DF9;
}
.BgClassName
{
background-color: #003DF9;
}
</style>
border-color css
<style>
span { border-color: #003DF9; }
span { border-color: rgb(0,61,249); }
td.TdClassName
{
border-color: #003DF9;
}
.TagClassName
{
border-color: #003DF9;
}
</style>