Shades of Navy Blue #036DE3
Tints of Navy Blue #036DE3
RGB
CMYK
RGB Variations
Color information
#036DE3 (or 0x036DE3) is known color: Navy Blue. HEX triplet: 03, 6D and E3. RGB value is (3,109,227). Sum of RGB (Red+Green+Blue) = 3+109+227=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 227 (89.06% from 255 or 66.96% from 339); Max value from RGB is 227 - color contains mainly: blue. Hex color #036DE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036DE3 is #FC921C. Grayscale: #5A5A5A. Windows color (decimal): -16552477 or 14904579. OLE color: 14904579.
HSL color Cylindrical-coordinate representation of color #036DE3: hue angle of 211.61º 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 #036DE3 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 109 | 227 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.11 |
| HSL | 211.61º | 0.97% | 0.45% | - |
| HSV(B) | 211.61º | 0.99% | 0.89% | - |
| XYZ | 19.37 | 16.5 | 74.84 | - |
| YUV | 90.76 | 204.88 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 227 | 0.99 | 0.52 | 0 | 0.11 | 211.61 | 0.97 | 0.45 |
| Hex | 3 | 6D | E3 | 63 | 34 | 0 | B | D4 | 61 | 2D |
| Octal | 3 | 155 | 343 | 143 | 64 | 0 | 13 | 324 | 141 | 55 |
| Binary | 11 | 1101101 | 11100011 | 1100011 | 110100 | 0 | 1011 | 11010100 | 1100001 | 101101 |
Color Harmonies of #036DE3
Complementary color
Monochromatic Colors of #036DE3
Black with #036DE3
Text Example
Text Example
White with #036DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036DE3; }
p { color: rgb(3,109,227); }
H1.HeaderClassName
{
color: #036DE3;
}
.AnyTagClassName
{
color: #036DE3;
}
</style>
background-color css
<style>
a { background-color: #036DE3; }
a { background-color: rgb(3,109,227); }
div.DivClassName
{
background-color: #036DE3;
}
.BgClassName
{
background-color: #036DE3;
}
</style>
border-color css
<style>
span { border-color: #036DE3; }
span { border-color: rgb(3,109,227); }
td.TdClassName
{
border-color: #036DE3;
}
.TagClassName
{
border-color: #036DE3;
}
</style>