Shades of Navy Blue #036BB5
Tints of Navy Blue #036BB5
RGB
CMYK
RGB Variations
Color information
#036BB5 (or 0x036BB5) is known color: Navy Blue. HEX triplet: 03, 6B and B5. RGB value is (3,107,181). Sum of RGB (Red+Green+Blue) = 3+107+181=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 181 (71.09% from 255 or 62.20% from 291); Max value from RGB is 181 - color contains mainly: blue. Hex color #036BB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036BB5 is #FC944A. Grayscale: #535353. Windows color (decimal): -16553035 or 11889411. OLE color: 11889411.
HSL color Cylindrical-coordinate representation of color #036BB5: hue angle of 204.94º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036BB5 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 107 | 181 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.29 |
| HSL | 204.94º | 0.97% | 0.36% | - |
| HSV(B) | 204.94º | 0.98% | 0.71% | - |
| XYZ | 13.64 | 13.87 | 45.67 | - |
| YUV | 84.34 | 182.54 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 181 | 0.98 | 0.41 | 0 | 0.29 | 204.94 | 0.97 | 0.36 |
| Hex | 3 | 6B | B5 | 62 | 29 | 0 | 1D | CD | 61 | 24 |
| Octal | 3 | 153 | 265 | 142 | 51 | 0 | 35 | 315 | 141 | 44 |
| Binary | 11 | 1101011 | 10110101 | 1100010 | 101001 | 0 | 11101 | 11001101 | 1100001 | 100100 |
Color Harmonies of #036BB5
Complementary color
Monochromatic Colors of #036BB5
Black with #036BB5
Text Example
Text Example
White with #036BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036BB5; }
p { color: rgb(3,107,181); }
H1.HeaderClassName
{
color: #036BB5;
}
.AnyTagClassName
{
color: #036BB5;
}
</style>
background-color css
<style>
a { background-color: #036BB5; }
a { background-color: rgb(3,107,181); }
div.DivClassName
{
background-color: #036BB5;
}
.BgClassName
{
background-color: #036BB5;
}
</style>
border-color css
<style>
span { border-color: #036BB5; }
span { border-color: rgb(3,107,181); }
td.TdClassName
{
border-color: #036BB5;
}
.TagClassName
{
border-color: #036BB5;
}
</style>