Shades of Navy Blue #0782DD
Tints of Navy Blue #0782DD
RGB
CMYK
RGB Variations
Color information
#0782DD (or 0x0782DD) is known color: Navy Blue. HEX triplet: 07, 82 and DD. RGB value is (7,130,221). Sum of RGB (Red+Green+Blue) = 7+130+221=358 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #0782DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0782DD is #F87D22. Grayscale: #676767. Windows color (decimal): -16284963 or 14516743. OLE color: 14516743.
HSL color Cylindrical-coordinate representation of color #0782DD: hue angle of 205.51º 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 #0782DD is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 130 | 221 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.13 |
| HSL | 205.51º | 0.94% | 0.45% | - |
| HSV(B) | 205.51º | 0.97% | 0.87% | - |
| XYZ | 21.12 | 21.23 | 71.39 | - |
| YUV | 103.6 | 194.25 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 130 | 221 | 0.97 | 0.41 | 0 | 0.13 | 205.51 | 0.94 | 0.45 |
| Hex | 7 | 82 | DD | 61 | 29 | 0 | D | CE | 5E | 2D |
| Octal | 7 | 202 | 335 | 141 | 51 | 0 | 15 | 316 | 136 | 55 |
| Binary | 111 | 10000010 | 11011101 | 1100001 | 101001 | 0 | 1101 | 11001110 | 1011110 | 101101 |
Color Harmonies of #0782DD
Complementary color
Monochromatic Colors of #0782DD
Black with #0782DD
Text Example
Text Example
White with #0782DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0782DD; }
p { color: rgb(7,130,221); }
H1.HeaderClassName
{
color: #0782DD;
}
.AnyTagClassName
{
color: #0782DD;
}
</style>
background-color css
<style>
a { background-color: #0782DD; }
a { background-color: rgb(7,130,221); }
div.DivClassName
{
background-color: #0782DD;
}
.BgClassName
{
background-color: #0782DD;
}
</style>
border-color css
<style>
span { border-color: #0782DD; }
span { border-color: rgb(7,130,221); }
td.TdClassName
{
border-color: #0782DD;
}
.TagClassName
{
border-color: #0782DD;
}
</style>