Shades of Navy Blue #0082CB
Tints of Navy Blue #0082CB
RGB
CMYK
RGB Variations
Color information
#0082CB (or 0x0082CB) is known color: Navy Blue. HEX triplet: 00, 82 and CB. RGB value is (0,130,203). Sum of RGB (Red+Green+Blue) = 0+130+203=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #0082CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0082CB is #FF7D34. Grayscale: #636363. Windows color (decimal): -16743733 or 13337088. OLE color: 13337088.
HSL color Cylindrical-coordinate representation of color #0082CB: hue angle of 201.58º 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 #0082CB is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 130 | 203 | - |
| CMYK | 1 | 0.36 | 0 | 0.20 |
| HSL | 201.58º | 1% | 0.4% | - |
| HSV(B) | 201.58º | 1% | 0.8% | - |
| XYZ | 18.76 | 20.28 | 59.42 | - |
| YUV | 99.45 | 186.43 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 203 | 1 | 0.36 | 0 | 0.20 | 201.58 | 1 | 0.4 |
| Hex | 0 | 82 | CB | 64 | 24 | 0 | 14 | CA | 64 | 28 |
| Octal | 0 | 202 | 313 | 144 | 44 | 0 | 24 | 312 | 144 | 50 |
| Binary | 0 | 10000010 | 11001011 | 1100100 | 100100 | 0 | 10100 | 11001010 | 1100100 | 101000 |
Color Harmonies of #0082CB
Complementary color
Monochromatic Colors of #0082CB
Black with #0082CB
Text Example
Text Example
White with #0082CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0082CB; }
p { color: rgb(0,130,203); }
H1.HeaderClassName
{
color: #0082CB;
}
.AnyTagClassName
{
color: #0082CB;
}
</style>
background-color css
<style>
a { background-color: #0082CB; }
a { background-color: rgb(0,130,203); }
div.DivClassName
{
background-color: #0082CB;
}
.BgClassName
{
background-color: #0082CB;
}
</style>
border-color css
<style>
span { border-color: #0082CB; }
span { border-color: rgb(0,130,203); }
td.TdClassName
{
border-color: #0082CB;
}
.TagClassName
{
border-color: #0082CB;
}
</style>