Shades of Navy Blue #0370EC
Tints of Navy Blue #0370EC
RGB
CMYK
RGB Variations
Color information
#0370EC (or 0x0370EC) is known color: Navy Blue. HEX triplet: 03, 70 and EC. RGB value is (3,112,236). Sum of RGB (Red+Green+Blue) = 3+112+236=351 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #0370EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0370EC is #FC8F13. Grayscale: #5C5C5C. Windows color (decimal): -16551700 or 15495171. OLE color: 15495171.
HSL color Cylindrical-coordinate representation of color #0370EC: hue angle of 211.93º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0370EC is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 112 | 236 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.07 |
| HSL | 211.93º | 0.97% | 0.47% | - |
| HSV(B) | 211.93º | 0.99% | 0.93% | - |
| XYZ | 20.97 | 17.66 | 81.66 | - |
| YUV | 93.55 | 208.39 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 236 | 0.99 | 0.53 | 0 | 0.07 | 211.93 | 0.97 | 0.47 |
| Hex | 3 | 70 | EC | 63 | 35 | 0 | 7 | D4 | 61 | 2F |
| Octal | 3 | 160 | 354 | 143 | 65 | 0 | 7 | 324 | 141 | 57 |
| Binary | 11 | 1110000 | 11101100 | 1100011 | 110101 | 0 | 111 | 11010100 | 1100001 | 101111 |
Color Harmonies of #0370EC
Complementary color
Monochromatic Colors of #0370EC
Black with #0370EC
Text Example
Text Example
White with #0370EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0370EC; }
p { color: rgb(3,112,236); }
H1.HeaderClassName
{
color: #0370EC;
}
.AnyTagClassName
{
color: #0370EC;
}
</style>
background-color css
<style>
a { background-color: #0370EC; }
a { background-color: rgb(3,112,236); }
div.DivClassName
{
background-color: #0370EC;
}
.BgClassName
{
background-color: #0370EC;
}
</style>
border-color css
<style>
span { border-color: #0370EC; }
span { border-color: rgb(3,112,236); }
td.TdClassName
{
border-color: #0370EC;
}
.TagClassName
{
border-color: #0370EC;
}
</style>