Shades of Navy Blue #0682CD
Tints of Navy Blue #0682CD
RGB
CMYK
RGB Variations
Color information
#0682CD (or 0x0682CD) is known color: Navy Blue. HEX triplet: 06, 82 and CD. RGB value is (6,130,205). Sum of RGB (Red+Green+Blue) = 6+130+205=341 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #0682CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0682CD is #F97D32. Grayscale: #656565. Windows color (decimal): -16350515 or 13468166. OLE color: 13468166.
HSL color Cylindrical-coordinate representation of color #0682CD: hue angle of 202.61º degrees, saturation: 0.94, 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 #0682CD is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 130 | 205 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.20 |
| HSL | 202.61º | 0.94% | 0.41% | - |
| HSV(B) | 202.61º | 0.97% | 0.8% | - |
| XYZ | 19.08 | 20.41 | 60.69 | - |
| YUV | 101.47 | 186.42 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 205 | 0.97 | 0.37 | 0 | 0.20 | 202.61 | 0.94 | 0.41 |
| Hex | 6 | 82 | CD | 61 | 25 | 0 | 14 | CB | 5E | 29 |
| Octal | 6 | 202 | 315 | 141 | 45 | 0 | 24 | 313 | 136 | 51 |
| Binary | 110 | 10000010 | 11001101 | 1100001 | 100101 | 0 | 10100 | 11001011 | 1011110 | 101001 |
Color Harmonies of #0682CD
Complementary color
Monochromatic Colors of #0682CD
Black with #0682CD
Text Example
Text Example
White with #0682CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0682CD; }
p { color: rgb(6,130,205); }
H1.HeaderClassName
{
color: #0682CD;
}
.AnyTagClassName
{
color: #0682CD;
}
</style>
background-color css
<style>
a { background-color: #0682CD; }
a { background-color: rgb(6,130,205); }
div.DivClassName
{
background-color: #0682CD;
}
.BgClassName
{
background-color: #0682CD;
}
</style>
border-color css
<style>
span { border-color: #0682CD; }
span { border-color: rgb(6,130,205); }
td.TdClassName
{
border-color: #0682CD;
}
.TagClassName
{
border-color: #0682CD;
}
</style>