Shades of Navy Blue #036BE7
Tints of Navy Blue #036BE7
RGB
CMYK
RGB Variations
Color information
#036BE7 (or 0x036BE7) is known color: Navy Blue. HEX triplet: 03, 6B and E7. RGB value is (3,107,231). Sum of RGB (Red+Green+Blue) = 3+107+231=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 231 (90.62% from 255 or 67.74% from 341); Max value from RGB is 231 - color contains mainly: blue. Hex color #036BE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036BE7 is #FC9418. Grayscale: #595959. Windows color (decimal): -16552985 or 15166211. OLE color: 15166211.
HSL color Cylindrical-coordinate representation of color #036BE7: hue angle of 212.63º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036BE7 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 107 | 231 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.09 |
| HSL | 212.63º | 0.97% | 0.46% | - |
| HSV(B) | 212.63º | 0.99% | 0.91% | - |
| XYZ | 19.72 | 16.3 | 77.71 | - |
| YUV | 90.04 | 207.54 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 231 | 0.99 | 0.54 | 0 | 0.09 | 212.63 | 0.97 | 0.46 |
| Hex | 3 | 6B | E7 | 63 | 36 | 0 | 9 | D5 | 61 | 2E |
| Octal | 3 | 153 | 347 | 143 | 66 | 0 | 11 | 325 | 141 | 56 |
| Binary | 11 | 1101011 | 11100111 | 1100011 | 110110 | 0 | 1001 | 11010101 | 1100001 | 101110 |
Color Harmonies of #036BE7
Complementary color
Monochromatic Colors of #036BE7
Black with #036BE7
Text Example
Text Example
White with #036BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036BE7; }
p { color: rgb(3,107,231); }
H1.HeaderClassName
{
color: #036BE7;
}
.AnyTagClassName
{
color: #036BE7;
}
</style>
background-color css
<style>
a { background-color: #036BE7; }
a { background-color: rgb(3,107,231); }
div.DivClassName
{
background-color: #036BE7;
}
.BgClassName
{
background-color: #036BE7;
}
</style>
border-color css
<style>
span { border-color: #036BE7; }
span { border-color: rgb(3,107,231); }
td.TdClassName
{
border-color: #036BE7;
}
.TagClassName
{
border-color: #036BE7;
}
</style>