Shades of Navy Blue #0463EC
Tints of Navy Blue #0463EC
RGB
CMYK
RGB Variations
Color information
#0463EC (or 0x0463EC) is known color: Navy Blue. HEX triplet: 04, 63 and EC. RGB value is (4,99,236). Sum of RGB (Red+Green+Blue) = 4+99+236=339 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 339); Green value is 99 (39.06% from 255 or 29.20% 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 #0463EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0463EC is #FB9C13. Grayscale: #555555. Windows color (decimal): -16489492 or 15491844. OLE color: 15491844.
HSL color Cylindrical-coordinate representation of color #0463EC: hue angle of 215.43º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0463EC is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 99 | 236 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.07 |
| HSL | 215.43º | 0.97% | 0.47% | - |
| HSV(B) | 215.43º | 0.98% | 0.93% | - |
| XYZ | 19.65 | 15.01 | 81.22 | - |
| YUV | 86.21 | 212.53 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 99 | 236 | 0.98 | 0.58 | 0 | 0.07 | 215.43 | 0.97 | 0.47 |
| Hex | 4 | 63 | EC | 62 | 3A | 0 | 7 | D7 | 61 | 2F |
| Octal | 4 | 143 | 354 | 142 | 72 | 0 | 7 | 327 | 141 | 57 |
| Binary | 100 | 1100011 | 11101100 | 1100010 | 111010 | 0 | 111 | 11010111 | 1100001 | 101111 |
Color Harmonies of #0463EC
Complementary color
Monochromatic Colors of #0463EC
Black with #0463EC
Text Example
Text Example
White with #0463EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0463EC; }
p { color: rgb(4,99,236); }
H1.HeaderClassName
{
color: #0463EC;
}
.AnyTagClassName
{
color: #0463EC;
}
</style>
background-color css
<style>
a { background-color: #0463EC; }
a { background-color: rgb(4,99,236); }
div.DivClassName
{
background-color: #0463EC;
}
.BgClassName
{
background-color: #0463EC;
}
</style>
border-color css
<style>
span { border-color: #0463EC; }
span { border-color: rgb(4,99,236); }
td.TdClassName
{
border-color: #0463EC;
}
.TagClassName
{
border-color: #0463EC;
}
</style>