Shades of Navy Blue #0780DD
Tints of Navy Blue #0780DD
RGB
CMYK
RGB Variations
Color information
#0780DD (or 0x0780DD) is known color: Navy Blue. HEX triplet: 07, 80 and DD. RGB value is (7,128,221). Sum of RGB (Red+Green+Blue) = 7+128+221=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #0780DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0780DD is #F87F22. Grayscale: #656565. Windows color (decimal): -16285475 or 14516231. OLE color: 14516231.
HSL color Cylindrical-coordinate representation of color #0780DD: hue angle of 206.07º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0780DD is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 128 | 221 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.13 |
| HSL | 206.07º | 0.94% | 0.45% | - |
| HSV(B) | 206.07º | 0.97% | 0.87% | - |
| XYZ | 20.86 | 20.7 | 71.3 | - |
| YUV | 102.42 | 194.91 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 221 | 0.97 | 0.42 | 0 | 0.13 | 206.07 | 0.94 | 0.45 |
| Hex | 7 | 80 | DD | 61 | 2A | 0 | D | CE | 5E | 2D |
| Octal | 7 | 200 | 335 | 141 | 52 | 0 | 15 | 316 | 136 | 55 |
| Binary | 111 | 10000000 | 11011101 | 1100001 | 101010 | 0 | 1101 | 11001110 | 1011110 | 101101 |
Color Harmonies of #0780DD
Complementary color
Monochromatic Colors of #0780DD
Black with #0780DD
Text Example
Text Example
White with #0780DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0780DD; }
p { color: rgb(7,128,221); }
H1.HeaderClassName
{
color: #0780DD;
}
.AnyTagClassName
{
color: #0780DD;
}
</style>
background-color css
<style>
a { background-color: #0780DD; }
a { background-color: rgb(7,128,221); }
div.DivClassName
{
background-color: #0780DD;
}
.BgClassName
{
background-color: #0780DD;
}
</style>
border-color css
<style>
span { border-color: #0780DD; }
span { border-color: rgb(7,128,221); }
td.TdClassName
{
border-color: #0780DD;
}
.TagClassName
{
border-color: #0780DD;
}
</style>