Shades of Navy Blue #037FE0
Tints of Navy Blue #037FE0
RGB
CMYK
RGB Variations
Color information
#037FE0 (or 0x037FE0) is known color: Navy Blue. HEX triplet: 03, 7F and E0. RGB value is (3,127,224). Sum of RGB (Red+Green+Blue) = 3+127+224=354 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 224 (87.89% from 255 or 63.28% from 354); Max value from RGB is 224 - color contains mainly: blue. Hex color #037FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037FE0 is #FC801F. Grayscale: #646464. Windows color (decimal): -16547872 or 14712579. OLE color: 14712579.
HSL color Cylindrical-coordinate representation of color #037FE0: hue angle of 206.33º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037FE0 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 127 | 224 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.12 |
| HSL | 206.33º | 0.97% | 0.45% | - |
| HSV(B) | 206.33º | 0.99% | 0.88% | - |
| XYZ | 21.08 | 20.58 | 73.38 | - |
| YUV | 100.98 | 197.42 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 127 | 224 | 0.99 | 0.43 | 0 | 0.12 | 206.33 | 0.97 | 0.45 |
| Hex | 3 | 7F | E0 | 63 | 2B | 0 | C | CE | 61 | 2D |
| Octal | 3 | 177 | 340 | 143 | 53 | 0 | 14 | 316 | 141 | 55 |
| Binary | 11 | 1111111 | 11100000 | 1100011 | 101011 | 0 | 1100 | 11001110 | 1100001 | 101101 |
Color Harmonies of #037FE0
Complementary color
Monochromatic Colors of #037FE0
Black with #037FE0
Text Example
Text Example
White with #037FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037FE0; }
p { color: rgb(3,127,224); }
H1.HeaderClassName
{
color: #037FE0;
}
.AnyTagClassName
{
color: #037FE0;
}
</style>
background-color css
<style>
a { background-color: #037FE0; }
a { background-color: rgb(3,127,224); }
div.DivClassName
{
background-color: #037FE0;
}
.BgClassName
{
background-color: #037FE0;
}
</style>
border-color css
<style>
span { border-color: #037FE0; }
span { border-color: rgb(3,127,224); }
td.TdClassName
{
border-color: #037FE0;
}
.TagClassName
{
border-color: #037FE0;
}
</style>