Shades of Pacific Blue #0595CA
Tints of Pacific Blue #0595CA
RGB
CMYK
RGB Variations
Color information
#0595CA (or 0x0595CA) is known color: Pacific Blue. HEX triplet: 05, 95 and CA. RGB value is (5,149,202). Sum of RGB (Red+Green+Blue) = 5+149+202=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #0595CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0595CA is #FA6A35. Grayscale: #6F6F6F. Windows color (decimal): -16411190 or 13276421. OLE color: 13276421.
HSL color Cylindrical-coordinate representation of color #0595CA: hue angle of 196.14º 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 #0595CA is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 149 | 202 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.21 |
| HSL | 196.14º | 0.95% | 0.41% | - |
| HSV(B) | 196.14º | 0.98% | 0.79% | - |
| XYZ | 21.47 | 25.79 | 59.72 | - |
| YUV | 111.99 | 178.79 | 51.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 149 | 202 | 0.98 | 0.26 | 0 | 0.21 | 196.14 | 0.95 | 0.41 |
| Hex | 5 | 95 | CA | 62 | 1A | 0 | 15 | C4 | 5F | 29 |
| Octal | 5 | 225 | 312 | 142 | 32 | 0 | 25 | 304 | 137 | 51 |
| Binary | 101 | 10010101 | 11001010 | 1100010 | 11010 | 0 | 10101 | 11000100 | 1011111 | 101001 |
Color Harmonies of #0595CA
Complementary color
Monochromatic Colors of #0595CA
Black with #0595CA
Text Example
Text Example
White with #0595CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0595CA; }
p { color: rgb(5,149,202); }
H1.HeaderClassName
{
color: #0595CA;
}
.AnyTagClassName
{
color: #0595CA;
}
</style>
background-color css
<style>
a { background-color: #0595CA; }
a { background-color: rgb(5,149,202); }
div.DivClassName
{
background-color: #0595CA;
}
.BgClassName
{
background-color: #0595CA;
}
</style>
border-color css
<style>
span { border-color: #0595CA; }
span { border-color: rgb(5,149,202); }
td.TdClassName
{
border-color: #0595CA;
}
.TagClassName
{
border-color: #0595CA;
}
</style>