Shades of Navy Blue #0772BD
Tints of Navy Blue #0772BD
RGB
CMYK
RGB Variations
Color information
#0772BD (or 0x0772BD) is known color: Navy Blue. HEX triplet: 07, 72 and BD. RGB value is (7,114,189). Sum of RGB (Red+Green+Blue) = 7+114+189=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 189 (74.22% from 255 or 60.97% from 310); Max value from RGB is 189 - color contains mainly: blue. Hex color #0772BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0772BD is #F88D42. Grayscale: #5A5A5A. Windows color (decimal): -16289091 or 12415495. OLE color: 12415495.
HSL color Cylindrical-coordinate representation of color #0772BD: hue angle of 204.73º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0772BD is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 114 | 189 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.26 |
| HSL | 204.73º | 0.93% | 0.38% | - |
| HSV(B) | 204.73º | 0.96% | 0.74% | - |
| XYZ | 15.29 | 15.75 | 50.38 | - |
| YUV | 90.56 | 183.55 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 189 | 0.96 | 0.40 | 0 | 0.26 | 204.73 | 0.93 | 0.38 |
| Hex | 7 | 72 | BD | 60 | 28 | 0 | 1A | CD | 5D | 26 |
| Octal | 7 | 162 | 275 | 140 | 50 | 0 | 32 | 315 | 135 | 46 |
| Binary | 111 | 1110010 | 10111101 | 1100000 | 101000 | 0 | 11010 | 11001101 | 1011101 | 100110 |
Color Harmonies of #0772BD
Complementary color
Monochromatic Colors of #0772BD
Black with #0772BD
Text Example
Text Example
White with #0772BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0772BD; }
p { color: rgb(7,114,189); }
H1.HeaderClassName
{
color: #0772BD;
}
.AnyTagClassName
{
color: #0772BD;
}
</style>
background-color css
<style>
a { background-color: #0772BD; }
a { background-color: rgb(7,114,189); }
div.DivClassName
{
background-color: #0772BD;
}
.BgClassName
{
background-color: #0772BD;
}
</style>
border-color css
<style>
span { border-color: #0772BD; }
span { border-color: rgb(7,114,189); }
td.TdClassName
{
border-color: #0772BD;
}
.TagClassName
{
border-color: #0772BD;
}
</style>