Shades of Navy Blue #037EC7
Tints of Navy Blue #037EC7
RGB
CMYK
RGB Variations
Color information
#037EC7 (or 0x037EC7) is known color: Navy Blue. HEX triplet: 03, 7E and C7. RGB value is (3,126,199). Sum of RGB (Red+Green+Blue) = 3+126+199=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 199 (78.12% from 255 or 60.67% from 328); Max value from RGB is 199 - color contains mainly: blue. Hex color #037EC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037EC7 is #FC8138. Grayscale: #616161. Windows color (decimal): -16548153 or 13073923. OLE color: 13073923.
HSL color Cylindrical-coordinate representation of color #037EC7: hue angle of 202.35º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037EC7 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 126 | 199 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.22 |
| HSL | 202.35º | 0.97% | 0.4% | - |
| HSV(B) | 202.35º | 0.98% | 0.78% | - |
| XYZ | 17.81 | 19.06 | 56.77 | - |
| YUV | 97.55 | 185.25 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 126 | 199 | 0.98 | 0.37 | 0 | 0.22 | 202.35 | 0.97 | 0.4 |
| Hex | 3 | 7E | C7 | 62 | 25 | 0 | 16 | CA | 61 | 28 |
| Octal | 3 | 176 | 307 | 142 | 45 | 0 | 26 | 312 | 141 | 50 |
| Binary | 11 | 1111110 | 11000111 | 1100010 | 100101 | 0 | 10110 | 11001010 | 1100001 | 101000 |
Color Harmonies of #037EC7
Complementary color
Monochromatic Colors of #037EC7
Black with #037EC7
Text Example
Text Example
White with #037EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037EC7; }
p { color: rgb(3,126,199); }
H1.HeaderClassName
{
color: #037EC7;
}
.AnyTagClassName
{
color: #037EC7;
}
</style>
background-color css
<style>
a { background-color: #037EC7; }
a { background-color: rgb(3,126,199); }
div.DivClassName
{
background-color: #037EC7;
}
.BgClassName
{
background-color: #037EC7;
}
</style>
border-color css
<style>
span { border-color: #037EC7; }
span { border-color: rgb(3,126,199); }
td.TdClassName
{
border-color: #037EC7;
}
.TagClassName
{
border-color: #037EC7;
}
</style>