Shades of Navy Blue #037EC8
Tints of Navy Blue #037EC8
RGB
CMYK
RGB Variations
Color information
#037EC8 (or 0x037EC8) is known color: Navy Blue. HEX triplet: 03, 7E and C8. RGB value is (3,126,200). Sum of RGB (Red+Green+Blue) = 3+126+200=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 200 (78.52% from 255 or 60.79% from 329); Max value from RGB is 200 - color contains mainly: blue. Hex color #037EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037EC8 is #FC8137. Grayscale: #616161. Windows color (decimal): -16548152 or 13139459. OLE color: 13139459.
HSL color Cylindrical-coordinate representation of color #037EC8: hue angle of 202.54º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037EC8 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 126 | 200 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.22 |
| HSL | 202.54º | 0.97% | 0.4% | - |
| HSV(B) | 202.54º | 0.99% | 0.78% | - |
| XYZ | 17.92 | 19.11 | 57.39 | - |
| YUV | 97.66 | 185.75 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 126 | 200 | 0.98 | 0.37 | 0 | 0.22 | 202.54 | 0.97 | 0.4 |
| Hex | 3 | 7E | C8 | 62 | 25 | 0 | 16 | CB | 61 | 28 |
| Octal | 3 | 176 | 310 | 142 | 45 | 0 | 26 | 313 | 141 | 50 |
| Binary | 11 | 1111110 | 11001000 | 1100010 | 100101 | 0 | 10110 | 11001011 | 1100001 | 101000 |
Color Harmonies of #037EC8
Complementary color
Monochromatic Colors of #037EC8
Black with #037EC8
Text Example
Text Example
White with #037EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037EC8; }
p { color: rgb(3,126,200); }
H1.HeaderClassName
{
color: #037EC8;
}
.AnyTagClassName
{
color: #037EC8;
}
</style>
background-color css
<style>
a { background-color: #037EC8; }
a { background-color: rgb(3,126,200); }
div.DivClassName
{
background-color: #037EC8;
}
.BgClassName
{
background-color: #037EC8;
}
</style>
border-color css
<style>
span { border-color: #037EC8; }
span { border-color: rgb(3,126,200); }
td.TdClassName
{
border-color: #037EC8;
}
.TagClassName
{
border-color: #037EC8;
}
</style>