Shades of Navy Blue #0780CC
Tints of Navy Blue #0780CC
RGB
CMYK
RGB Variations
Color information
#0780CC (or 0x0780CC) is known color: Navy Blue. HEX triplet: 07, 80 and CC. RGB value is (7,128,204). Sum of RGB (Red+Green+Blue) = 7+128+204=339 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #0780CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0780CC is #F87F33. Grayscale: #646464. Windows color (decimal): -16285492 or 13402119. OLE color: 13402119.
HSL color Cylindrical-coordinate representation of color #0780CC: hue angle of 203.15º 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 #0780CC is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 128 | 204 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.2 |
| HSL | 203.15º | 0.93% | 0.41% | - |
| HSV(B) | 203.15º | 0.97% | 0.8% | - |
| XYZ | 18.71 | 19.84 | 59.97 | - |
| YUV | 100.49 | 186.41 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 204 | 0.97 | 0.37 | 0 | 0.2 | 203.15 | 0.93 | 0.41 |
| Hex | 7 | 80 | CC | 61 | 25 | 0 | 14 | CB | 5D | 29 |
| Octal | 7 | 200 | 314 | 141 | 45 | 0 | 24 | 313 | 135 | 51 |
| Binary | 111 | 10000000 | 11001100 | 1100001 | 100101 | 0 | 10100 | 11001011 | 1011101 | 101001 |
Color Harmonies of #0780CC
Complementary color
Monochromatic Colors of #0780CC
Black with #0780CC
Text Example
Text Example
White with #0780CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0780CC; }
p { color: rgb(7,128,204); }
H1.HeaderClassName
{
color: #0780CC;
}
.AnyTagClassName
{
color: #0780CC;
}
</style>
background-color css
<style>
a { background-color: #0780CC; }
a { background-color: rgb(7,128,204); }
div.DivClassName
{
background-color: #0780CC;
}
.BgClassName
{
background-color: #0780CC;
}
</style>
border-color css
<style>
span { border-color: #0780CC; }
span { border-color: rgb(7,128,204); }
td.TdClassName
{
border-color: #0780CC;
}
.TagClassName
{
border-color: #0780CC;
}
</style>