Shades of Navy Blue #0764CD
Tints of Navy Blue #0764CD
RGB
CMYK
RGB Variations
Color information
#0764CD (or 0x0764CD) is known color: Navy Blue. HEX triplet: 07, 64 and CD. RGB value is (7,100,205). Sum of RGB (Red+Green+Blue) = 7+100+205=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 205 (80.47% from 255 or 65.71% from 312); Max value from RGB is 205 - color contains mainly: blue. Hex color #0764CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0764CD is #F89B32. Grayscale: #535353. Windows color (decimal): -16292659 or 13460487. OLE color: 13460487.
HSL color Cylindrical-coordinate representation of color #0764CD: hue angle of 211.82º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0764CD is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 100 | 205 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.20 |
| HSL | 211.82º | 0.93% | 0.42% | - |
| HSV(B) | 211.82º | 0.97% | 0.8% | - |
| XYZ | 15.66 | 13.57 | 59.55 | - |
| YUV | 84.16 | 196.19 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 205 | 0.97 | 0.51 | 0 | 0.20 | 211.82 | 0.93 | 0.42 |
| Hex | 7 | 64 | CD | 61 | 33 | 0 | 14 | D4 | 5D | 2A |
| Octal | 7 | 144 | 315 | 141 | 63 | 0 | 24 | 324 | 135 | 52 |
| Binary | 111 | 1100100 | 11001101 | 1100001 | 110011 | 0 | 10100 | 11010100 | 1011101 | 101010 |
Color Harmonies of #0764CD
Complementary color
Monochromatic Colors of #0764CD
Black with #0764CD
Text Example
Text Example
White with #0764CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0764CD; }
p { color: rgb(7,100,205); }
H1.HeaderClassName
{
color: #0764CD;
}
.AnyTagClassName
{
color: #0764CD;
}
</style>
background-color css
<style>
a { background-color: #0764CD; }
a { background-color: rgb(7,100,205); }
div.DivClassName
{
background-color: #0764CD;
}
.BgClassName
{
background-color: #0764CD;
}
</style>
border-color css
<style>
span { border-color: #0764CD; }
span { border-color: rgb(7,100,205); }
td.TdClassName
{
border-color: #0764CD;
}
.TagClassName
{
border-color: #0764CD;
}
</style>