Shades of Pacific Blue #059AC1
Tints of Pacific Blue #059AC1
RGB
CMYK
RGB Variations
Color information
#059AC1 (or 0x059AC1) is known color: Pacific Blue. HEX triplet: 05, 9A and C1. RGB value is (5,154,193). Sum of RGB (Red+Green+Blue) = 5+154+193=352 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 193 (75.78% from 255 or 54.83% from 352); Max value from RGB is 193 - color contains mainly: blue. Hex color #059AC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059AC1 is #FA653E. Grayscale: #717171. Windows color (decimal): -16409919 or 12687877. OLE color: 12687877.
HSL color Cylindrical-coordinate representation of color #059AC1: hue angle of 192.45º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059AC1 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 154 | 193 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.24 |
| HSL | 192.45º | 0.95% | 0.39% | - |
| HSV(B) | 192.45º | 0.97% | 0.76% | - |
| XYZ | 21.24 | 26.99 | 54.54 | - |
| YUV | 113.9 | 172.64 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 193 | 0.97 | 0.20 | 0 | 0.24 | 192.45 | 0.95 | 0.39 |
| Hex | 5 | 9A | C1 | 61 | 14 | 0 | 18 | C0 | 5F | 27 |
| Octal | 5 | 232 | 301 | 141 | 24 | 0 | 30 | 300 | 137 | 47 |
| Binary | 101 | 10011010 | 11000001 | 1100001 | 10100 | 0 | 11000 | 11000000 | 1011111 | 100111 |
Color Harmonies of #059AC1
Complementary color
Monochromatic Colors of #059AC1
Black with #059AC1
Text Example
Text Example
White with #059AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059AC1; }
p { color: rgb(5,154,193); }
H1.HeaderClassName
{
color: #059AC1;
}
.AnyTagClassName
{
color: #059AC1;
}
</style>
background-color css
<style>
a { background-color: #059AC1; }
a { background-color: rgb(5,154,193); }
div.DivClassName
{
background-color: #059AC1;
}
.BgClassName
{
background-color: #059AC1;
}
</style>
border-color css
<style>
span { border-color: #059AC1; }
span { border-color: rgb(5,154,193); }
td.TdClassName
{
border-color: #059AC1;
}
.TagClassName
{
border-color: #059AC1;
}
</style>