Shades of Navy Blue #037ECC
Tints of Navy Blue #037ECC
RGB
CMYK
RGB Variations
Color information
#037ECC (or 0x037ECC) is known color: Navy Blue. HEX triplet: 03, 7E and CC. RGB value is (3,126,204). Sum of RGB (Red+Green+Blue) = 3+126+204=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #037ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037ECC is #FC8133. Grayscale: #616161. Windows color (decimal): -16548148 or 13401603. OLE color: 13401603.
HSL color Cylindrical-coordinate representation of color #037ECC: hue angle of 203.28º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037ECC is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 126 | 204 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.2 |
| HSL | 203.28º | 0.97% | 0.41% | - |
| HSV(B) | 203.28º | 0.99% | 0.8% | - |
| XYZ | 18.4 | 19.3 | 59.88 | - |
| YUV | 98.12 | 187.75 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 126 | 204 | 0.99 | 0.38 | 0 | 0.2 | 203.28 | 0.97 | 0.41 |
| Hex | 3 | 7E | CC | 63 | 26 | 0 | 14 | CB | 61 | 29 |
| Octal | 3 | 176 | 314 | 143 | 46 | 0 | 24 | 313 | 141 | 51 |
| Binary | 11 | 1111110 | 11001100 | 1100011 | 100110 | 0 | 10100 | 11001011 | 1100001 | 101001 |
Color Harmonies of #037ECC
Complementary color
Monochromatic Colors of #037ECC
Black with #037ECC
Text Example
Text Example
White with #037ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037ECC; }
p { color: rgb(3,126,204); }
H1.HeaderClassName
{
color: #037ECC;
}
.AnyTagClassName
{
color: #037ECC;
}
</style>
background-color css
<style>
a { background-color: #037ECC; }
a { background-color: rgb(3,126,204); }
div.DivClassName
{
background-color: #037ECC;
}
.BgClassName
{
background-color: #037ECC;
}
</style>
border-color css
<style>
span { border-color: #037ECC; }
span { border-color: rgb(3,126,204); }
td.TdClassName
{
border-color: #037ECC;
}
.TagClassName
{
border-color: #037ECC;
}
</style>