Shades of Pacific Blue #059AC0
Tints of Pacific Blue #059AC0
RGB
CMYK
RGB Variations
Color information
#059AC0 (or 0x059AC0) is known color: Pacific Blue. HEX triplet: 05, 9A and C0. RGB value is (5,154,192). Sum of RGB (Red+Green+Blue) = 5+154+192=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 192 (75.39% from 255 or 54.70% from 351); Max value from RGB is 192 - color contains mainly: blue. Hex color #059AC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059AC0 is #FA653F. Grayscale: #717171. Windows color (decimal): -16409920 or 12622341. OLE color: 12622341.
HSL color Cylindrical-coordinate representation of color #059AC0: hue angle of 192.19º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059AC0 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 154 | 192 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.25 |
| HSL | 192.19º | 0.95% | 0.39% | - |
| HSV(B) | 192.19º | 0.97% | 0.75% | - |
| XYZ | 21.13 | 26.95 | 53.96 | - |
| YUV | 113.78 | 172.14 | 50.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 192 | 0.97 | 0.20 | 0 | 0.25 | 192.19 | 0.95 | 0.39 |
| Hex | 5 | 9A | C0 | 61 | 14 | 0 | 19 | C0 | 5F | 27 |
| Octal | 5 | 232 | 300 | 141 | 24 | 0 | 31 | 300 | 137 | 47 |
| Binary | 101 | 10011010 | 11000000 | 1100001 | 10100 | 0 | 11001 | 11000000 | 1011111 | 100111 |
Color Harmonies of #059AC0
Complementary color
Monochromatic Colors of #059AC0
Black with #059AC0
Text Example
Text Example
White with #059AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059AC0; }
p { color: rgb(5,154,192); }
H1.HeaderClassName
{
color: #059AC0;
}
.AnyTagClassName
{
color: #059AC0;
}
</style>
background-color css
<style>
a { background-color: #059AC0; }
a { background-color: rgb(5,154,192); }
div.DivClassName
{
background-color: #059AC0;
}
.BgClassName
{
background-color: #059AC0;
}
</style>
border-color css
<style>
span { border-color: #059AC0; }
span { border-color: rgb(5,154,192); }
td.TdClassName
{
border-color: #059AC0;
}
.TagClassName
{
border-color: #059AC0;
}
</style>