Shades of Navy Blue #0463CB
Tints of Navy Blue #0463CB
RGB
CMYK
RGB Variations
Color information
#0463CB (or 0x0463CB) is known color: Navy Blue. HEX triplet: 04, 63 and CB. RGB value is (4,99,203). Sum of RGB (Red+Green+Blue) = 4+99+203=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #0463CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0463CB is #FB9C34. Grayscale: #515151. Windows color (decimal): -16489525 or 13329156. OLE color: 13329156.
HSL color Cylindrical-coordinate representation of color #0463CB: hue angle of 211.36º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0463CB is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 99 | 203 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.20 |
| HSL | 211.36º | 0.96% | 0.41% | - |
| HSV(B) | 211.36º | 0.98% | 0.8% | - |
| XYZ | 15.29 | 13.26 | 58.25 | - |
| YUV | 82.45 | 196.03 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 99 | 203 | 0.98 | 0.51 | 0 | 0.20 | 211.36 | 0.96 | 0.41 |
| Hex | 4 | 63 | CB | 62 | 33 | 0 | 14 | D3 | 60 | 29 |
| Octal | 4 | 143 | 313 | 142 | 63 | 0 | 24 | 323 | 140 | 51 |
| Binary | 100 | 1100011 | 11001011 | 1100010 | 110011 | 0 | 10100 | 11010011 | 1100000 | 101001 |
Color Harmonies of #0463CB
Complementary color
Monochromatic Colors of #0463CB
Black with #0463CB
Text Example
Text Example
White with #0463CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0463CB; }
p { color: rgb(4,99,203); }
H1.HeaderClassName
{
color: #0463CB;
}
.AnyTagClassName
{
color: #0463CB;
}
</style>
background-color css
<style>
a { background-color: #0463CB; }
a { background-color: rgb(4,99,203); }
div.DivClassName
{
background-color: #0463CB;
}
.BgClassName
{
background-color: #0463CB;
}
</style>
border-color css
<style>
span { border-color: #0463CB; }
span { border-color: rgb(4,99,203); }
td.TdClassName
{
border-color: #0463CB;
}
.TagClassName
{
border-color: #0463CB;
}
</style>