Shades of Navy Blue #0763DA
Tints of Navy Blue #0763DA
RGB
CMYK
RGB Variations
Color information
#0763DA (or 0x0763DA) is known color: Navy Blue. HEX triplet: 07, 63 and DA. RGB value is (7,99,218). Sum of RGB (Red+Green+Blue) = 7+99+218=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 218 (85.55% from 255 or 67.28% from 324); Max value from RGB is 218 - color contains mainly: blue. Hex color #0763DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0763DA is #F89C25. Grayscale: #545454. Windows color (decimal): -16292902 or 14312199. OLE color: 14312199.
HSL color Cylindrical-coordinate representation of color #0763DA: hue angle of 213.84º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0763DA is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 99 | 218 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.15 |
| HSL | 213.84º | 0.94% | 0.44% | - |
| HSV(B) | 213.84º | 0.97% | 0.85% | - |
| XYZ | 17.2 | 14.03 | 68.13 | - |
| YUV | 85.06 | 203.02 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 218 | 0.97 | 0.55 | 0 | 0.15 | 213.84 | 0.94 | 0.44 |
| Hex | 7 | 63 | DA | 61 | 37 | 0 | F | D6 | 5E | 2C |
| Octal | 7 | 143 | 332 | 141 | 67 | 0 | 17 | 326 | 136 | 54 |
| Binary | 111 | 1100011 | 11011010 | 1100001 | 110111 | 0 | 1111 | 11010110 | 1011110 | 101100 |
Color Harmonies of #0763DA
Complementary color
Monochromatic Colors of #0763DA
Black with #0763DA
Text Example
Text Example
White with #0763DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0763DA; }
p { color: rgb(7,99,218); }
H1.HeaderClassName
{
color: #0763DA;
}
.AnyTagClassName
{
color: #0763DA;
}
</style>
background-color css
<style>
a { background-color: #0763DA; }
a { background-color: rgb(7,99,218); }
div.DivClassName
{
background-color: #0763DA;
}
.BgClassName
{
background-color: #0763DA;
}
</style>
border-color css
<style>
span { border-color: #0763DA; }
span { border-color: rgb(7,99,218); }
td.TdClassName
{
border-color: #0763DA;
}
.TagClassName
{
border-color: #0763DA;
}
</style>