Shades of Navy Blue #036BE1
Tints of Navy Blue #036BE1
RGB
CMYK
RGB Variations
Color information
#036BE1 (or 0x036BE1) is known color: Navy Blue. HEX triplet: 03, 6B and E1. RGB value is (3,107,225). Sum of RGB (Red+Green+Blue) = 3+107+225=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 225 (88.28% from 255 or 67.16% from 335); Max value from RGB is 225 - color contains mainly: blue. Hex color #036BE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036BE1 is #FC941E. Grayscale: #585858. Windows color (decimal): -16552991 or 14772995. OLE color: 14772995.
HSL color Cylindrical-coordinate representation of color #036BE1: hue angle of 211.89º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036BE1 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 107 | 225 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.12 |
| HSL | 211.89º | 0.97% | 0.45% | - |
| HSV(B) | 211.89º | 0.99% | 0.88% | - |
| XYZ | 18.89 | 15.97 | 73.32 | - |
| YUV | 89.36 | 204.54 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 225 | 0.99 | 0.52 | 0 | 0.12 | 211.89 | 0.97 | 0.45 |
| Hex | 3 | 6B | E1 | 63 | 34 | 0 | C | D4 | 61 | 2D |
| Octal | 3 | 153 | 341 | 143 | 64 | 0 | 14 | 324 | 141 | 55 |
| Binary | 11 | 1101011 | 11100001 | 1100011 | 110100 | 0 | 1100 | 11010100 | 1100001 | 101101 |
Color Harmonies of #036BE1
Complementary color
Monochromatic Colors of #036BE1
Black with #036BE1
Text Example
Text Example
White with #036BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036BE1; }
p { color: rgb(3,107,225); }
H1.HeaderClassName
{
color: #036BE1;
}
.AnyTagClassName
{
color: #036BE1;
}
</style>
background-color css
<style>
a { background-color: #036BE1; }
a { background-color: rgb(3,107,225); }
div.DivClassName
{
background-color: #036BE1;
}
.BgClassName
{
background-color: #036BE1;
}
</style>
border-color css
<style>
span { border-color: #036BE1; }
span { border-color: rgb(3,107,225); }
td.TdClassName
{
border-color: #036BE1;
}
.TagClassName
{
border-color: #036BE1;
}
</style>