Shades of Pacific Blue #059EC3
Tints of Pacific Blue #059EC3
RGB
CMYK
RGB Variations
Color information
#059EC3 (or 0x059EC3) is known color: Pacific Blue. HEX triplet: 05, 9E and C3. RGB value is (5,158,195). Sum of RGB (Red+Green+Blue) = 5+158+195=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 195 (76.56% from 255 or 54.47% from 358); Max value from RGB is 195 - color contains mainly: blue. Hex color #059EC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059EC3 is #FA613C. Grayscale: #747474. Windows color (decimal): -16408893 or 12819973. OLE color: 12819973.
HSL color Cylindrical-coordinate representation of color #059EC3: hue angle of 191.68º 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 #059EC3 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 158 | 195 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.24 |
| HSL | 191.68º | 0.95% | 0.39% | - |
| HSV(B) | 191.68º | 0.97% | 0.76% | - |
| XYZ | 22.14 | 28.43 | 55.95 | - |
| YUV | 116.47 | 172.31 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 158 | 195 | 0.97 | 0.19 | 0 | 0.24 | 191.68 | 0.95 | 0.39 |
| Hex | 5 | 9E | C3 | 61 | 13 | 0 | 18 | C0 | 5F | 27 |
| Octal | 5 | 236 | 303 | 141 | 23 | 0 | 30 | 300 | 137 | 47 |
| Binary | 101 | 10011110 | 11000011 | 1100001 | 10011 | 0 | 11000 | 11000000 | 1011111 | 100111 |
Color Harmonies of #059EC3
Complementary color
Monochromatic Colors of #059EC3
Black with #059EC3
Text Example
Text Example
White with #059EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059EC3; }
p { color: rgb(5,158,195); }
H1.HeaderClassName
{
color: #059EC3;
}
.AnyTagClassName
{
color: #059EC3;
}
</style>
background-color css
<style>
a { background-color: #059EC3; }
a { background-color: rgb(5,158,195); }
div.DivClassName
{
background-color: #059EC3;
}
.BgClassName
{
background-color: #059EC3;
}
</style>
border-color css
<style>
span { border-color: #059EC3; }
span { border-color: rgb(5,158,195); }
td.TdClassName
{
border-color: #059EC3;
}
.TagClassName
{
border-color: #059EC3;
}
</style>