Shades of Navy Blue #0682DD
Tints of Navy Blue #0682DD
RGB
CMYK
RGB Variations
Color information
#0682DD (or 0x0682DD) is known color: Navy Blue. HEX triplet: 06, 82 and DD. RGB value is (6,130,221). Sum of RGB (Red+Green+Blue) = 6+130+221=357 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #0682DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0682DD is #F97D22. Grayscale: #666666. Windows color (decimal): -16350499 or 14516742. OLE color: 14516742.
HSL color Cylindrical-coordinate representation of color #0682DD: hue angle of 205.4º degrees, saturation: 0.95, 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 #0682DD is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 130 | 221 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.13 |
| HSL | 205.4º | 0.95% | 0.45% | - |
| HSV(B) | 205.4º | 0.97% | 0.87% | - |
| XYZ | 21.11 | 21.22 | 71.39 | - |
| YUV | 103.3 | 194.42 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 221 | 0.97 | 0.41 | 0 | 0.13 | 205.4 | 0.95 | 0.45 |
| Hex | 6 | 82 | DD | 61 | 29 | 0 | D | CD | 5F | 2D |
| Octal | 6 | 202 | 335 | 141 | 51 | 0 | 15 | 315 | 137 | 55 |
| Binary | 110 | 10000010 | 11011101 | 1100001 | 101001 | 0 | 1101 | 11001101 | 1011111 | 101101 |
Color Harmonies of #0682DD
Complementary color
Monochromatic Colors of #0682DD
Black with #0682DD
Text Example
Text Example
White with #0682DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0682DD; }
p { color: rgb(6,130,221); }
H1.HeaderClassName
{
color: #0682DD;
}
.AnyTagClassName
{
color: #0682DD;
}
</style>
background-color css
<style>
a { background-color: #0682DD; }
a { background-color: rgb(6,130,221); }
div.DivClassName
{
background-color: #0682DD;
}
.BgClassName
{
background-color: #0682DD;
}
</style>
border-color css
<style>
span { border-color: #0682DD; }
span { border-color: rgb(6,130,221); }
td.TdClassName
{
border-color: #0682DD;
}
.TagClassName
{
border-color: #0682DD;
}
</style>