Shades of Navy Blue #036EDD
Tints of Navy Blue #036EDD
RGB
CMYK
RGB Variations
Color information
#036EDD (or 0x036EDD) is known color: Navy Blue. HEX triplet: 03, 6E and DD. RGB value is (3,110,221). Sum of RGB (Red+Green+Blue) = 3+110+221=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #036EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036EDD is #FC9122. Grayscale: #5A5A5A. Windows color (decimal): -16552227 or 14511619. OLE color: 14511619.
HSL color Cylindrical-coordinate representation of color #036EDD: hue angle of 210.55º 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 #036EDD is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 110 | 221 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.13 |
| HSL | 210.55º | 0.97% | 0.44% | - |
| HSV(B) | 210.55º | 0.99% | 0.87% | - |
| XYZ | 18.66 | 16.39 | 70.59 | - |
| YUV | 90.66 | 201.55 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 110 | 221 | 0.99 | 0.50 | 0 | 0.13 | 210.55 | 0.97 | 0.44 |
| Hex | 3 | 6E | DD | 63 | 32 | 0 | D | D3 | 61 | 2C |
| Octal | 3 | 156 | 335 | 143 | 62 | 0 | 15 | 323 | 141 | 54 |
| Binary | 11 | 1101110 | 11011101 | 1100011 | 110010 | 0 | 1101 | 11010011 | 1100001 | 101100 |
Color Harmonies of #036EDD
Complementary color
Monochromatic Colors of #036EDD
Black with #036EDD
Text Example
Text Example
White with #036EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036EDD; }
p { color: rgb(3,110,221); }
H1.HeaderClassName
{
color: #036EDD;
}
.AnyTagClassName
{
color: #036EDD;
}
</style>
background-color css
<style>
a { background-color: #036EDD; }
a { background-color: rgb(3,110,221); }
div.DivClassName
{
background-color: #036EDD;
}
.BgClassName
{
background-color: #036EDD;
}
</style>
border-color css
<style>
span { border-color: #036EDD; }
span { border-color: rgb(3,110,221); }
td.TdClassName
{
border-color: #036EDD;
}
.TagClassName
{
border-color: #036EDD;
}
</style>