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