Shades of Navy Blue #036FEC
Tints of Navy Blue #036FEC
RGB
CMYK
RGB Variations
Color information
#036FEC (or 0x036FEC) is known color: Navy Blue. HEX triplet: 03, 6F and EC. RGB value is (3,111,236). Sum of RGB (Red+Green+Blue) = 3+111+236=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #036FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036FEC is #FC9013. Grayscale: #5C5C5C. Windows color (decimal): -16551956 or 15494915. OLE color: 15494915.
HSL color Cylindrical-coordinate representation of color #036FEC: hue angle of 212.19º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036FEC is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 111 | 236 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.07 |
| HSL | 212.19º | 0.97% | 0.47% | - |
| HSV(B) | 212.19º | 0.99% | 0.93% | - |
| XYZ | 20.86 | 17.44 | 81.62 | - |
| YUV | 92.96 | 208.72 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 236 | 0.99 | 0.53 | 0 | 0.07 | 212.19 | 0.97 | 0.47 |
| Hex | 3 | 6F | EC | 63 | 35 | 0 | 7 | D4 | 61 | 2F |
| Octal | 3 | 157 | 354 | 143 | 65 | 0 | 7 | 324 | 141 | 57 |
| Binary | 11 | 1101111 | 11101100 | 1100011 | 110101 | 0 | 111 | 11010100 | 1100001 | 101111 |
Color Harmonies of #036FEC
Complementary color
Monochromatic Colors of #036FEC
Black with #036FEC
Text Example
Text Example
White with #036FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036FEC; }
p { color: rgb(3,111,236); }
H1.HeaderClassName
{
color: #036FEC;
}
.AnyTagClassName
{
color: #036FEC;
}
</style>
background-color css
<style>
a { background-color: #036FEC; }
a { background-color: rgb(3,111,236); }
div.DivClassName
{
background-color: #036FEC;
}
.BgClassName
{
background-color: #036FEC;
}
</style>
border-color css
<style>
span { border-color: #036FEC; }
span { border-color: rgb(3,111,236); }
td.TdClassName
{
border-color: #036FEC;
}
.TagClassName
{
border-color: #036FEC;
}
</style>