Shades of Navy Blue #036EBB
Tints of Navy Blue #036EBB
RGB
CMYK
RGB Variations
Color information
#036EBB (or 0x036EBB) is known color: Navy Blue. HEX triplet: 03, 6E and BB. RGB value is (3,110,187). Sum of RGB (Red+Green+Blue) = 3+110+187=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #036EBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036EBB is #FC9144. Grayscale: #565656. Windows color (decimal): -16552261 or 12283395. OLE color: 12283395.
HSL color Cylindrical-coordinate representation of color #036EBB: hue angle of 205.11º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036EBB is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 110 | 187 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.27 |
| HSL | 205.11º | 0.97% | 0.37% | - |
| HSV(B) | 205.11º | 0.98% | 0.73% | - |
| XYZ | 14.58 | 14.76 | 49.09 | - |
| YUV | 86.79 | 184.55 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 110 | 187 | 0.98 | 0.41 | 0 | 0.27 | 205.11 | 0.97 | 0.37 |
| Hex | 3 | 6E | BB | 62 | 29 | 0 | 1B | CD | 61 | 25 |
| Octal | 3 | 156 | 273 | 142 | 51 | 0 | 33 | 315 | 141 | 45 |
| Binary | 11 | 1101110 | 10111011 | 1100010 | 101001 | 0 | 11011 | 11001101 | 1100001 | 100101 |
Color Harmonies of #036EBB
Complementary color
Monochromatic Colors of #036EBB
Black with #036EBB
Text Example
Text Example
White with #036EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036EBB; }
p { color: rgb(3,110,187); }
H1.HeaderClassName
{
color: #036EBB;
}
.AnyTagClassName
{
color: #036EBB;
}
</style>
background-color css
<style>
a { background-color: #036EBB; }
a { background-color: rgb(3,110,187); }
div.DivClassName
{
background-color: #036EBB;
}
.BgClassName
{
background-color: #036EBB;
}
</style>
border-color css
<style>
span { border-color: #036EBB; }
span { border-color: rgb(3,110,187); }
td.TdClassName
{
border-color: #036EBB;
}
.TagClassName
{
border-color: #036EBB;
}
</style>