Shades of Navy Blue #036AD5
Tints of Navy Blue #036AD5
RGB
CMYK
RGB Variations
Color information
#036AD5 (or 0x036AD5) is known color: Navy Blue. HEX triplet: 03, 6A and D5. RGB value is (3,106,213). Sum of RGB (Red+Green+Blue) = 3+106+213=322 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 213 (83.59% from 255 or 66.15% from 322); Max value from RGB is 213 - color contains mainly: blue. Hex color #036AD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036AD5 is #FC952A. Grayscale: #565656. Windows color (decimal): -16553259 or 13986307. OLE color: 13986307.
HSL color Cylindrical-coordinate representation of color #036AD5: hue angle of 210.57º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036AD5 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 106 | 213 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.16 |
| HSL | 210.57º | 0.97% | 0.42% | - |
| HSV(B) | 210.57º | 0.99% | 0.84% | - |
| XYZ | 17.2 | 15.13 | 64.96 | - |
| YUV | 87.4 | 198.88 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 106 | 213 | 0.99 | 0.50 | 0 | 0.16 | 210.57 | 0.97 | 0.42 |
| Hex | 3 | 6A | D5 | 63 | 32 | 0 | 10 | D3 | 61 | 2A |
| Octal | 3 | 152 | 325 | 143 | 62 | 0 | 20 | 323 | 141 | 52 |
| Binary | 11 | 1101010 | 11010101 | 1100011 | 110010 | 0 | 10000 | 11010011 | 1100001 | 101010 |
Color Harmonies of #036AD5
Complementary color
Monochromatic Colors of #036AD5
Black with #036AD5
Text Example
Text Example
White with #036AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036AD5; }
p { color: rgb(3,106,213); }
H1.HeaderClassName
{
color: #036AD5;
}
.AnyTagClassName
{
color: #036AD5;
}
</style>
background-color css
<style>
a { background-color: #036AD5; }
a { background-color: rgb(3,106,213); }
div.DivClassName
{
background-color: #036AD5;
}
.BgClassName
{
background-color: #036AD5;
}
</style>
border-color css
<style>
span { border-color: #036AD5; }
span { border-color: rgb(3,106,213); }
td.TdClassName
{
border-color: #036AD5;
}
.TagClassName
{
border-color: #036AD5;
}
</style>