Shades of Pacific Blue #0592D3
Tints of Pacific Blue #0592D3
RGB
CMYK
RGB Variations
Color information
#0592D3 (or 0x0592D3) is known color: Pacific Blue. HEX triplet: 05, 92 and D3. RGB value is (5,146,211). Sum of RGB (Red+Green+Blue) = 5+146+211=362 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 211 (82.81% from 255 or 58.29% from 362); Max value from RGB is 211 - color contains mainly: blue. Hex color #0592D3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0592D3 is #FA6D2C. Grayscale: #6E6E6E. Windows color (decimal): -16411949 or 13865477. OLE color: 13865477.
HSL color Cylindrical-coordinate representation of color #0592D3: hue angle of 198.93º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0592D3 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 146 | 211 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.17 |
| HSL | 198.93º | 0.95% | 0.42% | - |
| HSV(B) | 198.93º | 0.98% | 0.83% | - |
| XYZ | 22.1 | 25.29 | 65.35 | - |
| YUV | 111.25 | 184.29 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 211 | 0.98 | 0.31 | 0 | 0.17 | 198.93 | 0.95 | 0.42 |
| Hex | 5 | 92 | D3 | 62 | 1F | 0 | 11 | C7 | 5F | 2A |
| Octal | 5 | 222 | 323 | 142 | 37 | 0 | 21 | 307 | 137 | 52 |
| Binary | 101 | 10010010 | 11010011 | 1100010 | 11111 | 0 | 10001 | 11000111 | 1011111 | 101010 |
Color Harmonies of #0592D3
Complementary color
Monochromatic Colors of #0592D3
Black with #0592D3
Text Example
Text Example
White with #0592D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0592D3; }
p { color: rgb(5,146,211); }
H1.HeaderClassName
{
color: #0592D3;
}
.AnyTagClassName
{
color: #0592D3;
}
</style>
background-color css
<style>
a { background-color: #0592D3; }
a { background-color: rgb(5,146,211); }
div.DivClassName
{
background-color: #0592D3;
}
.BgClassName
{
background-color: #0592D3;
}
</style>
border-color css
<style>
span { border-color: #0592D3; }
span { border-color: rgb(5,146,211); }
td.TdClassName
{
border-color: #0592D3;
}
.TagClassName
{
border-color: #0592D3;
}
</style>