Shades of Navy Blue #036DEB
Tints of Navy Blue #036DEB
RGB
CMYK
RGB Variations
Color information
#036DEB (or 0x036DEB) is known color: Navy Blue. HEX triplet: 03, 6D and EB. RGB value is (3,109,235). Sum of RGB (Red+Green+Blue) = 3+109+235=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 235 (92.19% from 255 or 67.72% from 347); Max value from RGB is 235 - color contains mainly: blue. Hex color #036DEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036DEB is #FC9214. Grayscale: #5B5B5B. Windows color (decimal): -16552469 or 15428867. OLE color: 15428867.
HSL color Cylindrical-coordinate representation of color #036DEB: hue angle of 212.59º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036DEB is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 109 | 235 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.08 |
| HSL | 212.59º | 0.97% | 0.47% | - |
| HSV(B) | 212.59º | 0.99% | 0.92% | - |
| XYZ | 20.5 | 16.95 | 80.79 | - |
| YUV | 91.67 | 208.88 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 235 | 0.99 | 0.54 | 0 | 0.08 | 212.59 | 0.97 | 0.47 |
| Hex | 3 | 6D | EB | 63 | 36 | 0 | 8 | D5 | 61 | 2F |
| Octal | 3 | 155 | 353 | 143 | 66 | 0 | 10 | 325 | 141 | 57 |
| Binary | 11 | 1101101 | 11101011 | 1100011 | 110110 | 0 | 1000 | 11010101 | 1100001 | 101111 |
Color Harmonies of #036DEB
Complementary color
Monochromatic Colors of #036DEB
Black with #036DEB
Text Example
Text Example
White with #036DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036DEB; }
p { color: rgb(3,109,235); }
H1.HeaderClassName
{
color: #036DEB;
}
.AnyTagClassName
{
color: #036DEB;
}
</style>
background-color css
<style>
a { background-color: #036DEB; }
a { background-color: rgb(3,109,235); }
div.DivClassName
{
background-color: #036DEB;
}
.BgClassName
{
background-color: #036DEB;
}
</style>
border-color css
<style>
span { border-color: #036DEB; }
span { border-color: rgb(3,109,235); }
td.TdClassName
{
border-color: #036DEB;
}
.TagClassName
{
border-color: #036DEB;
}
</style>