Shades of Navy Blue #036ED8
Tints of Navy Blue #036ED8
RGB
CMYK
RGB Variations
Color information
#036ED8 (or 0x036ED8) is known color: Navy Blue. HEX triplet: 03, 6E and D8. RGB value is (3,110,216). Sum of RGB (Red+Green+Blue) = 3+110+216=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 216 (84.77% from 255 or 65.65% from 329); Max value from RGB is 216 - color contains mainly: blue. Hex color #036ED8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036ED8 is #FC9127. Grayscale: #595959. Windows color (decimal): -16552232 or 14183939. OLE color: 14183939.
HSL color Cylindrical-coordinate representation of color #036ED8: hue angle of 209.86º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036ED8 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 110 | 216 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.15 |
| HSL | 209.86º | 0.97% | 0.43% | - |
| HSV(B) | 209.86º | 0.99% | 0.85% | - |
| XYZ | 18.01 | 16.13 | 67.13 | - |
| YUV | 90.09 | 199.05 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 110 | 216 | 0.99 | 0.49 | 0 | 0.15 | 209.86 | 0.97 | 0.43 |
| Hex | 3 | 6E | D8 | 63 | 31 | 0 | F | D2 | 61 | 2B |
| Octal | 3 | 156 | 330 | 143 | 61 | 0 | 17 | 322 | 141 | 53 |
| Binary | 11 | 1101110 | 11011000 | 1100011 | 110001 | 0 | 1111 | 11010010 | 1100001 | 101011 |
Color Harmonies of #036ED8
Complementary color
Monochromatic Colors of #036ED8
Black with #036ED8
Text Example
Text Example
White with #036ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036ED8; }
p { color: rgb(3,110,216); }
H1.HeaderClassName
{
color: #036ED8;
}
.AnyTagClassName
{
color: #036ED8;
}
</style>
background-color css
<style>
a { background-color: #036ED8; }
a { background-color: rgb(3,110,216); }
div.DivClassName
{
background-color: #036ED8;
}
.BgClassName
{
background-color: #036ED8;
}
</style>
border-color css
<style>
span { border-color: #036ED8; }
span { border-color: rgb(3,110,216); }
td.TdClassName
{
border-color: #036ED8;
}
.TagClassName
{
border-color: #036ED8;
}
</style>