Shades of Pacific Blue #0492CE
Tints of Pacific Blue #0492CE
RGB
CMYK
RGB Variations
Color information
#0492CE (or 0x0492CE) is known color: Pacific Blue. HEX triplet: 04, 92 and CE. RGB value is (4,146,206). Sum of RGB (Red+Green+Blue) = 4+146+206=356 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #0492CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0492CE is #FB6D31. Grayscale: #6E6E6E. Windows color (decimal): -16477490 or 13537796. OLE color: 13537796.
HSL color Cylindrical-coordinate representation of color #0492CE: hue angle of 197.82º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0492CE is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 146 | 206 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.19 |
| HSL | 197.82º | 0.96% | 0.41% | - |
| HSV(B) | 197.82º | 0.98% | 0.81% | - |
| XYZ | 21.47 | 25.04 | 62.09 | - |
| YUV | 110.38 | 181.96 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 146 | 206 | 0.98 | 0.29 | 0 | 0.19 | 197.82 | 0.96 | 0.41 |
| Hex | 4 | 92 | CE | 62 | 1D | 0 | 13 | C6 | 60 | 29 |
| Octal | 4 | 222 | 316 | 142 | 35 | 0 | 23 | 306 | 140 | 51 |
| Binary | 100 | 10010010 | 11001110 | 1100010 | 11101 | 0 | 10011 | 11000110 | 1100000 | 101001 |
Color Harmonies of #0492CE
Complementary color
Monochromatic Colors of #0492CE
Black with #0492CE
Text Example
Text Example
White with #0492CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0492CE; }
p { color: rgb(4,146,206); }
H1.HeaderClassName
{
color: #0492CE;
}
.AnyTagClassName
{
color: #0492CE;
}
</style>
background-color css
<style>
a { background-color: #0492CE; }
a { background-color: rgb(4,146,206); }
div.DivClassName
{
background-color: #0492CE;
}
.BgClassName
{
background-color: #0492CE;
}
</style>
border-color css
<style>
span { border-color: #0492CE; }
span { border-color: rgb(4,146,206); }
td.TdClassName
{
border-color: #0492CE;
}
.TagClassName
{
border-color: #0492CE;
}
</style>