Shades of Navy Blue #036BBE
Tints of Navy Blue #036BBE
RGB
CMYK
RGB Variations
Color information
#036BBE (or 0x036BBE) is known color: Navy Blue. HEX triplet: 03, 6B and BE. RGB value is (3,107,190). Sum of RGB (Red+Green+Blue) = 3+107+190=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #036BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036BBE is #FC9441. Grayscale: #545454. Windows color (decimal): -16553026 or 12479235. OLE color: 12479235.
HSL color Cylindrical-coordinate representation of color #036BBE: hue angle of 206.63º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036BBE is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 107 | 190 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.25 |
| HSL | 206.63º | 0.97% | 0.38% | - |
| HSV(B) | 206.63º | 0.98% | 0.75% | - |
| XYZ | 14.59 | 14.25 | 50.7 | - |
| YUV | 85.37 | 187.04 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 190 | 0.98 | 0.44 | 0 | 0.25 | 206.63 | 0.97 | 0.38 |
| Hex | 3 | 6B | BE | 62 | 2C | 0 | 19 | CF | 61 | 26 |
| Octal | 3 | 153 | 276 | 142 | 54 | 0 | 31 | 317 | 141 | 46 |
| Binary | 11 | 1101011 | 10111110 | 1100010 | 101100 | 0 | 11001 | 11001111 | 1100001 | 100110 |
Color Harmonies of #036BBE
Complementary color
Monochromatic Colors of #036BBE
Black with #036BBE
Text Example
Text Example
White with #036BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036BBE; }
p { color: rgb(3,107,190); }
H1.HeaderClassName
{
color: #036BBE;
}
.AnyTagClassName
{
color: #036BBE;
}
</style>
background-color css
<style>
a { background-color: #036BBE; }
a { background-color: rgb(3,107,190); }
div.DivClassName
{
background-color: #036BBE;
}
.BgClassName
{
background-color: #036BBE;
}
</style>
border-color css
<style>
span { border-color: #036BBE; }
span { border-color: rgb(3,107,190); }
td.TdClassName
{
border-color: #036BBE;
}
.TagClassName
{
border-color: #036BBE;
}
</style>