Shades of Navy Blue #036EC9
Tints of Navy Blue #036EC9
RGB
CMYK
RGB Variations
Color information
#036EC9 (or 0x036EC9) is known color: Navy Blue. HEX triplet: 03, 6E and C9. RGB value is (3,110,201). Sum of RGB (Red+Green+Blue) = 3+110+201=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 201 (78.91% from 255 or 64.01% from 314); Max value from RGB is 201 - color contains mainly: blue. Hex color #036EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036EC9 is #FC9136. Grayscale: #575757. Windows color (decimal): -16552247 or 13200899. OLE color: 13200899.
HSL color Cylindrical-coordinate representation of color #036EC9: hue angle of 207.58º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036EC9 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 110 | 201 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.21 |
| HSL | 207.58º | 0.97% | 0.4% | - |
| HSV(B) | 207.58º | 0.99% | 0.79% | - |
| XYZ | 16.16 | 15.39 | 57.38 | - |
| YUV | 88.38 | 191.55 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 110 | 201 | 0.99 | 0.45 | 0 | 0.21 | 207.58 | 0.97 | 0.4 |
| Hex | 3 | 6E | C9 | 63 | 2D | 0 | 15 | D0 | 61 | 28 |
| Octal | 3 | 156 | 311 | 143 | 55 | 0 | 25 | 320 | 141 | 50 |
| Binary | 11 | 1101110 | 11001001 | 1100011 | 101101 | 0 | 10101 | 11010000 | 1100001 | 101000 |
Color Harmonies of #036EC9
Complementary color
Monochromatic Colors of #036EC9
Black with #036EC9
Text Example
Text Example
White with #036EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036EC9; }
p { color: rgb(3,110,201); }
H1.HeaderClassName
{
color: #036EC9;
}
.AnyTagClassName
{
color: #036EC9;
}
</style>
background-color css
<style>
a { background-color: #036EC9; }
a { background-color: rgb(3,110,201); }
div.DivClassName
{
background-color: #036EC9;
}
.BgClassName
{
background-color: #036EC9;
}
</style>
border-color css
<style>
span { border-color: #036EC9; }
span { border-color: rgb(3,110,201); }
td.TdClassName
{
border-color: #036EC9;
}
.TagClassName
{
border-color: #036EC9;
}
</style>