Shades of Navy Blue #0780CB
Tints of Navy Blue #0780CB
RGB
CMYK
RGB Variations
Color information
#0780CB (or 0x0780CB) is known color: Navy Blue. HEX triplet: 07, 80 and CB. RGB value is (7,128,203). Sum of RGB (Red+Green+Blue) = 7+128+203=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #0780CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0780CB is #F87F34. Grayscale: #636363. Windows color (decimal): -16285493 or 13336583. OLE color: 13336583.
HSL color Cylindrical-coordinate representation of color #0780CB: hue angle of 202.96º 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 #0780CB is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 128 | 203 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.20 |
| HSL | 202.96º | 0.93% | 0.41% | - |
| HSV(B) | 202.96º | 0.97% | 0.8% | - |
| XYZ | 18.59 | 19.8 | 59.34 | - |
| YUV | 100.37 | 185.91 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 203 | 0.97 | 0.37 | 0 | 0.20 | 202.96 | 0.93 | 0.41 |
| Hex | 7 | 80 | CB | 61 | 25 | 0 | 14 | CB | 5D | 29 |
| Octal | 7 | 200 | 313 | 141 | 45 | 0 | 24 | 313 | 135 | 51 |
| Binary | 111 | 10000000 | 11001011 | 1100001 | 100101 | 0 | 10100 | 11001011 | 1011101 | 101001 |
Color Harmonies of #0780CB
Complementary color
Monochromatic Colors of #0780CB
Black with #0780CB
Text Example
Text Example
White with #0780CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0780CB; }
p { color: rgb(7,128,203); }
H1.HeaderClassName
{
color: #0780CB;
}
.AnyTagClassName
{
color: #0780CB;
}
</style>
background-color css
<style>
a { background-color: #0780CB; }
a { background-color: rgb(7,128,203); }
div.DivClassName
{
background-color: #0780CB;
}
.BgClassName
{
background-color: #0780CB;
}
</style>
border-color css
<style>
span { border-color: #0780CB; }
span { border-color: rgb(7,128,203); }
td.TdClassName
{
border-color: #0780CB;
}
.TagClassName
{
border-color: #0780CB;
}
</style>