Shades of Navy Blue #036DEC
Tints of Navy Blue #036DEC
RGB
CMYK
RGB Variations
Color information
#036DEC (or 0x036DEC) is known color: Navy Blue. HEX triplet: 03, 6D and EC. RGB value is (3,109,236). Sum of RGB (Red+Green+Blue) = 3+109+236=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #036DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036DEC is #FC9213. Grayscale: #5B5B5B. Windows color (decimal): -16552468 or 15494403. OLE color: 15494403.
HSL color Cylindrical-coordinate representation of color #036DEC: hue angle of 212.7º 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 #036DEC is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 109 | 236 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.07 |
| HSL | 212.7º | 0.97% | 0.47% | - |
| HSV(B) | 212.7º | 0.99% | 0.93% | - |
| XYZ | 20.65 | 17.01 | 81.55 | - |
| YUV | 91.78 | 209.38 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 236 | 0.99 | 0.54 | 0 | 0.07 | 212.7 | 0.97 | 0.47 |
| Hex | 3 | 6D | EC | 63 | 36 | 0 | 7 | D5 | 61 | 2F |
| Octal | 3 | 155 | 354 | 143 | 66 | 0 | 7 | 325 | 141 | 57 |
| Binary | 11 | 1101101 | 11101100 | 1100011 | 110110 | 0 | 111 | 11010101 | 1100001 | 101111 |
Color Harmonies of #036DEC
Complementary color
Monochromatic Colors of #036DEC
Black with #036DEC
Text Example
Text Example
White with #036DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036DEC; }
p { color: rgb(3,109,236); }
H1.HeaderClassName
{
color: #036DEC;
}
.AnyTagClassName
{
color: #036DEC;
}
</style>
background-color css
<style>
a { background-color: #036DEC; }
a { background-color: rgb(3,109,236); }
div.DivClassName
{
background-color: #036DEC;
}
.BgClassName
{
background-color: #036DEC;
}
</style>
border-color css
<style>
span { border-color: #036DEC; }
span { border-color: rgb(3,109,236); }
td.TdClassName
{
border-color: #036DEC;
}
.TagClassName
{
border-color: #036DEC;
}
</style>