Shades of Navy Blue #003FFB
Tints of Navy Blue #003FFB
RGB
CMYK
RGB Variations
Color information
#003FFB (or 0x003FFB) is known color: Navy Blue. HEX triplet: 00, 3F and FB. RGB value is (0,63,251). Sum of RGB (Red+Green+Blue) = 0+63+251=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 251 (98.44% from 255 or 79.94% from 314); Max value from RGB is 251 - color contains mainly: blue. Hex color #003FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003FFB is #FFC004. Grayscale: #404040. Windows color (decimal): -16760837 or 16465664. OLE color: 16465664.
HSL color Cylindrical-coordinate representation of color #003FFB: hue angle of 224.94º 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 #003FFB is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 63 | 251 | - |
| CMYK | 1 | 0.75 | 0 | 0.02 |
| HSL | 224.94º | 1% | 0.49% | - |
| HSV(B) | 224.94º | 1% | 0.98% | - |
| XYZ | 19.19 | 10.52 | 92.29 | - |
| YUV | 65.6 | 232.63 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 251 | 1 | 0.75 | 0 | 0.02 | 224.94 | 1 | 0.49 |
| Hex | 0 | 3F | FB | 64 | 4B | 0 | 2 | E1 | 64 | 31 |
| Octal | 0 | 77 | 373 | 144 | 113 | 0 | 2 | 341 | 144 | 61 |
| Binary | 0 | 111111 | 11111011 | 1100100 | 1001011 | 0 | 10 | 11100001 | 1100100 | 110001 |
Color Harmonies of #003FFB
Complementary color
Monochromatic Colors of #003FFB
Black with #003FFB
Text Example
Text Example
White with #003FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FFB; }
p { color: rgb(0,63,251); }
H1.HeaderClassName
{
color: #003FFB;
}
.AnyTagClassName
{
color: #003FFB;
}
</style>
background-color css
<style>
a { background-color: #003FFB; }
a { background-color: rgb(0,63,251); }
div.DivClassName
{
background-color: #003FFB;
}
.BgClassName
{
background-color: #003FFB;
}
</style>
border-color css
<style>
span { border-color: #003FFB; }
span { border-color: rgb(0,63,251); }
td.TdClassName
{
border-color: #003FFB;
}
.TagClassName
{
border-color: #003FFB;
}
</style>