Shades of Navy Blue #036BBC
Tints of Navy Blue #036BBC
RGB
CMYK
RGB Variations
Color information
#036BBC (or 0x036BBC) is known color: Navy Blue. HEX triplet: 03, 6B and BC. RGB value is (3,107,188). Sum of RGB (Red+Green+Blue) = 3+107+188=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #036BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036BBC is #FC9443. Grayscale: #545454. Windows color (decimal): -16553028 or 12348163. OLE color: 12348163.
HSL color Cylindrical-coordinate representation of color #036BBC: hue angle of 206.27º 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 #036BBC is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 107 | 188 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.26 |
| HSL | 206.27º | 0.97% | 0.37% | - |
| HSV(B) | 206.27º | 0.98% | 0.74% | - |
| XYZ | 14.37 | 14.17 | 49.55 | - |
| YUV | 85.14 | 186.04 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 188 | 0.98 | 0.43 | 0 | 0.26 | 206.27 | 0.97 | 0.37 |
| Hex | 3 | 6B | BC | 62 | 2B | 0 | 1A | CE | 61 | 25 |
| Octal | 3 | 153 | 274 | 142 | 53 | 0 | 32 | 316 | 141 | 45 |
| Binary | 11 | 1101011 | 10111100 | 1100010 | 101011 | 0 | 11010 | 11001110 | 1100001 | 100101 |
Color Harmonies of #036BBC
Complementary color
Monochromatic Colors of #036BBC
Black with #036BBC
Text Example
Text Example
White with #036BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036BBC; }
p { color: rgb(3,107,188); }
H1.HeaderClassName
{
color: #036BBC;
}
.AnyTagClassName
{
color: #036BBC;
}
</style>
background-color css
<style>
a { background-color: #036BBC; }
a { background-color: rgb(3,107,188); }
div.DivClassName
{
background-color: #036BBC;
}
.BgClassName
{
background-color: #036BBC;
}
</style>
border-color css
<style>
span { border-color: #036BBC; }
span { border-color: rgb(3,107,188); }
td.TdClassName
{
border-color: #036BBC;
}
.TagClassName
{
border-color: #036BBC;
}
</style>