Shades of Navy Blue #036DBB
Tints of Navy Blue #036DBB
RGB
CMYK
RGB Variations
Color information
#036DBB (or 0x036DBB) is known color: Navy Blue. HEX triplet: 03, 6D and BB. RGB value is (3,109,187). Sum of RGB (Red+Green+Blue) = 3+109+187=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #036DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036DBB is #FC9244. Grayscale: #555555. Windows color (decimal): -16552517 or 12283139. OLE color: 12283139.
HSL color Cylindrical-coordinate representation of color #036DBB: hue angle of 205.43º 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 #036DBB is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 109 | 187 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.27 |
| HSL | 205.43º | 0.97% | 0.37% | - |
| HSV(B) | 205.43º | 0.98% | 0.73% | - |
| XYZ | 14.48 | 14.54 | 49.06 | - |
| YUV | 86.2 | 184.88 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 187 | 0.98 | 0.42 | 0 | 0.27 | 205.43 | 0.97 | 0.37 |
| Hex | 3 | 6D | BB | 62 | 2A | 0 | 1B | CD | 61 | 25 |
| Octal | 3 | 155 | 273 | 142 | 52 | 0 | 33 | 315 | 141 | 45 |
| Binary | 11 | 1101101 | 10111011 | 1100010 | 101010 | 0 | 11011 | 11001101 | 1100001 | 100101 |
Color Harmonies of #036DBB
Complementary color
Monochromatic Colors of #036DBB
Black with #036DBB
Text Example
Text Example
White with #036DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036DBB; }
p { color: rgb(3,109,187); }
H1.HeaderClassName
{
color: #036DBB;
}
.AnyTagClassName
{
color: #036DBB;
}
</style>
background-color css
<style>
a { background-color: #036DBB; }
a { background-color: rgb(3,109,187); }
div.DivClassName
{
background-color: #036DBB;
}
.BgClassName
{
background-color: #036DBB;
}
</style>
border-color css
<style>
span { border-color: #036DBB; }
span { border-color: rgb(3,109,187); }
td.TdClassName
{
border-color: #036DBB;
}
.TagClassName
{
border-color: #036DBB;
}
</style>