Shades of Navy Blue #036DCB
Tints of Navy Blue #036DCB
RGB
CMYK
RGB Variations
Color information
#036DCB (or 0x036DCB) is known color: Navy Blue. HEX triplet: 03, 6D and CB. RGB value is (3,109,203). Sum of RGB (Red+Green+Blue) = 3+109+203=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #036DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036DCB is #FC9234. Grayscale: #575757. Windows color (decimal): -16552501 or 13331715. OLE color: 13331715.
HSL color Cylindrical-coordinate representation of color #036DCB: hue angle of 208.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036DCB is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 109 | 203 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.20 |
| HSL | 208.2º | 0.97% | 0.4% | - |
| HSV(B) | 208.2º | 0.99% | 0.8% | - |
| XYZ | 16.29 | 15.27 | 58.59 | - |
| YUV | 88.02 | 192.88 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 203 | 0.99 | 0.46 | 0 | 0.20 | 208.2 | 0.97 | 0.4 |
| Hex | 3 | 6D | CB | 63 | 2E | 0 | 14 | D0 | 61 | 28 |
| Octal | 3 | 155 | 313 | 143 | 56 | 0 | 24 | 320 | 141 | 50 |
| Binary | 11 | 1101101 | 11001011 | 1100011 | 101110 | 0 | 10100 | 11010000 | 1100001 | 101000 |
Color Harmonies of #036DCB
Complementary color
Monochromatic Colors of #036DCB
Black with #036DCB
Text Example
Text Example
White with #036DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036DCB; }
p { color: rgb(3,109,203); }
H1.HeaderClassName
{
color: #036DCB;
}
.AnyTagClassName
{
color: #036DCB;
}
</style>
background-color css
<style>
a { background-color: #036DCB; }
a { background-color: rgb(3,109,203); }
div.DivClassName
{
background-color: #036DCB;
}
.BgClassName
{
background-color: #036DCB;
}
</style>
border-color css
<style>
span { border-color: #036DCB; }
span { border-color: rgb(3,109,203); }
td.TdClassName
{
border-color: #036DCB;
}
.TagClassName
{
border-color: #036DCB;
}
</style>