Shades of Pacific Blue #0593CA
Tints of Pacific Blue #0593CA
RGB
CMYK
RGB Variations
Color information
#0593CA (or 0x0593CA) is known color: Pacific Blue. HEX triplet: 05, 93 and CA. RGB value is (5,147,202). Sum of RGB (Red+Green+Blue) = 5+147+202=354 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #0593CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0593CA is #FA6C35. Grayscale: #6E6E6E. Windows color (decimal): -16411702 or 13275909. OLE color: 13275909.
HSL color Cylindrical-coordinate representation of color #0593CA: hue angle of 196.75º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0593CA is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 147 | 202 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.21 |
| HSL | 196.75º | 0.95% | 0.41% | - |
| HSV(B) | 196.75º | 0.98% | 0.79% | - |
| XYZ | 21.16 | 25.16 | 59.62 | - |
| YUV | 110.81 | 179.46 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 202 | 0.98 | 0.27 | 0 | 0.21 | 196.75 | 0.95 | 0.41 |
| Hex | 5 | 93 | CA | 62 | 1B | 0 | 15 | C5 | 5F | 29 |
| Octal | 5 | 223 | 312 | 142 | 33 | 0 | 25 | 305 | 137 | 51 |
| Binary | 101 | 10010011 | 11001010 | 1100010 | 11011 | 0 | 10101 | 11000101 | 1011111 | 101001 |
Color Harmonies of #0593CA
Complementary color
Monochromatic Colors of #0593CA
Black with #0593CA
Text Example
Text Example
White with #0593CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0593CA; }
p { color: rgb(5,147,202); }
H1.HeaderClassName
{
color: #0593CA;
}
.AnyTagClassName
{
color: #0593CA;
}
</style>
background-color css
<style>
a { background-color: #0593CA; }
a { background-color: rgb(5,147,202); }
div.DivClassName
{
background-color: #0593CA;
}
.BgClassName
{
background-color: #0593CA;
}
</style>
border-color css
<style>
span { border-color: #0593CA; }
span { border-color: rgb(5,147,202); }
td.TdClassName
{
border-color: #0593CA;
}
.TagClassName
{
border-color: #0593CA;
}
</style>