Shades of Navy Blue #0371E5
Tints of Navy Blue #0371E5
RGB
CMYK
RGB Variations
Color information
#0371E5 (or 0x0371E5) is known color: Navy Blue. HEX triplet: 03, 71 and E5. RGB value is (3,113,229). Sum of RGB (Red+Green+Blue) = 3+113+229=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 229 (89.84% from 255 or 66.38% from 345); Max value from RGB is 229 - color contains mainly: blue. Hex color #0371E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0371E5 is #FC8E1A. Grayscale: #5C5C5C. Windows color (decimal): -16551451 or 15036675. OLE color: 15036675.
HSL color Cylindrical-coordinate representation of color #0371E5: hue angle of 210.8º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0371E5 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 113 | 229 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.10 |
| HSL | 210.8º | 0.97% | 0.45% | - |
| HSV(B) | 210.8º | 0.99% | 0.9% | - |
| XYZ | 20.09 | 17.49 | 76.45 | - |
| YUV | 93.33 | 204.56 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 113 | 229 | 0.99 | 0.51 | 0 | 0.10 | 210.8 | 0.97 | 0.45 |
| Hex | 3 | 71 | E5 | 63 | 33 | 0 | A | D3 | 61 | 2D |
| Octal | 3 | 161 | 345 | 143 | 63 | 0 | 12 | 323 | 141 | 55 |
| Binary | 11 | 1110001 | 11100101 | 1100011 | 110011 | 0 | 1010 | 11010011 | 1100001 | 101101 |
Color Harmonies of #0371E5
Complementary color
Monochromatic Colors of #0371E5
Black with #0371E5
Text Example
Text Example
White with #0371E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0371E5; }
p { color: rgb(3,113,229); }
H1.HeaderClassName
{
color: #0371E5;
}
.AnyTagClassName
{
color: #0371E5;
}
</style>
background-color css
<style>
a { background-color: #0371E5; }
a { background-color: rgb(3,113,229); }
div.DivClassName
{
background-color: #0371E5;
}
.BgClassName
{
background-color: #0371E5;
}
</style>
border-color css
<style>
span { border-color: #0371E5; }
span { border-color: rgb(3,113,229); }
td.TdClassName
{
border-color: #0371E5;
}
.TagClassName
{
border-color: #0371E5;
}
</style>