Shades of Pacific Blue #059EC0
Tints of Pacific Blue #059EC0
RGB
CMYK
RGB Variations
Color information
#059EC0 (or 0x059EC0) is known color: Pacific Blue. HEX triplet: 05, 9E and C0. RGB value is (5,158,192). Sum of RGB (Red+Green+Blue) = 5+158+192=355 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #059EC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059EC0 is #FA613F. Grayscale: #737373. Windows color (decimal): -16408896 or 12623365. OLE color: 12623365.
HSL color Cylindrical-coordinate representation of color #059EC0: hue angle of 190.91º 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 #059EC0 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 158 | 192 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.25 |
| HSL | 190.91º | 0.95% | 0.39% | - |
| HSV(B) | 190.91º | 0.97% | 0.75% | - |
| XYZ | 21.8 | 28.29 | 54.18 | - |
| YUV | 116.13 | 170.81 | 48.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 158 | 192 | 0.97 | 0.18 | 0 | 0.25 | 190.91 | 0.95 | 0.39 |
| Hex | 5 | 9E | C0 | 61 | 12 | 0 | 19 | BF | 5F | 27 |
| Octal | 5 | 236 | 300 | 141 | 22 | 0 | 31 | 277 | 137 | 47 |
| Binary | 101 | 10011110 | 11000000 | 1100001 | 10010 | 0 | 11001 | 10111111 | 1011111 | 100111 |
Color Harmonies of #059EC0
Complementary color
Monochromatic Colors of #059EC0
Black with #059EC0
Text Example
Text Example
White with #059EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059EC0; }
p { color: rgb(5,158,192); }
H1.HeaderClassName
{
color: #059EC0;
}
.AnyTagClassName
{
color: #059EC0;
}
</style>
background-color css
<style>
a { background-color: #059EC0; }
a { background-color: rgb(5,158,192); }
div.DivClassName
{
background-color: #059EC0;
}
.BgClassName
{
background-color: #059EC0;
}
</style>
border-color css
<style>
span { border-color: #059EC0; }
span { border-color: rgb(5,158,192); }
td.TdClassName
{
border-color: #059EC0;
}
.TagClassName
{
border-color: #059EC0;
}
</style>