Shades of Navy Blue #0463F1
Tints of Navy Blue #0463F1
RGB
CMYK
RGB Variations
Color information
#0463F1 (or 0x0463F1) is known color: Navy Blue. HEX triplet: 04, 63 and F1. RGB value is (4,99,241). Sum of RGB (Red+Green+Blue) = 4+99+241=344 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 241 (94.53% from 255 or 70.06% from 344); Max value from RGB is 241 - color contains mainly: blue. Hex color #0463F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0463F1 is #FB9C0E. Grayscale: #565656. Windows color (decimal): -16489487 or 15819524. OLE color: 15819524.
HSL color Cylindrical-coordinate representation of color #0463F1: hue angle of 215.95º 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 #0463F1 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 99 | 241 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.05 |
| HSL | 215.95º | 0.97% | 0.48% | - |
| HSV(B) | 215.95º | 0.98% | 0.95% | - |
| XYZ | 20.39 | 15.3 | 85.1 | - |
| YUV | 86.78 | 215.03 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 99 | 241 | 0.98 | 0.59 | 0 | 0.05 | 215.95 | 0.97 | 0.48 |
| Hex | 4 | 63 | F1 | 62 | 3B | 0 | 5 | D8 | 61 | 30 |
| Octal | 4 | 143 | 361 | 142 | 73 | 0 | 5 | 330 | 141 | 60 |
| Binary | 100 | 1100011 | 11110001 | 1100010 | 111011 | 0 | 101 | 11011000 | 1100001 | 110000 |
Color Harmonies of #0463F1
Complementary color
Monochromatic Colors of #0463F1
Black with #0463F1
Text Example
Text Example
White with #0463F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0463F1; }
p { color: rgb(4,99,241); }
H1.HeaderClassName
{
color: #0463F1;
}
.AnyTagClassName
{
color: #0463F1;
}
</style>
background-color css
<style>
a { background-color: #0463F1; }
a { background-color: rgb(4,99,241); }
div.DivClassName
{
background-color: #0463F1;
}
.BgClassName
{
background-color: #0463F1;
}
</style>
border-color css
<style>
span { border-color: #0463F1; }
span { border-color: rgb(4,99,241); }
td.TdClassName
{
border-color: #0463F1;
}
.TagClassName
{
border-color: #0463F1;
}
</style>