Shades of Navy Blue #0768CA
Tints of Navy Blue #0768CA
RGB
CMYK
RGB Variations
Color information
#0768CA (or 0x0768CA) is known color: Navy Blue. HEX triplet: 07, 68 and CA. RGB value is (7,104,202). Sum of RGB (Red+Green+Blue) = 7+104+202=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #0768CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0768CA is #F89735. Grayscale: #555555. Windows color (decimal): -16291638 or 13264903. OLE color: 13264903.
HSL color Cylindrical-coordinate representation of color #0768CA: hue angle of 210.15º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0768CA is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 104 | 202 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.21 |
| HSL | 210.15º | 0.93% | 0.41% | - |
| HSV(B) | 210.15º | 0.97% | 0.79% | - |
| XYZ | 15.7 | 14.21 | 57.79 | - |
| YUV | 86.17 | 193.36 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 202 | 0.97 | 0.49 | 0 | 0.21 | 210.15 | 0.93 | 0.41 |
| Hex | 7 | 68 | CA | 61 | 31 | 0 | 15 | D2 | 5D | 29 |
| Octal | 7 | 150 | 312 | 141 | 61 | 0 | 25 | 322 | 135 | 51 |
| Binary | 111 | 1101000 | 11001010 | 1100001 | 110001 | 0 | 10101 | 11010010 | 1011101 | 101001 |
Color Harmonies of #0768CA
Complementary color
Monochromatic Colors of #0768CA
Black with #0768CA
Text Example
Text Example
White with #0768CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0768CA; }
p { color: rgb(7,104,202); }
H1.HeaderClassName
{
color: #0768CA;
}
.AnyTagClassName
{
color: #0768CA;
}
</style>
background-color css
<style>
a { background-color: #0768CA; }
a { background-color: rgb(7,104,202); }
div.DivClassName
{
background-color: #0768CA;
}
.BgClassName
{
background-color: #0768CA;
}
</style>
border-color css
<style>
span { border-color: #0768CA; }
span { border-color: rgb(7,104,202); }
td.TdClassName
{
border-color: #0768CA;
}
.TagClassName
{
border-color: #0768CA;
}
</style>