Shades of Navy Blue #0082CC
Tints of Navy Blue #0082CC
RGB
CMYK
RGB Variations
Color information
#0082CC (or 0x0082CC) is known color: Navy Blue. HEX triplet: 00, 82 and CC. RGB value is (0,130,204). Sum of RGB (Red+Green+Blue) = 0+130+204=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #0082CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0082CC is #FF7D33. Grayscale: #636363. Windows color (decimal): -16743732 or 13402624. OLE color: 13402624.
HSL color Cylindrical-coordinate representation of color #0082CC: hue angle of 201.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0082CC is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 130 | 204 | - |
| CMYK | 1 | 0.36 | 0 | 0.2 |
| HSL | 201.76º | 1% | 0.4% | - |
| HSV(B) | 201.76º | 1% | 0.8% | - |
| XYZ | 18.88 | 20.32 | 60.05 | - |
| YUV | 99.57 | 186.93 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 204 | 1 | 0.36 | 0 | 0.2 | 201.76 | 1 | 0.4 |
| Hex | 0 | 82 | CC | 64 | 24 | 0 | 14 | CA | 64 | 28 |
| Octal | 0 | 202 | 314 | 144 | 44 | 0 | 24 | 312 | 144 | 50 |
| Binary | 0 | 10000010 | 11001100 | 1100100 | 100100 | 0 | 10100 | 11001010 | 1100100 | 101000 |
Color Harmonies of #0082CC
Complementary color
Monochromatic Colors of #0082CC
Black with #0082CC
Text Example
Text Example
White with #0082CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0082CC; }
p { color: rgb(0,130,204); }
H1.HeaderClassName
{
color: #0082CC;
}
.AnyTagClassName
{
color: #0082CC;
}
</style>
background-color css
<style>
a { background-color: #0082CC; }
a { background-color: rgb(0,130,204); }
div.DivClassName
{
background-color: #0082CC;
}
.BgClassName
{
background-color: #0082CC;
}
</style>
border-color css
<style>
span { border-color: #0082CC; }
span { border-color: rgb(0,130,204); }
td.TdClassName
{
border-color: #0082CC;
}
.TagClassName
{
border-color: #0082CC;
}
</style>