Shades of Navy Blue #0370ED
Tints of Navy Blue #0370ED
RGB
CMYK
RGB Variations
Color information
#0370ED (or 0x0370ED) is known color: Navy Blue. HEX triplet: 03, 70 and ED. RGB value is (3,112,237). Sum of RGB (Red+Green+Blue) = 3+112+237=352 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #0370ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0370ED is #FC8F12. Grayscale: #5D5D5D. Windows color (decimal): -16551699 or 15560707. OLE color: 15560707.
HSL color Cylindrical-coordinate representation of color #0370ED: hue angle of 212.05º degrees, saturation: 0.98, 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 #0370ED is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 112 | 237 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.07 |
| HSL | 212.05º | 0.98% | 0.47% | - |
| HSV(B) | 212.05º | 0.99% | 0.93% | - |
| XYZ | 21.12 | 17.72 | 82.43 | - |
| YUV | 93.66 | 208.89 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 237 | 0.99 | 0.53 | 0 | 0.07 | 212.05 | 0.98 | 0.47 |
| Hex | 3 | 70 | ED | 63 | 35 | 0 | 7 | D4 | 62 | 2F |
| Octal | 3 | 160 | 355 | 143 | 65 | 0 | 7 | 324 | 142 | 57 |
| Binary | 11 | 1110000 | 11101101 | 1100011 | 110101 | 0 | 111 | 11010100 | 1100010 | 101111 |
Color Harmonies of #0370ED
Complementary color
Monochromatic Colors of #0370ED
Black with #0370ED
Text Example
Text Example
White with #0370ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0370ED; }
p { color: rgb(3,112,237); }
H1.HeaderClassName
{
color: #0370ED;
}
.AnyTagClassName
{
color: #0370ED;
}
</style>
background-color css
<style>
a { background-color: #0370ED; }
a { background-color: rgb(3,112,237); }
div.DivClassName
{
background-color: #0370ED;
}
.BgClassName
{
background-color: #0370ED;
}
</style>
border-color css
<style>
span { border-color: #0370ED; }
span { border-color: rgb(3,112,237); }
td.TdClassName
{
border-color: #0370ED;
}
.TagClassName
{
border-color: #0370ED;
}
</style>