Shades of Navy Blue #0364EC
Tints of Navy Blue #0364EC
RGB
CMYK
RGB Variations
Color information
#0364EC (or 0x0364EC) is known color: Navy Blue. HEX triplet: 03, 64 and EC. RGB value is (3,100,236). Sum of RGB (Red+Green+Blue) = 3+100+236=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 236 (92.58% from 255 or 69.62% from 339); Max value from RGB is 236 - color contains mainly: blue. Hex color #0364EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0364EC is #FC9B13. Grayscale: #555555. Windows color (decimal): -16554772 or 15492099. OLE color: 15492099.
HSL color Cylindrical-coordinate representation of color #0364EC: hue angle of 215.02º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0364EC is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 100 | 236 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.07 |
| HSL | 215.02º | 0.97% | 0.47% | - |
| HSV(B) | 215.02º | 0.99% | 0.93% | - |
| XYZ | 19.74 | 15.19 | 81.25 | - |
| YUV | 86.5 | 212.36 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 236 | 0.99 | 0.58 | 0 | 0.07 | 215.02 | 0.97 | 0.47 |
| Hex | 3 | 64 | EC | 63 | 3A | 0 | 7 | D7 | 61 | 2F |
| Octal | 3 | 144 | 354 | 143 | 72 | 0 | 7 | 327 | 141 | 57 |
| Binary | 11 | 1100100 | 11101100 | 1100011 | 111010 | 0 | 111 | 11010111 | 1100001 | 101111 |
Color Harmonies of #0364EC
Complementary color
Monochromatic Colors of #0364EC
Black with #0364EC
Text Example
Text Example
White with #0364EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0364EC; }
p { color: rgb(3,100,236); }
H1.HeaderClassName
{
color: #0364EC;
}
.AnyTagClassName
{
color: #0364EC;
}
</style>
background-color css
<style>
a { background-color: #0364EC; }
a { background-color: rgb(3,100,236); }
div.DivClassName
{
background-color: #0364EC;
}
.BgClassName
{
background-color: #0364EC;
}
</style>
border-color css
<style>
span { border-color: #0364EC; }
span { border-color: rgb(3,100,236); }
td.TdClassName
{
border-color: #0364EC;
}
.TagClassName
{
border-color: #0364EC;
}
</style>