Shades of Navy Blue #037ED8
Tints of Navy Blue #037ED8
RGB
CMYK
RGB Variations
Color information
#037ED8 (or 0x037ED8) is known color: Navy Blue. HEX triplet: 03, 7E and D8. RGB value is (3,126,216). Sum of RGB (Red+Green+Blue) = 3+126+216=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 216 (84.77% from 255 or 62.61% from 345); Max value from RGB is 216 - color contains mainly: blue. Hex color #037ED8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037ED8 is #FC8127. Grayscale: #636363. Windows color (decimal): -16548136 or 14188035. OLE color: 14188035.
HSL color Cylindrical-coordinate representation of color #037ED8: hue angle of 205.35º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037ED8 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 126 | 216 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.15 |
| HSL | 205.35º | 0.97% | 0.43% | - |
| HSV(B) | 205.35º | 0.99% | 0.85% | - |
| XYZ | 19.89 | 19.9 | 67.76 | - |
| YUV | 99.48 | 193.75 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 126 | 216 | 0.99 | 0.42 | 0 | 0.15 | 205.35 | 0.97 | 0.43 |
| Hex | 3 | 7E | D8 | 63 | 2A | 0 | F | CD | 61 | 2B |
| Octal | 3 | 176 | 330 | 143 | 52 | 0 | 17 | 315 | 141 | 53 |
| Binary | 11 | 1111110 | 11011000 | 1100011 | 101010 | 0 | 1111 | 11001101 | 1100001 | 101011 |
Color Harmonies of #037ED8
Complementary color
Monochromatic Colors of #037ED8
Black with #037ED8
Text Example
Text Example
White with #037ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037ED8; }
p { color: rgb(3,126,216); }
H1.HeaderClassName
{
color: #037ED8;
}
.AnyTagClassName
{
color: #037ED8;
}
</style>
background-color css
<style>
a { background-color: #037ED8; }
a { background-color: rgb(3,126,216); }
div.DivClassName
{
background-color: #037ED8;
}
.BgClassName
{
background-color: #037ED8;
}
</style>
border-color css
<style>
span { border-color: #037ED8; }
span { border-color: rgb(3,126,216); }
td.TdClassName
{
border-color: #037ED8;
}
.TagClassName
{
border-color: #037ED8;
}
</style>