Shades of Navy Blue #0772C4
Tints of Navy Blue #0772C4
RGB
CMYK
RGB Variations
Color information
#0772C4 (or 0x0772C4) is known color: Navy Blue. HEX triplet: 07, 72 and C4. RGB value is (7,114,196). Sum of RGB (Red+Green+Blue) = 7+114+196=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 196 (76.95% from 255 or 61.83% from 317); Max value from RGB is 196 - color contains mainly: blue. Hex color #0772C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0772C4 is #F88D3B. Grayscale: #5A5A5A. Windows color (decimal): -16289084 or 12874247. OLE color: 12874247.
HSL color Cylindrical-coordinate representation of color #0772C4: hue angle of 206.03º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0772C4 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 114 | 196 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.23 |
| HSL | 206.03º | 0.93% | 0.4% | - |
| HSV(B) | 206.03º | 0.96% | 0.77% | - |
| XYZ | 16.07 | 16.07 | 54.48 | - |
| YUV | 91.36 | 187.05 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 196 | 0.96 | 0.42 | 0 | 0.23 | 206.03 | 0.93 | 0.4 |
| Hex | 7 | 72 | C4 | 60 | 2A | 0 | 17 | CE | 5D | 28 |
| Octal | 7 | 162 | 304 | 140 | 52 | 0 | 27 | 316 | 135 | 50 |
| Binary | 111 | 1110010 | 11000100 | 1100000 | 101010 | 0 | 10111 | 11001110 | 1011101 | 101000 |
Color Harmonies of #0772C4
Complementary color
Monochromatic Colors of #0772C4
Black with #0772C4
Text Example
Text Example
White with #0772C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0772C4; }
p { color: rgb(7,114,196); }
H1.HeaderClassName
{
color: #0772C4;
}
.AnyTagClassName
{
color: #0772C4;
}
</style>
background-color css
<style>
a { background-color: #0772C4; }
a { background-color: rgb(7,114,196); }
div.DivClassName
{
background-color: #0772C4;
}
.BgClassName
{
background-color: #0772C4;
}
</style>
border-color css
<style>
span { border-color: #0772C4; }
span { border-color: rgb(7,114,196); }
td.TdClassName
{
border-color: #0772C4;
}
.TagClassName
{
border-color: #0772C4;
}
</style>