Shades of Navy Blue #036ACB
Tints of Navy Blue #036ACB
RGB
CMYK
RGB Variations
Color information
#036ACB (or 0x036ACB) is known color: Navy Blue. HEX triplet: 03, 6A and CB. RGB value is (3,106,203). Sum of RGB (Red+Green+Blue) = 3+106+203=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #036ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036ACB is #FC9534. Grayscale: #555555. Windows color (decimal): -16553269 or 13330947. OLE color: 13330947.
HSL color Cylindrical-coordinate representation of color #036ACB: hue angle of 209.1º 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 #036ACB is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 106 | 203 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.20 |
| HSL | 209.1º | 0.97% | 0.4% | - |
| HSV(B) | 209.1º | 0.99% | 0.8% | - |
| XYZ | 15.97 | 14.64 | 58.48 | - |
| YUV | 86.26 | 193.88 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 106 | 203 | 0.99 | 0.48 | 0 | 0.20 | 209.1 | 0.97 | 0.4 |
| Hex | 3 | 6A | CB | 63 | 30 | 0 | 14 | D1 | 61 | 28 |
| Octal | 3 | 152 | 313 | 143 | 60 | 0 | 24 | 321 | 141 | 50 |
| Binary | 11 | 1101010 | 11001011 | 1100011 | 110000 | 0 | 10100 | 11010001 | 1100001 | 101000 |
Color Harmonies of #036ACB
Complementary color
Monochromatic Colors of #036ACB
Black with #036ACB
Text Example
Text Example
White with #036ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036ACB; }
p { color: rgb(3,106,203); }
H1.HeaderClassName
{
color: #036ACB;
}
.AnyTagClassName
{
color: #036ACB;
}
</style>
background-color css
<style>
a { background-color: #036ACB; }
a { background-color: rgb(3,106,203); }
div.DivClassName
{
background-color: #036ACB;
}
.BgClassName
{
background-color: #036ACB;
}
</style>
border-color css
<style>
span { border-color: #036ACB; }
span { border-color: rgb(3,106,203); }
td.TdClassName
{
border-color: #036ACB;
}
.TagClassName
{
border-color: #036ACB;
}
</style>