Shades of Pacific Blue #0292C9
Tints of Pacific Blue #0292C9
RGB
CMYK
RGB Variations
Color information
#0292C9 (or 0x0292C9) is known color: Pacific Blue. HEX triplet: 02, 92 and C9. RGB value is (2,146,201). Sum of RGB (Red+Green+Blue) = 2+146+201=349 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 201 (78.91% from 255 or 57.59% from 349); Max value from RGB is 201 - color contains mainly: blue. Hex color #0292C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0292C9 is #FD6D36. Grayscale: #6C6C6C. Windows color (decimal): -16608567 or 13210114. OLE color: 13210114.
HSL color Cylindrical-coordinate representation of color #0292C9: hue angle of 196.58º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0292C9 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 146 | 201 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.21 |
| HSL | 196.58º | 0.98% | 0.4% | - |
| HSV(B) | 196.58º | 0.99% | 0.79% | - |
| XYZ | 20.85 | 24.79 | 58.94 | - |
| YUV | 109.21 | 179.79 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 146 | 201 | 0.99 | 0.27 | 0 | 0.21 | 196.58 | 0.98 | 0.4 |
| Hex | 2 | 92 | C9 | 63 | 1B | 0 | 15 | C5 | 62 | 28 |
| Octal | 2 | 222 | 311 | 143 | 33 | 0 | 25 | 305 | 142 | 50 |
| Binary | 10 | 10010010 | 11001001 | 1100011 | 11011 | 0 | 10101 | 11000101 | 1100010 | 101000 |
Color Harmonies of #0292C9
Complementary color
Monochromatic Colors of #0292C9
Black with #0292C9
Text Example
Text Example
White with #0292C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0292C9; }
p { color: rgb(2,146,201); }
H1.HeaderClassName
{
color: #0292C9;
}
.AnyTagClassName
{
color: #0292C9;
}
</style>
background-color css
<style>
a { background-color: #0292C9; }
a { background-color: rgb(2,146,201); }
div.DivClassName
{
background-color: #0292C9;
}
.BgClassName
{
background-color: #0292C9;
}
</style>
border-color css
<style>
span { border-color: #0292C9; }
span { border-color: rgb(2,146,201); }
td.TdClassName
{
border-color: #0292C9;
}
.TagClassName
{
border-color: #0292C9;
}
</style>