Shades of Navy Blue #036CBB
Tints of Navy Blue #036CBB
RGB
CMYK
RGB Variations
Color information
#036CBB (or 0x036CBB) is known color: Navy Blue. HEX triplet: 03, 6C and BB. RGB value is (3,108,187). Sum of RGB (Red+Green+Blue) = 3+108+187=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #036CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036CBB is #FC9344. Grayscale: #555555. Windows color (decimal): -16552773 or 12282883. OLE color: 12282883.
HSL color Cylindrical-coordinate representation of color #036CBB: hue angle of 205.76º 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 #036CBB is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 108 | 187 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.27 |
| HSL | 205.76º | 0.97% | 0.37% | - |
| HSV(B) | 205.76º | 0.98% | 0.73% | - |
| XYZ | 14.37 | 14.33 | 49.02 | - |
| YUV | 85.61 | 185.21 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 187 | 0.98 | 0.42 | 0 | 0.27 | 205.76 | 0.97 | 0.37 |
| Hex | 3 | 6C | BB | 62 | 2A | 0 | 1B | CE | 61 | 25 |
| Octal | 3 | 154 | 273 | 142 | 52 | 0 | 33 | 316 | 141 | 45 |
| Binary | 11 | 1101100 | 10111011 | 1100010 | 101010 | 0 | 11011 | 11001110 | 1100001 | 100101 |
Color Harmonies of #036CBB
Complementary color
Monochromatic Colors of #036CBB
Black with #036CBB
Text Example
Text Example
White with #036CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036CBB; }
p { color: rgb(3,108,187); }
H1.HeaderClassName
{
color: #036CBB;
}
.AnyTagClassName
{
color: #036CBB;
}
</style>
background-color css
<style>
a { background-color: #036CBB; }
a { background-color: rgb(3,108,187); }
div.DivClassName
{
background-color: #036CBB;
}
.BgClassName
{
background-color: #036CBB;
}
</style>
border-color css
<style>
span { border-color: #036CBB; }
span { border-color: rgb(3,108,187); }
td.TdClassName
{
border-color: #036CBB;
}
.TagClassName
{
border-color: #036CBB;
}
</style>