Shades of Pacific Blue #0592D2
Tints of Pacific Blue #0592D2
RGB
CMYK
RGB Variations
Color information
#0592D2 (or 0x0592D2) is known color: Pacific Blue. HEX triplet: 05, 92 and D2. RGB value is (5,146,210). Sum of RGB (Red+Green+Blue) = 5+146+210=361 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 210 (82.42% from 255 or 58.17% from 361); Max value from RGB is 210 - color contains mainly: blue. Hex color #0592D2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0592D2 is #FA6D2D. Grayscale: #6E6E6E. Windows color (decimal): -16411950 or 13799941. OLE color: 13799941.
HSL color Cylindrical-coordinate representation of color #0592D2: hue angle of 198.73º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0592D2 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 146 | 210 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.18 |
| HSL | 198.73º | 0.95% | 0.42% | - |
| HSV(B) | 198.73º | 0.98% | 0.82% | - |
| XYZ | 21.97 | 25.24 | 64.69 | - |
| YUV | 111.14 | 183.79 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 210 | 0.98 | 0.30 | 0 | 0.18 | 198.73 | 0.95 | 0.42 |
| Hex | 5 | 92 | D2 | 62 | 1E | 0 | 12 | C7 | 5F | 2A |
| Octal | 5 | 222 | 322 | 142 | 36 | 0 | 22 | 307 | 137 | 52 |
| Binary | 101 | 10010010 | 11010010 | 1100010 | 11110 | 0 | 10010 | 11000111 | 1011111 | 101010 |
Color Harmonies of #0592D2
Complementary color
Monochromatic Colors of #0592D2
Black with #0592D2
Text Example
Text Example
White with #0592D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0592D2; }
p { color: rgb(5,146,210); }
H1.HeaderClassName
{
color: #0592D2;
}
.AnyTagClassName
{
color: #0592D2;
}
</style>
background-color css
<style>
a { background-color: #0592D2; }
a { background-color: rgb(5,146,210); }
div.DivClassName
{
background-color: #0592D2;
}
.BgClassName
{
background-color: #0592D2;
}
</style>
border-color css
<style>
span { border-color: #0592D2; }
span { border-color: rgb(5,146,210); }
td.TdClassName
{
border-color: #0592D2;
}
.TagClassName
{
border-color: #0592D2;
}
</style>