Shades of Navy Blue #0763CF
Tints of Navy Blue #0763CF
RGB
CMYK
RGB Variations
Color information
#0763CF (or 0x0763CF) is known color: Navy Blue. HEX triplet: 07, 63 and CF. RGB value is (7,99,207). Sum of RGB (Red+Green+Blue) = 7+99+207=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #0763CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0763CF is #F89C30. Grayscale: #535353. Windows color (decimal): -16292913 or 13591303. OLE color: 13591303.
HSL color Cylindrical-coordinate representation of color #0763CF: hue angle of 212.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0763CF is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 99 | 207 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.19 |
| HSL | 212.4º | 0.93% | 0.42% | - |
| HSV(B) | 212.4º | 0.97% | 0.81% | - |
| XYZ | 15.81 | 13.47 | 60.8 | - |
| YUV | 83.8 | 197.52 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 207 | 0.97 | 0.52 | 0 | 0.19 | 212.4 | 0.93 | 0.42 |
| Hex | 7 | 63 | CF | 61 | 34 | 0 | 13 | D4 | 5D | 2A |
| Octal | 7 | 143 | 317 | 141 | 64 | 0 | 23 | 324 | 135 | 52 |
| Binary | 111 | 1100011 | 11001111 | 1100001 | 110100 | 0 | 10011 | 11010100 | 1011101 | 101010 |
Color Harmonies of #0763CF
Complementary color
Monochromatic Colors of #0763CF
Black with #0763CF
Text Example
Text Example
White with #0763CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0763CF; }
p { color: rgb(7,99,207); }
H1.HeaderClassName
{
color: #0763CF;
}
.AnyTagClassName
{
color: #0763CF;
}
</style>
background-color css
<style>
a { background-color: #0763CF; }
a { background-color: rgb(7,99,207); }
div.DivClassName
{
background-color: #0763CF;
}
.BgClassName
{
background-color: #0763CF;
}
</style>
border-color css
<style>
span { border-color: #0763CF; }
span { border-color: rgb(7,99,207); }
td.TdClassName
{
border-color: #0763CF;
}
.TagClassName
{
border-color: #0763CF;
}
</style>