Shades of Navy Blue #037ECB
Tints of Navy Blue #037ECB
RGB
CMYK
RGB Variations
Color information
#037ECB (or 0x037ECB) is known color: Navy Blue. HEX triplet: 03, 7E and CB. RGB value is (3,126,203). Sum of RGB (Red+Green+Blue) = 3+126+203=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #037ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037ECB is #FC8134. Grayscale: #616161. Windows color (decimal): -16548149 or 13336067. OLE color: 13336067.
HSL color Cylindrical-coordinate representation of color #037ECB: hue angle of 203.1º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037ECB is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 126 | 203 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.20 |
| HSL | 203.1º | 0.97% | 0.4% | - |
| HSV(B) | 203.1º | 0.99% | 0.8% | - |
| XYZ | 18.28 | 19.25 | 59.25 | - |
| YUV | 98 | 187.25 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 126 | 203 | 0.99 | 0.38 | 0 | 0.20 | 203.1 | 0.97 | 0.4 |
| Hex | 3 | 7E | CB | 63 | 26 | 0 | 14 | CB | 61 | 28 |
| Octal | 3 | 176 | 313 | 143 | 46 | 0 | 24 | 313 | 141 | 50 |
| Binary | 11 | 1111110 | 11001011 | 1100011 | 100110 | 0 | 10100 | 11001011 | 1100001 | 101000 |
Color Harmonies of #037ECB
Complementary color
Monochromatic Colors of #037ECB
Black with #037ECB
Text Example
Text Example
White with #037ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037ECB; }
p { color: rgb(3,126,203); }
H1.HeaderClassName
{
color: #037ECB;
}
.AnyTagClassName
{
color: #037ECB;
}
</style>
background-color css
<style>
a { background-color: #037ECB; }
a { background-color: rgb(3,126,203); }
div.DivClassName
{
background-color: #037ECB;
}
.BgClassName
{
background-color: #037ECB;
}
</style>
border-color css
<style>
span { border-color: #037ECB; }
span { border-color: rgb(3,126,203); }
td.TdClassName
{
border-color: #037ECB;
}
.TagClassName
{
border-color: #037ECB;
}
</style>