Shades of Navy Blue #036DC2
Tints of Navy Blue #036DC2
RGB
CMYK
RGB Variations
Color information
#036DC2 (or 0x036DC2) is known color: Navy Blue. HEX triplet: 03, 6D and C2. RGB value is (3,109,194). Sum of RGB (Red+Green+Blue) = 3+109+194=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 194 (76.17% from 255 or 63.40% from 306); Max value from RGB is 194 - color contains mainly: blue. Hex color #036DC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036DC2 is #FC923D. Grayscale: #565656. Windows color (decimal): -16552510 or 12741891. OLE color: 12741891.
HSL color Cylindrical-coordinate representation of color #036DC2: hue angle of 206.7º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036DC2 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 109 | 194 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.24 |
| HSL | 206.7º | 0.97% | 0.39% | - |
| HSV(B) | 206.7º | 0.98% | 0.76% | - |
| XYZ | 15.24 | 14.85 | 53.1 | - |
| YUV | 87 | 188.38 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 194 | 0.98 | 0.44 | 0 | 0.24 | 206.7 | 0.97 | 0.39 |
| Hex | 3 | 6D | C2 | 62 | 2C | 0 | 18 | CF | 61 | 27 |
| Octal | 3 | 155 | 302 | 142 | 54 | 0 | 30 | 317 | 141 | 47 |
| Binary | 11 | 1101101 | 11000010 | 1100010 | 101100 | 0 | 11000 | 11001111 | 1100001 | 100111 |
Color Harmonies of #036DC2
Complementary color
Monochromatic Colors of #036DC2
Black with #036DC2
Text Example
Text Example
White with #036DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036DC2; }
p { color: rgb(3,109,194); }
H1.HeaderClassName
{
color: #036DC2;
}
.AnyTagClassName
{
color: #036DC2;
}
</style>
background-color css
<style>
a { background-color: #036DC2; }
a { background-color: rgb(3,109,194); }
div.DivClassName
{
background-color: #036DC2;
}
.BgClassName
{
background-color: #036DC2;
}
</style>
border-color css
<style>
span { border-color: #036DC2; }
span { border-color: rgb(3,109,194); }
td.TdClassName
{
border-color: #036DC2;
}
.TagClassName
{
border-color: #036DC2;
}
</style>