Shades of Navy Blue #0764CB
Tints of Navy Blue #0764CB
RGB
CMYK
RGB Variations
Color information
#0764CB (or 0x0764CB) is known color: Navy Blue. HEX triplet: 07, 64 and CB. RGB value is (7,100,203). Sum of RGB (Red+Green+Blue) = 7+100+203=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #0764CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0764CB is #F89B34. Grayscale: #535353. Windows color (decimal): -16292661 or 13329415. OLE color: 13329415.
HSL color Cylindrical-coordinate representation of color #0764CB: hue angle of 211.53º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0764CB is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 100 | 203 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.20 |
| HSL | 211.53º | 0.93% | 0.41% | - |
| HSV(B) | 211.53º | 0.97% | 0.8% | - |
| XYZ | 15.42 | 13.47 | 58.29 | - |
| YUV | 83.94 | 195.19 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 203 | 0.97 | 0.51 | 0 | 0.20 | 211.53 | 0.93 | 0.41 |
| Hex | 7 | 64 | CB | 61 | 33 | 0 | 14 | D4 | 5D | 29 |
| Octal | 7 | 144 | 313 | 141 | 63 | 0 | 24 | 324 | 135 | 51 |
| Binary | 111 | 1100100 | 11001011 | 1100001 | 110011 | 0 | 10100 | 11010100 | 1011101 | 101001 |
Color Harmonies of #0764CB
Complementary color
Monochromatic Colors of #0764CB
Black with #0764CB
Text Example
Text Example
White with #0764CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0764CB; }
p { color: rgb(7,100,203); }
H1.HeaderClassName
{
color: #0764CB;
}
.AnyTagClassName
{
color: #0764CB;
}
</style>
background-color css
<style>
a { background-color: #0764CB; }
a { background-color: rgb(7,100,203); }
div.DivClassName
{
background-color: #0764CB;
}
.BgClassName
{
background-color: #0764CB;
}
</style>
border-color css
<style>
span { border-color: #0764CB; }
span { border-color: rgb(7,100,203); }
td.TdClassName
{
border-color: #0764CB;
}
.TagClassName
{
border-color: #0764CB;
}
</style>