Shades of Navy Blue #036AD0
Tints of Navy Blue #036AD0
RGB
CMYK
RGB Variations
Color information
#036AD0 (or 0x036AD0) is known color: Navy Blue. HEX triplet: 03, 6A and D0. RGB value is (3,106,208). Sum of RGB (Red+Green+Blue) = 3+106+208=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 208 (81.64% from 255 or 65.62% from 317); Max value from RGB is 208 - color contains mainly: blue. Hex color #036AD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036AD0 is #FC952F. Grayscale: #565656. Windows color (decimal): -16553264 or 13658627. OLE color: 13658627.
HSL color Cylindrical-coordinate representation of color #036AD0: hue angle of 209.85º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036AD0 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 106 | 208 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.18 |
| HSL | 209.85º | 0.97% | 0.41% | - |
| HSV(B) | 209.85º | 0.99% | 0.82% | - |
| XYZ | 16.58 | 14.88 | 61.67 | - |
| YUV | 86.83 | 196.38 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 106 | 208 | 0.99 | 0.49 | 0 | 0.18 | 209.85 | 0.97 | 0.41 |
| Hex | 3 | 6A | D0 | 63 | 31 | 0 | 12 | D2 | 61 | 29 |
| Octal | 3 | 152 | 320 | 143 | 61 | 0 | 22 | 322 | 141 | 51 |
| Binary | 11 | 1101010 | 11010000 | 1100011 | 110001 | 0 | 10010 | 11010010 | 1100001 | 101001 |
Color Harmonies of #036AD0
Complementary color
Monochromatic Colors of #036AD0
Black with #036AD0
Text Example
Text Example
White with #036AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036AD0; }
p { color: rgb(3,106,208); }
H1.HeaderClassName
{
color: #036AD0;
}
.AnyTagClassName
{
color: #036AD0;
}
</style>
background-color css
<style>
a { background-color: #036AD0; }
a { background-color: rgb(3,106,208); }
div.DivClassName
{
background-color: #036AD0;
}
.BgClassName
{
background-color: #036AD0;
}
</style>
border-color css
<style>
span { border-color: #036AD0; }
span { border-color: rgb(3,106,208); }
td.TdClassName
{
border-color: #036AD0;
}
.TagClassName
{
border-color: #036AD0;
}
</style>