Shades of Navy Blue #003FFD
Tints of Navy Blue #003FFD
RGB
CMYK
RGB Variations
Color information
#003FFD (or 0x003FFD) is known color: Navy Blue. HEX triplet: 00, 3F and FD. RGB value is (0,63,253). Sum of RGB (Red+Green+Blue) = 0+63+253=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 253 (99.22% from 255 or 80.06% from 316); Max value from RGB is 253 - color contains mainly: blue. Hex color #003FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003FFD is #FFC002. Grayscale: #414141. Windows color (decimal): -16760835 or 16596736. OLE color: 16596736.
HSL color Cylindrical-coordinate representation of color #003FFD: hue angle of 225.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003FFD is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 63 | 253 | - |
| CMYK | 1 | 0.75 | 0 | 0.01 |
| HSL | 225.06º | 1% | 0.5% | - |
| HSV(B) | 225.06º | 1% | 0.99% | - |
| XYZ | 19.51 | 10.65 | 93.96 | - |
| YUV | 65.82 | 233.63 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 253 | 1 | 0.75 | 0 | 0.01 | 225.06 | 1 | 0.5 |
| Hex | 0 | 3F | FD | 64 | 4B | 0 | 1 | E1 | 64 | 32 |
| Octal | 0 | 77 | 375 | 144 | 113 | 0 | 1 | 341 | 144 | 62 |
| Binary | 0 | 111111 | 11111101 | 1100100 | 1001011 | 0 | 1 | 11100001 | 1100100 | 110010 |
Color Harmonies of #003FFD
Complementary color
Monochromatic Colors of #003FFD
Black with #003FFD
Text Example
Text Example
White with #003FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FFD; }
p { color: rgb(0,63,253); }
H1.HeaderClassName
{
color: #003FFD;
}
.AnyTagClassName
{
color: #003FFD;
}
</style>
background-color css
<style>
a { background-color: #003FFD; }
a { background-color: rgb(0,63,253); }
div.DivClassName
{
background-color: #003FFD;
}
.BgClassName
{
background-color: #003FFD;
}
</style>
border-color css
<style>
span { border-color: #003FFD; }
span { border-color: rgb(0,63,253); }
td.TdClassName
{
border-color: #003FFD;
}
.TagClassName
{
border-color: #003FFD;
}
</style>