Shades of Navy Blue #0682CA
Tints of Navy Blue #0682CA
RGB
CMYK
RGB Variations
Color information
#0682CA (or 0x0682CA) is known color: Navy Blue. HEX triplet: 06, 82 and CA. RGB value is (6,130,202). Sum of RGB (Red+Green+Blue) = 6+130+202=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #0682CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0682CA is #F97D35. Grayscale: #646464. Windows color (decimal): -16350518 or 13271558. OLE color: 13271558.
HSL color Cylindrical-coordinate representation of color #0682CA: hue angle of 202.04º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0682CA is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 130 | 202 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.21 |
| HSL | 202.04º | 0.94% | 0.41% | - |
| HSV(B) | 202.04º | 0.97% | 0.79% | - |
| XYZ | 18.72 | 20.27 | 58.8 | - |
| YUV | 101.13 | 184.92 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 202 | 0.97 | 0.36 | 0 | 0.21 | 202.04 | 0.94 | 0.41 |
| Hex | 6 | 82 | CA | 61 | 24 | 0 | 15 | CA | 5E | 29 |
| Octal | 6 | 202 | 312 | 141 | 44 | 0 | 25 | 312 | 136 | 51 |
| Binary | 110 | 10000010 | 11001010 | 1100001 | 100100 | 0 | 10101 | 11001010 | 1011110 | 101001 |
Color Harmonies of #0682CA
Complementary color
Monochromatic Colors of #0682CA
Black with #0682CA
Text Example
Text Example
White with #0682CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0682CA; }
p { color: rgb(6,130,202); }
H1.HeaderClassName
{
color: #0682CA;
}
.AnyTagClassName
{
color: #0682CA;
}
</style>
background-color css
<style>
a { background-color: #0682CA; }
a { background-color: rgb(6,130,202); }
div.DivClassName
{
background-color: #0682CA;
}
.BgClassName
{
background-color: #0682CA;
}
</style>
border-color css
<style>
span { border-color: #0682CA; }
span { border-color: rgb(6,130,202); }
td.TdClassName
{
border-color: #0682CA;
}
.TagClassName
{
border-color: #0682CA;
}
</style>