Shades of Navy Blue #036BEB
Tints of Navy Blue #036BEB
RGB
CMYK
RGB Variations
Color information
#036BEB (or 0x036BEB) is known color: Navy Blue. HEX triplet: 03, 6B and EB. RGB value is (3,107,235). Sum of RGB (Red+Green+Blue) = 3+107+235=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #036BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036BEB is #FC9414. Grayscale: #595959. Windows color (decimal): -16552981 or 15428355. OLE color: 15428355.
HSL color Cylindrical-coordinate representation of color #036BEB: hue angle of 213.1º 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 #036BEB is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 107 | 235 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.08 |
| HSL | 213.1º | 0.97% | 0.47% | - |
| HSV(B) | 213.1º | 0.99% | 0.92% | - |
| XYZ | 20.29 | 16.53 | 80.72 | - |
| YUV | 90.5 | 209.54 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 235 | 0.99 | 0.54 | 0 | 0.08 | 213.1 | 0.97 | 0.47 |
| Hex | 3 | 6B | EB | 63 | 36 | 0 | 8 | D5 | 61 | 2F |
| Octal | 3 | 153 | 353 | 143 | 66 | 0 | 10 | 325 | 141 | 57 |
| Binary | 11 | 1101011 | 11101011 | 1100011 | 110110 | 0 | 1000 | 11010101 | 1100001 | 101111 |
Color Harmonies of #036BEB
Complementary color
Monochromatic Colors of #036BEB
Black with #036BEB
Text Example
Text Example
White with #036BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036BEB; }
p { color: rgb(3,107,235); }
H1.HeaderClassName
{
color: #036BEB;
}
.AnyTagClassName
{
color: #036BEB;
}
</style>
background-color css
<style>
a { background-color: #036BEB; }
a { background-color: rgb(3,107,235); }
div.DivClassName
{
background-color: #036BEB;
}
.BgClassName
{
background-color: #036BEB;
}
</style>
border-color css
<style>
span { border-color: #036BEB; }
span { border-color: rgb(3,107,235); }
td.TdClassName
{
border-color: #036BEB;
}
.TagClassName
{
border-color: #036BEB;
}
</style>