Shades of Pacific Blue #0082C9
Tints of Pacific Blue #0082C9
RGB
CMYK
RGB Variations
Color information
#0082C9 (or 0x0082C9) is known color: Pacific Blue. HEX triplet: 00, 82 and C9. RGB value is (0,130,201). Sum of RGB (Red+Green+Blue) = 0+130+201=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 201 (78.91% from 255 or 60.73% from 331); Max value from RGB is 201 - color contains mainly: blue. Hex color #0082C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0082C9 is #FF7D36. Grayscale: #626262. Windows color (decimal): -16743735 or 13206016. OLE color: 13206016.
HSL color Cylindrical-coordinate representation of color #0082C9: hue angle of 201.19º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0082C9 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 130 | 201 | - |
| CMYK | 1 | 0.35 | 0 | 0.21 |
| HSL | 201.19º | 1% | 0.39% | - |
| HSV(B) | 201.19º | 1% | 0.79% | - |
| XYZ | 18.53 | 20.18 | 58.18 | - |
| YUV | 99.22 | 185.43 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 201 | 1 | 0.35 | 0 | 0.21 | 201.19 | 1 | 0.39 |
| Hex | 0 | 82 | C9 | 64 | 23 | 0 | 15 | C9 | 64 | 27 |
| Octal | 0 | 202 | 311 | 144 | 43 | 0 | 25 | 311 | 144 | 47 |
| Binary | 0 | 10000010 | 11001001 | 1100100 | 100011 | 0 | 10101 | 11001001 | 1100100 | 100111 |
Color Harmonies of #0082C9
Complementary color
Monochromatic Colors of #0082C9
Black with #0082C9
Text Example
Text Example
White with #0082C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0082C9; }
p { color: rgb(0,130,201); }
H1.HeaderClassName
{
color: #0082C9;
}
.AnyTagClassName
{
color: #0082C9;
}
</style>
background-color css
<style>
a { background-color: #0082C9; }
a { background-color: rgb(0,130,201); }
div.DivClassName
{
background-color: #0082C9;
}
.BgClassName
{
background-color: #0082C9;
}
</style>
border-color css
<style>
span { border-color: #0082C9; }
span { border-color: rgb(0,130,201); }
td.TdClassName
{
border-color: #0082C9;
}
.TagClassName
{
border-color: #0082C9;
}
</style>