Shades of Navy Blue #037EDD
Tints of Navy Blue #037EDD
RGB
CMYK
RGB Variations
Color information
#037EDD (or 0x037EDD) is known color: Navy Blue. HEX triplet: 03, 7E and DD. RGB value is (3,126,221). Sum of RGB (Red+Green+Blue) = 3+126+221=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #037EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037EDD is #FC8122. Grayscale: #636363. Windows color (decimal): -16548131 or 14515715. OLE color: 14515715.
HSL color Cylindrical-coordinate representation of color #037EDD: hue angle of 206.15º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037EDD is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 126 | 221 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.13 |
| HSL | 206.15º | 0.97% | 0.44% | - |
| HSV(B) | 206.15º | 0.99% | 0.87% | - |
| XYZ | 20.55 | 20.16 | 71.22 | - |
| YUV | 100.05 | 196.25 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 126 | 221 | 0.99 | 0.43 | 0 | 0.13 | 206.15 | 0.97 | 0.44 |
| Hex | 3 | 7E | DD | 63 | 2B | 0 | D | CE | 61 | 2C |
| Octal | 3 | 176 | 335 | 143 | 53 | 0 | 15 | 316 | 141 | 54 |
| Binary | 11 | 1111110 | 11011101 | 1100011 | 101011 | 0 | 1101 | 11001110 | 1100001 | 101100 |
Color Harmonies of #037EDD
Complementary color
Monochromatic Colors of #037EDD
Black with #037EDD
Text Example
Text Example
White with #037EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037EDD; }
p { color: rgb(3,126,221); }
H1.HeaderClassName
{
color: #037EDD;
}
.AnyTagClassName
{
color: #037EDD;
}
</style>
background-color css
<style>
a { background-color: #037EDD; }
a { background-color: rgb(3,126,221); }
div.DivClassName
{
background-color: #037EDD;
}
.BgClassName
{
background-color: #037EDD;
}
</style>
border-color css
<style>
span { border-color: #037EDD; }
span { border-color: rgb(3,126,221); }
td.TdClassName
{
border-color: #037EDD;
}
.TagClassName
{
border-color: #037EDD;
}
</style>