Shades of Navy Blue #037ECF
Tints of Navy Blue #037ECF
RGB
CMYK
RGB Variations
Color information
#037ECF (or 0x037ECF) is known color: Navy Blue. HEX triplet: 03, 7E and CF. RGB value is (3,126,207). Sum of RGB (Red+Green+Blue) = 3+126+207=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #037ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037ECF is #FC8130. Grayscale: #626262. Windows color (decimal): -16548145 or 13598211. OLE color: 13598211.
HSL color Cylindrical-coordinate representation of color #037ECF: hue angle of 203.82º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037ECF is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 126 | 207 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.19 |
| HSL | 203.82º | 0.97% | 0.41% | - |
| HSV(B) | 203.82º | 0.99% | 0.81% | - |
| XYZ | 18.76 | 19.45 | 61.8 | - |
| YUV | 98.46 | 189.25 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 126 | 207 | 0.99 | 0.39 | 0 | 0.19 | 203.82 | 0.97 | 0.41 |
| Hex | 3 | 7E | CF | 63 | 27 | 0 | 13 | CC | 61 | 29 |
| Octal | 3 | 176 | 317 | 143 | 47 | 0 | 23 | 314 | 141 | 51 |
| Binary | 11 | 1111110 | 11001111 | 1100011 | 100111 | 0 | 10011 | 11001100 | 1100001 | 101001 |
Color Harmonies of #037ECF
Complementary color
Monochromatic Colors of #037ECF
Black with #037ECF
Text Example
Text Example
White with #037ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037ECF; }
p { color: rgb(3,126,207); }
H1.HeaderClassName
{
color: #037ECF;
}
.AnyTagClassName
{
color: #037ECF;
}
</style>
background-color css
<style>
a { background-color: #037ECF; }
a { background-color: rgb(3,126,207); }
div.DivClassName
{
background-color: #037ECF;
}
.BgClassName
{
background-color: #037ECF;
}
</style>
border-color css
<style>
span { border-color: #037ECF; }
span { border-color: rgb(3,126,207); }
td.TdClassName
{
border-color: #037ECF;
}
.TagClassName
{
border-color: #037ECF;
}
</style>