Shades of Navy Blue #037EE4
Tints of Navy Blue #037EE4
RGB
CMYK
RGB Variations
Color information
#037EE4 (or 0x037EE4) is known color: Navy Blue. HEX triplet: 03, 7E and E4. RGB value is (3,126,228). Sum of RGB (Red+Green+Blue) = 3+126+228=357 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 228 (89.45% from 255 or 63.87% from 357); Max value from RGB is 228 - color contains mainly: blue. Hex color #037EE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037EE4 is #FC811B. Grayscale: #646464. Windows color (decimal): -16548124 or 14974467. OLE color: 14974467.
HSL color Cylindrical-coordinate representation of color #037EE4: hue angle of 207.2º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037EE4 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 126 | 228 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.11 |
| HSL | 207.2º | 0.97% | 0.45% | - |
| HSV(B) | 207.2º | 0.99% | 0.89% | - |
| XYZ | 21.5 | 20.54 | 76.23 | - |
| YUV | 100.85 | 199.75 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 126 | 228 | 0.99 | 0.45 | 0 | 0.11 | 207.2 | 0.97 | 0.45 |
| Hex | 3 | 7E | E4 | 63 | 2D | 0 | B | CF | 61 | 2D |
| Octal | 3 | 176 | 344 | 143 | 55 | 0 | 13 | 317 | 141 | 55 |
| Binary | 11 | 1111110 | 11100100 | 1100011 | 101101 | 0 | 1011 | 11001111 | 1100001 | 101101 |
Color Harmonies of #037EE4
Complementary color
Monochromatic Colors of #037EE4
Black with #037EE4
Text Example
Text Example
White with #037EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037EE4; }
p { color: rgb(3,126,228); }
H1.HeaderClassName
{
color: #037EE4;
}
.AnyTagClassName
{
color: #037EE4;
}
</style>
background-color css
<style>
a { background-color: #037EE4; }
a { background-color: rgb(3,126,228); }
div.DivClassName
{
background-color: #037EE4;
}
.BgClassName
{
background-color: #037EE4;
}
</style>
border-color css
<style>
span { border-color: #037EE4; }
span { border-color: rgb(3,126,228); }
td.TdClassName
{
border-color: #037EE4;
}
.TagClassName
{
border-color: #037EE4;
}
</style>