Shades of Navy Blue #037ED1
Tints of Navy Blue #037ED1
RGB
CMYK
RGB Variations
Color information
#037ED1 (or 0x037ED1) is known color: Navy Blue. HEX triplet: 03, 7E and D1. RGB value is (3,126,209). Sum of RGB (Red+Green+Blue) = 3+126+209=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 209 (82.03% from 255 or 61.83% from 338); Max value from RGB is 209 - color contains mainly: blue. Hex color #037ED1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037ED1 is #FC812E. Grayscale: #626262. Windows color (decimal): -16548143 or 13729283. OLE color: 13729283.
HSL color Cylindrical-coordinate representation of color #037ED1: hue angle of 204.17º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037ED1 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 126 | 209 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.18 |
| HSL | 204.17º | 0.97% | 0.42% | - |
| HSV(B) | 204.17º | 0.99% | 0.82% | - |
| XYZ | 19.01 | 19.54 | 63.09 | - |
| YUV | 98.69 | 190.25 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 126 | 209 | 0.99 | 0.40 | 0 | 0.18 | 204.17 | 0.97 | 0.42 |
| Hex | 3 | 7E | D1 | 63 | 28 | 0 | 12 | CC | 61 | 2A |
| Octal | 3 | 176 | 321 | 143 | 50 | 0 | 22 | 314 | 141 | 52 |
| Binary | 11 | 1111110 | 11010001 | 1100011 | 101000 | 0 | 10010 | 11001100 | 1100001 | 101010 |
Color Harmonies of #037ED1
Complementary color
Monochromatic Colors of #037ED1
Black with #037ED1
Text Example
Text Example
White with #037ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037ED1; }
p { color: rgb(3,126,209); }
H1.HeaderClassName
{
color: #037ED1;
}
.AnyTagClassName
{
color: #037ED1;
}
</style>
background-color css
<style>
a { background-color: #037ED1; }
a { background-color: rgb(3,126,209); }
div.DivClassName
{
background-color: #037ED1;
}
.BgClassName
{
background-color: #037ED1;
}
</style>
border-color css
<style>
span { border-color: #037ED1; }
span { border-color: rgb(3,126,209); }
td.TdClassName
{
border-color: #037ED1;
}
.TagClassName
{
border-color: #037ED1;
}
</style>