Shades of Pacific Blue #0592CD
Tints of Pacific Blue #0592CD
RGB
CMYK
RGB Variations
Color information
#0592CD (or 0x0592CD) is known color: Pacific Blue. HEX triplet: 05, 92 and CD. RGB value is (5,146,205). Sum of RGB (Red+Green+Blue) = 5+146+205=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #0592CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0592CD is #FA6D32. Grayscale: #6E6E6E. Windows color (decimal): -16411955 or 13472261. OLE color: 13472261.
HSL color Cylindrical-coordinate representation of color #0592CD: hue angle of 197.7º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0592CD is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 146 | 205 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.20 |
| HSL | 197.7º | 0.95% | 0.41% | - |
| HSV(B) | 197.7º | 0.98% | 0.8% | - |
| XYZ | 21.36 | 25 | 61.46 | - |
| YUV | 110.57 | 181.29 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 205 | 0.98 | 0.29 | 0 | 0.20 | 197.7 | 0.95 | 0.41 |
| Hex | 5 | 92 | CD | 62 | 1D | 0 | 14 | C6 | 5F | 29 |
| Octal | 5 | 222 | 315 | 142 | 35 | 0 | 24 | 306 | 137 | 51 |
| Binary | 101 | 10010010 | 11001101 | 1100010 | 11101 | 0 | 10100 | 11000110 | 1011111 | 101001 |
Color Harmonies of #0592CD
Complementary color
Monochromatic Colors of #0592CD
Black with #0592CD
Text Example
Text Example
White with #0592CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0592CD; }
p { color: rgb(5,146,205); }
H1.HeaderClassName
{
color: #0592CD;
}
.AnyTagClassName
{
color: #0592CD;
}
</style>
background-color css
<style>
a { background-color: #0592CD; }
a { background-color: rgb(5,146,205); }
div.DivClassName
{
background-color: #0592CD;
}
.BgClassName
{
background-color: #0592CD;
}
</style>
border-color css
<style>
span { border-color: #0592CD; }
span { border-color: rgb(5,146,205); }
td.TdClassName
{
border-color: #0592CD;
}
.TagClassName
{
border-color: #0592CD;
}
</style>