Shades of Navy Blue #036AD2
Tints of Navy Blue #036AD2
RGB
CMYK
RGB Variations
Color information
#036AD2 (or 0x036AD2) is known color: Navy Blue. HEX triplet: 03, 6A and D2. RGB value is (3,106,210). Sum of RGB (Red+Green+Blue) = 3+106+210=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 210 (82.42% from 255 or 65.83% from 319); Max value from RGB is 210 - color contains mainly: blue. Hex color #036AD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036AD2 is #FC952D. Grayscale: #565656. Windows color (decimal): -16553262 or 13789699. OLE color: 13789699.
HSL color Cylindrical-coordinate representation of color #036AD2: hue angle of 210.14º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036AD2 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 106 | 210 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.18 |
| HSL | 210.14º | 0.97% | 0.42% | - |
| HSV(B) | 210.14º | 0.99% | 0.82% | - |
| XYZ | 16.82 | 14.98 | 62.98 | - |
| YUV | 87.06 | 197.38 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 106 | 210 | 0.99 | 0.50 | 0 | 0.18 | 210.14 | 0.97 | 0.42 |
| Hex | 3 | 6A | D2 | 63 | 32 | 0 | 12 | D2 | 61 | 2A |
| Octal | 3 | 152 | 322 | 143 | 62 | 0 | 22 | 322 | 141 | 52 |
| Binary | 11 | 1101010 | 11010010 | 1100011 | 110010 | 0 | 10010 | 11010010 | 1100001 | 101010 |
Color Harmonies of #036AD2
Complementary color
Monochromatic Colors of #036AD2
Black with #036AD2
Text Example
Text Example
White with #036AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036AD2; }
p { color: rgb(3,106,210); }
H1.HeaderClassName
{
color: #036AD2;
}
.AnyTagClassName
{
color: #036AD2;
}
</style>
background-color css
<style>
a { background-color: #036AD2; }
a { background-color: rgb(3,106,210); }
div.DivClassName
{
background-color: #036AD2;
}
.BgClassName
{
background-color: #036AD2;
}
</style>
border-color css
<style>
span { border-color: #036AD2; }
span { border-color: rgb(3,106,210); }
td.TdClassName
{
border-color: #036AD2;
}
.TagClassName
{
border-color: #036AD2;
}
</style>