Shades of Navy Blue #036EC7
Tints of Navy Blue #036EC7
RGB
CMYK
RGB Variations
Color information
#036EC7 (or 0x036EC7) is known color: Navy Blue. HEX triplet: 03, 6E and C7. RGB value is (3,110,199). Sum of RGB (Red+Green+Blue) = 3+110+199=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 199 (78.12% from 255 or 63.78% from 312); Max value from RGB is 199 - color contains mainly: blue. Hex color #036EC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036EC7 is #FC9138. Grayscale: #575757. Windows color (decimal): -16552249 or 13069827. OLE color: 13069827.
HSL color Cylindrical-coordinate representation of color #036EC7: hue angle of 207.24º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036EC7 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 110 | 199 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.22 |
| HSL | 207.24º | 0.97% | 0.4% | - |
| HSV(B) | 207.24º | 0.98% | 0.78% | - |
| XYZ | 15.92 | 15.29 | 56.15 | - |
| YUV | 88.15 | 190.55 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 110 | 199 | 0.98 | 0.45 | 0 | 0.22 | 207.24 | 0.97 | 0.4 |
| Hex | 3 | 6E | C7 | 62 | 2D | 0 | 16 | CF | 61 | 28 |
| Octal | 3 | 156 | 307 | 142 | 55 | 0 | 26 | 317 | 141 | 50 |
| Binary | 11 | 1101110 | 11000111 | 1100010 | 101101 | 0 | 10110 | 11001111 | 1100001 | 101000 |
Color Harmonies of #036EC7
Complementary color
Monochromatic Colors of #036EC7
Black with #036EC7
Text Example
Text Example
White with #036EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036EC7; }
p { color: rgb(3,110,199); }
H1.HeaderClassName
{
color: #036EC7;
}
.AnyTagClassName
{
color: #036EC7;
}
</style>
background-color css
<style>
a { background-color: #036EC7; }
a { background-color: rgb(3,110,199); }
div.DivClassName
{
background-color: #036EC7;
}
.BgClassName
{
background-color: #036EC7;
}
</style>
border-color css
<style>
span { border-color: #036EC7; }
span { border-color: rgb(3,110,199); }
td.TdClassName
{
border-color: #036EC7;
}
.TagClassName
{
border-color: #036EC7;
}
</style>