Shades of Navy Blue #036FBC
Tints of Navy Blue #036FBC
RGB
CMYK
RGB Variations
Color information
#036FBC (or 0x036FBC) is known color: Navy Blue. HEX triplet: 03, 6F and BC. RGB value is (3,111,188). Sum of RGB (Red+Green+Blue) = 3+111+188=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #036FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036FBC is #FC9043. Grayscale: #575757. Windows color (decimal): -16552004 or 12349187. OLE color: 12349187.
HSL color Cylindrical-coordinate representation of color #036FBC: hue angle of 204.97º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036FBC is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 111 | 188 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.26 |
| HSL | 204.97º | 0.97% | 0.37% | - |
| HSV(B) | 204.97º | 0.98% | 0.74% | - |
| XYZ | 14.8 | 15.02 | 49.7 | - |
| YUV | 87.49 | 184.72 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 188 | 0.98 | 0.41 | 0 | 0.26 | 204.97 | 0.97 | 0.37 |
| Hex | 3 | 6F | BC | 62 | 29 | 0 | 1A | CD | 61 | 25 |
| Octal | 3 | 157 | 274 | 142 | 51 | 0 | 32 | 315 | 141 | 45 |
| Binary | 11 | 1101111 | 10111100 | 1100010 | 101001 | 0 | 11010 | 11001101 | 1100001 | 100101 |
Color Harmonies of #036FBC
Complementary color
Monochromatic Colors of #036FBC
Black with #036FBC
Text Example
Text Example
White with #036FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036FBC; }
p { color: rgb(3,111,188); }
H1.HeaderClassName
{
color: #036FBC;
}
.AnyTagClassName
{
color: #036FBC;
}
</style>
background-color css
<style>
a { background-color: #036FBC; }
a { background-color: rgb(3,111,188); }
div.DivClassName
{
background-color: #036FBC;
}
.BgClassName
{
background-color: #036FBC;
}
</style>
border-color css
<style>
span { border-color: #036FBC; }
span { border-color: rgb(3,111,188); }
td.TdClassName
{
border-color: #036FBC;
}
.TagClassName
{
border-color: #036FBC;
}
</style>