Shades of Navy Blue #0463F2
Tints of Navy Blue #0463F2
RGB
CMYK
RGB Variations
Color information
#0463F2 (or 0x0463F2) is known color: Navy Blue. HEX triplet: 04, 63 and F2. RGB value is (4,99,242). Sum of RGB (Red+Green+Blue) = 4+99+242=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 242 (94.92% from 255 or 70.14% from 345); Max value from RGB is 242 - color contains mainly: blue. Hex color #0463F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0463F2 is #FB9C0D. Grayscale: #565656. Windows color (decimal): -16489486 or 15885060. OLE color: 15885060.
HSL color Cylindrical-coordinate representation of color #0463F2: hue angle of 216.05º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0463F2 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 99 | 242 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.05 |
| HSL | 216.05º | 0.97% | 0.48% | - |
| HSV(B) | 216.05º | 0.98% | 0.95% | - |
| XYZ | 20.54 | 15.36 | 85.89 | - |
| YUV | 86.9 | 215.53 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 99 | 242 | 0.98 | 0.59 | 0 | 0.05 | 216.05 | 0.97 | 0.48 |
| Hex | 4 | 63 | F2 | 62 | 3B | 0 | 5 | D8 | 61 | 30 |
| Octal | 4 | 143 | 362 | 142 | 73 | 0 | 5 | 330 | 141 | 60 |
| Binary | 100 | 1100011 | 11110010 | 1100010 | 111011 | 0 | 101 | 11011000 | 1100001 | 110000 |
Color Harmonies of #0463F2
Complementary color
Monochromatic Colors of #0463F2
Black with #0463F2
Text Example
Text Example
White with #0463F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0463F2; }
p { color: rgb(4,99,242); }
H1.HeaderClassName
{
color: #0463F2;
}
.AnyTagClassName
{
color: #0463F2;
}
</style>
background-color css
<style>
a { background-color: #0463F2; }
a { background-color: rgb(4,99,242); }
div.DivClassName
{
background-color: #0463F2;
}
.BgClassName
{
background-color: #0463F2;
}
</style>
border-color css
<style>
span { border-color: #0463F2; }
span { border-color: rgb(4,99,242); }
td.TdClassName
{
border-color: #0463F2;
}
.TagClassName
{
border-color: #0463F2;
}
</style>