Shades of Navy Blue #036ECC
Tints of Navy Blue #036ECC
RGB
CMYK
RGB Variations
Color information
#036ECC (or 0x036ECC) is known color: Navy Blue. HEX triplet: 03, 6E and CC. RGB value is (3,110,204). Sum of RGB (Red+Green+Blue) = 3+110+204=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #036ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036ECC is #FC9133. Grayscale: #585858. Windows color (decimal): -16552244 or 13397507. OLE color: 13397507.
HSL color Cylindrical-coordinate representation of color #036ECC: hue angle of 208.06º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036ECC is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 110 | 204 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.2 |
| HSL | 208.06º | 0.97% | 0.41% | - |
| HSV(B) | 208.06º | 0.99% | 0.8% | - |
| XYZ | 16.51 | 15.53 | 59.25 | - |
| YUV | 88.72 | 193.05 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 110 | 204 | 0.99 | 0.46 | 0 | 0.2 | 208.06 | 0.97 | 0.41 |
| Hex | 3 | 6E | CC | 63 | 2E | 0 | 14 | D0 | 61 | 29 |
| Octal | 3 | 156 | 314 | 143 | 56 | 0 | 24 | 320 | 141 | 51 |
| Binary | 11 | 1101110 | 11001100 | 1100011 | 101110 | 0 | 10100 | 11010000 | 1100001 | 101001 |
Color Harmonies of #036ECC
Complementary color
Monochromatic Colors of #036ECC
Black with #036ECC
Text Example
Text Example
White with #036ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036ECC; }
p { color: rgb(3,110,204); }
H1.HeaderClassName
{
color: #036ECC;
}
.AnyTagClassName
{
color: #036ECC;
}
</style>
background-color css
<style>
a { background-color: #036ECC; }
a { background-color: rgb(3,110,204); }
div.DivClassName
{
background-color: #036ECC;
}
.BgClassName
{
background-color: #036ECC;
}
</style>
border-color css
<style>
span { border-color: #036ECC; }
span { border-color: rgb(3,110,204); }
td.TdClassName
{
border-color: #036ECC;
}
.TagClassName
{
border-color: #036ECC;
}
</style>