Shades of Navy Blue #036EEC
Tints of Navy Blue #036EEC
RGB
CMYK
RGB Variations
Color information
#036EEC (or 0x036EEC) is known color: Navy Blue. HEX triplet: 03, 6E and EC. RGB value is (3,110,236). Sum of RGB (Red+Green+Blue) = 3+110+236=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #036EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036EEC is #FC9113. Grayscale: #5B5B5B. Windows color (decimal): -16552212 or 15494659. OLE color: 15494659.
HSL color Cylindrical-coordinate representation of color #036EEC: hue angle of 212.45º 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 #036EEC is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 110 | 236 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.07 |
| HSL | 212.45º | 0.97% | 0.47% | - |
| HSV(B) | 212.45º | 0.99% | 0.93% | - |
| XYZ | 20.75 | 17.23 | 81.59 | - |
| YUV | 92.37 | 209.05 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 110 | 236 | 0.99 | 0.53 | 0 | 0.07 | 212.45 | 0.97 | 0.47 |
| Hex | 3 | 6E | EC | 63 | 35 | 0 | 7 | D4 | 61 | 2F |
| Octal | 3 | 156 | 354 | 143 | 65 | 0 | 7 | 324 | 141 | 57 |
| Binary | 11 | 1101110 | 11101100 | 1100011 | 110101 | 0 | 111 | 11010100 | 1100001 | 101111 |
Color Harmonies of #036EEC
Complementary color
Monochromatic Colors of #036EEC
Black with #036EEC
Text Example
Text Example
White with #036EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036EEC; }
p { color: rgb(3,110,236); }
H1.HeaderClassName
{
color: #036EEC;
}
.AnyTagClassName
{
color: #036EEC;
}
</style>
background-color css
<style>
a { background-color: #036EEC; }
a { background-color: rgb(3,110,236); }
div.DivClassName
{
background-color: #036EEC;
}
.BgClassName
{
background-color: #036EEC;
}
</style>
border-color css
<style>
span { border-color: #036EEC; }
span { border-color: rgb(3,110,236); }
td.TdClassName
{
border-color: #036EEC;
}
.TagClassName
{
border-color: #036EEC;
}
</style>