Shades of Navy Blue #036EE2
Tints of Navy Blue #036EE2
RGB
CMYK
RGB Variations
Color information
#036EE2 (or 0x036EE2) is known color: Navy Blue. HEX triplet: 03, 6E and E2. RGB value is (3,110,226). Sum of RGB (Red+Green+Blue) = 3+110+226=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 226 (88.67% from 255 or 66.67% from 339); Max value from RGB is 226 - color contains mainly: blue. Hex color #036EE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036EE2 is #FC911D. Grayscale: #5A5A5A. Windows color (decimal): -16552222 or 14839299. OLE color: 14839299.
HSL color Cylindrical-coordinate representation of color #036EE2: hue angle of 211.21º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036EE2 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 110 | 226 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.11 |
| HSL | 211.21º | 0.97% | 0.45% | - |
| HSV(B) | 211.21º | 0.99% | 0.89% | - |
| XYZ | 19.34 | 16.66 | 74.15 | - |
| YUV | 91.23 | 204.05 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 110 | 226 | 0.99 | 0.51 | 0 | 0.11 | 211.21 | 0.97 | 0.45 |
| Hex | 3 | 6E | E2 | 63 | 33 | 0 | B | D3 | 61 | 2D |
| Octal | 3 | 156 | 342 | 143 | 63 | 0 | 13 | 323 | 141 | 55 |
| Binary | 11 | 1101110 | 11100010 | 1100011 | 110011 | 0 | 1011 | 11010011 | 1100001 | 101101 |
Color Harmonies of #036EE2
Complementary color
Monochromatic Colors of #036EE2
Black with #036EE2
Text Example
Text Example
White with #036EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036EE2; }
p { color: rgb(3,110,226); }
H1.HeaderClassName
{
color: #036EE2;
}
.AnyTagClassName
{
color: #036EE2;
}
</style>
background-color css
<style>
a { background-color: #036EE2; }
a { background-color: rgb(3,110,226); }
div.DivClassName
{
background-color: #036EE2;
}
.BgClassName
{
background-color: #036EE2;
}
</style>
border-color css
<style>
span { border-color: #036EE2; }
span { border-color: rgb(3,110,226); }
td.TdClassName
{
border-color: #036EE2;
}
.TagClassName
{
border-color: #036EE2;
}
</style>