Shades of Navy Blue #037ED4
Tints of Navy Blue #037ED4
RGB
CMYK
RGB Variations
Color information
#037ED4 (or 0x037ED4) is known color: Navy Blue. HEX triplet: 03, 7E and D4. RGB value is (3,126,212). Sum of RGB (Red+Green+Blue) = 3+126+212=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 212 (83.20% from 255 or 62.17% from 341); Max value from RGB is 212 - color contains mainly: blue. Hex color #037ED4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037ED4 is #FC812B. Grayscale: #626262. Windows color (decimal): -16548140 or 13925891. OLE color: 13925891.
HSL color Cylindrical-coordinate representation of color #037ED4: hue angle of 204.69º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037ED4 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 126 | 212 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.17 |
| HSL | 204.69º | 0.97% | 0.42% | - |
| HSV(B) | 204.69º | 0.99% | 0.83% | - |
| XYZ | 19.38 | 19.69 | 65.07 | - |
| YUV | 99.03 | 191.75 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 126 | 212 | 0.99 | 0.41 | 0 | 0.17 | 204.69 | 0.97 | 0.42 |
| Hex | 3 | 7E | D4 | 63 | 29 | 0 | 11 | CD | 61 | 2A |
| Octal | 3 | 176 | 324 | 143 | 51 | 0 | 21 | 315 | 141 | 52 |
| Binary | 11 | 1111110 | 11010100 | 1100011 | 101001 | 0 | 10001 | 11001101 | 1100001 | 101010 |
Color Harmonies of #037ED4
Complementary color
Monochromatic Colors of #037ED4
Black with #037ED4
Text Example
Text Example
White with #037ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037ED4; }
p { color: rgb(3,126,212); }
H1.HeaderClassName
{
color: #037ED4;
}
.AnyTagClassName
{
color: #037ED4;
}
</style>
background-color css
<style>
a { background-color: #037ED4; }
a { background-color: rgb(3,126,212); }
div.DivClassName
{
background-color: #037ED4;
}
.BgClassName
{
background-color: #037ED4;
}
</style>
border-color css
<style>
span { border-color: #037ED4; }
span { border-color: rgb(3,126,212); }
td.TdClassName
{
border-color: #037ED4;
}
.TagClassName
{
border-color: #037ED4;
}
</style>