Shades of Navy Blue #0371EA
Tints of Navy Blue #0371EA
RGB
CMYK
RGB Variations
Color information
#0371EA (or 0x0371EA) is known color: Navy Blue. HEX triplet: 03, 71 and EA. RGB value is (3,113,234). Sum of RGB (Red+Green+Blue) = 3+113+234=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #0371EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0371EA is #FC8E15. Grayscale: #5D5D5D. Windows color (decimal): -16551446 or 15364355. OLE color: 15364355.
HSL color Cylindrical-coordinate representation of color #0371EA: hue angle of 211.43º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0371EA is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 113 | 234 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.08 |
| HSL | 211.43º | 0.97% | 0.46% | - |
| HSV(B) | 211.43º | 0.99% | 0.92% | - |
| XYZ | 20.79 | 17.77 | 80.18 | - |
| YUV | 93.9 | 207.06 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 113 | 234 | 0.99 | 0.52 | 0 | 0.08 | 211.43 | 0.97 | 0.46 |
| Hex | 3 | 71 | EA | 63 | 34 | 0 | 8 | D3 | 61 | 2E |
| Octal | 3 | 161 | 352 | 143 | 64 | 0 | 10 | 323 | 141 | 56 |
| Binary | 11 | 1110001 | 11101010 | 1100011 | 110100 | 0 | 1000 | 11010011 | 1100001 | 101110 |
Color Harmonies of #0371EA
Complementary color
Monochromatic Colors of #0371EA
Black with #0371EA
Text Example
Text Example
White with #0371EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0371EA; }
p { color: rgb(3,113,234); }
H1.HeaderClassName
{
color: #0371EA;
}
.AnyTagClassName
{
color: #0371EA;
}
</style>
background-color css
<style>
a { background-color: #0371EA; }
a { background-color: rgb(3,113,234); }
div.DivClassName
{
background-color: #0371EA;
}
.BgClassName
{
background-color: #0371EA;
}
</style>
border-color css
<style>
span { border-color: #0371EA; }
span { border-color: rgb(3,113,234); }
td.TdClassName
{
border-color: #0371EA;
}
.TagClassName
{
border-color: #0371EA;
}
</style>