Shades of Navy Blue #037FE5
Tints of Navy Blue #037FE5
RGB
CMYK
RGB Variations
Color information
#037FE5 (or 0x037FE5) is known color: Navy Blue. HEX triplet: 03, 7F and E5. RGB value is (3,127,229). Sum of RGB (Red+Green+Blue) = 3+127+229=359 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 229 (89.84% from 255 or 63.79% from 359); Max value from RGB is 229 - color contains mainly: blue. Hex color #037FE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037FE5 is #FC801A. Grayscale: #656565. Windows color (decimal): -16547867 or 15040259. OLE color: 15040259.
HSL color Cylindrical-coordinate representation of color #037FE5: hue angle of 207.08º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037FE5 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 127 | 229 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.10 |
| HSL | 207.08º | 0.97% | 0.45% | - |
| HSV(B) | 207.08º | 0.99% | 0.9% | - |
| XYZ | 21.77 | 20.86 | 77.01 | - |
| YUV | 101.55 | 199.92 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 127 | 229 | 0.99 | 0.45 | 0 | 0.10 | 207.08 | 0.97 | 0.45 |
| Hex | 3 | 7F | E5 | 63 | 2D | 0 | A | CF | 61 | 2D |
| Octal | 3 | 177 | 345 | 143 | 55 | 0 | 12 | 317 | 141 | 55 |
| Binary | 11 | 1111111 | 11100101 | 1100011 | 101101 | 0 | 1010 | 11001111 | 1100001 | 101101 |
Color Harmonies of #037FE5
Complementary color
Monochromatic Colors of #037FE5
Black with #037FE5
Text Example
Text Example
White with #037FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037FE5; }
p { color: rgb(3,127,229); }
H1.HeaderClassName
{
color: #037FE5;
}
.AnyTagClassName
{
color: #037FE5;
}
</style>
background-color css
<style>
a { background-color: #037FE5; }
a { background-color: rgb(3,127,229); }
div.DivClassName
{
background-color: #037FE5;
}
.BgClassName
{
background-color: #037FE5;
}
</style>
border-color css
<style>
span { border-color: #037FE5; }
span { border-color: rgb(3,127,229); }
td.TdClassName
{
border-color: #037FE5;
}
.TagClassName
{
border-color: #037FE5;
}
</style>