Shades of Navy Blue #003EFB
Tints of Navy Blue #003EFB
RGB
CMYK
RGB Variations
Color information
#003EFB (or 0x003EFB) is known color: Navy Blue. HEX triplet: 00, 3E and FB. RGB value is (0,62,251). Sum of RGB (Red+Green+Blue) = 0+62+251=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 251 (98.44% from 255 or 80.19% from 313); Max value from RGB is 251 - color contains mainly: blue. Hex color #003EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003EFB is #FFC104. Grayscale: #404040. Windows color (decimal): -16761093 or 16465408. OLE color: 16465408.
HSL color Cylindrical-coordinate representation of color #003EFB: hue angle of 225.18º 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 #003EFB is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 62 | 251 | - |
| CMYK | 1 | 0.75 | 0 | 0.02 |
| HSL | 225.18º | 1% | 0.49% | - |
| HSV(B) | 225.18º | 1% | 0.98% | - |
| XYZ | 19.14 | 10.41 | 92.27 | - |
| YUV | 65.01 | 232.96 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 251 | 1 | 0.75 | 0 | 0.02 | 225.18 | 1 | 0.49 |
| Hex | 0 | 3E | FB | 64 | 4B | 0 | 2 | E1 | 64 | 31 |
| Octal | 0 | 76 | 373 | 144 | 113 | 0 | 2 | 341 | 144 | 61 |
| Binary | 0 | 111110 | 11111011 | 1100100 | 1001011 | 0 | 10 | 11100001 | 1100100 | 110001 |
Color Harmonies of #003EFB
Complementary color
Monochromatic Colors of #003EFB
Black with #003EFB
Text Example
Text Example
White with #003EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003EFB; }
p { color: rgb(0,62,251); }
H1.HeaderClassName
{
color: #003EFB;
}
.AnyTagClassName
{
color: #003EFB;
}
</style>
background-color css
<style>
a { background-color: #003EFB; }
a { background-color: rgb(0,62,251); }
div.DivClassName
{
background-color: #003EFB;
}
.BgClassName
{
background-color: #003EFB;
}
</style>
border-color css
<style>
span { border-color: #003EFB; }
span { border-color: rgb(0,62,251); }
td.TdClassName
{
border-color: #003EFB;
}
.TagClassName
{
border-color: #003EFB;
}
</style>