Shades of Navy Blue #036DDE
Tints of Navy Blue #036DDE
RGB
CMYK
RGB Variations
Color information
#036DDE (or 0x036DDE) is known color: Navy Blue. HEX triplet: 03, 6D and DE. RGB value is (3,109,222). Sum of RGB (Red+Green+Blue) = 3+109+222=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 222 (87.11% from 255 or 66.47% from 334); Max value from RGB is 222 - color contains mainly: blue. Hex color #036DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036DDE is #FC9221. Grayscale: #595959. Windows color (decimal): -16552482 or 14576899. OLE color: 14576899.
HSL color Cylindrical-coordinate representation of color #036DDE: hue angle of 210.96º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036DDE is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 109 | 222 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.13 |
| HSL | 210.96º | 0.97% | 0.44% | - |
| HSV(B) | 210.96º | 0.99% | 0.87% | - |
| XYZ | 18.69 | 16.23 | 71.25 | - |
| YUV | 90.19 | 202.38 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 222 | 0.99 | 0.51 | 0 | 0.13 | 210.96 | 0.97 | 0.44 |
| Hex | 3 | 6D | DE | 63 | 33 | 0 | D | D3 | 61 | 2C |
| Octal | 3 | 155 | 336 | 143 | 63 | 0 | 15 | 323 | 141 | 54 |
| Binary | 11 | 1101101 | 11011110 | 1100011 | 110011 | 0 | 1101 | 11010011 | 1100001 | 101100 |
Color Harmonies of #036DDE
Complementary color
Monochromatic Colors of #036DDE
Black with #036DDE
Text Example
Text Example
White with #036DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036DDE; }
p { color: rgb(3,109,222); }
H1.HeaderClassName
{
color: #036DDE;
}
.AnyTagClassName
{
color: #036DDE;
}
</style>
background-color css
<style>
a { background-color: #036DDE; }
a { background-color: rgb(3,109,222); }
div.DivClassName
{
background-color: #036DDE;
}
.BgClassName
{
background-color: #036DDE;
}
</style>
border-color css
<style>
span { border-color: #036DDE; }
span { border-color: rgb(3,109,222); }
td.TdClassName
{
border-color: #036DDE;
}
.TagClassName
{
border-color: #036DDE;
}
</style>