Shades of Navy Blue #037EDC
Tints of Navy Blue #037EDC
RGB
CMYK
RGB Variations
Color information
#037EDC (or 0x037EDC) is known color: Navy Blue. HEX triplet: 03, 7E and DC. RGB value is (3,126,220). Sum of RGB (Red+Green+Blue) = 3+126+220=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #037EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037EDC is #FC8123. Grayscale: #636363. Windows color (decimal): -16548132 or 14450179. OLE color: 14450179.
HSL color Cylindrical-coordinate representation of color #037EDC: hue angle of 205.99º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037EDC is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 126 | 220 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.14 |
| HSL | 205.99º | 0.97% | 0.44% | - |
| HSV(B) | 205.99º | 0.99% | 0.86% | - |
| XYZ | 20.42 | 20.11 | 70.52 | - |
| YUV | 99.94 | 195.75 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 126 | 220 | 0.99 | 0.43 | 0 | 0.14 | 205.99 | 0.97 | 0.44 |
| Hex | 3 | 7E | DC | 63 | 2B | 0 | E | CE | 61 | 2C |
| Octal | 3 | 176 | 334 | 143 | 53 | 0 | 16 | 316 | 141 | 54 |
| Binary | 11 | 1111110 | 11011100 | 1100011 | 101011 | 0 | 1110 | 11001110 | 1100001 | 101100 |
Color Harmonies of #037EDC
Complementary color
Monochromatic Colors of #037EDC
Black with #037EDC
Text Example
Text Example
White with #037EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037EDC; }
p { color: rgb(3,126,220); }
H1.HeaderClassName
{
color: #037EDC;
}
.AnyTagClassName
{
color: #037EDC;
}
</style>
background-color css
<style>
a { background-color: #037EDC; }
a { background-color: rgb(3,126,220); }
div.DivClassName
{
background-color: #037EDC;
}
.BgClassName
{
background-color: #037EDC;
}
</style>
border-color css
<style>
span { border-color: #037EDC; }
span { border-color: rgb(3,126,220); }
td.TdClassName
{
border-color: #037EDC;
}
.TagClassName
{
border-color: #037EDC;
}
</style>