Shades of Pacific Blue #059BE2
Tints of Pacific Blue #059BE2
RGB
CMYK
RGB Variations
Color information
#059BE2 (or 0x059BE2) is known color: Pacific Blue. HEX triplet: 05, 9B and E2. RGB value is (5,155,226). Sum of RGB (Red+Green+Blue) = 5+155+226=386 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 226 (88.67% from 255 or 58.55% from 386); Max value from RGB is 226 - color contains mainly: blue. Hex color #059BE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059BE2 is #FA641D. Grayscale: #757575. Windows color (decimal): -16409630 or 14850821. OLE color: 14850821.
HSL color Cylindrical-coordinate representation of color #059BE2: hue angle of 199.28º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059BE2 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 155 | 226 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.11 |
| HSL | 199.28º | 0.96% | 0.45% | - |
| HSV(B) | 199.28º | 0.98% | 0.89% | - |
| XYZ | 25.51 | 28.97 | 76.2 | - |
| YUV | 118.24 | 188.81 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 226 | 0.98 | 0.31 | 0 | 0.11 | 199.28 | 0.96 | 0.45 |
| Hex | 5 | 9B | E2 | 62 | 1F | 0 | B | C7 | 60 | 2D |
| Octal | 5 | 233 | 342 | 142 | 37 | 0 | 13 | 307 | 140 | 55 |
| Binary | 101 | 10011011 | 11100010 | 1100010 | 11111 | 0 | 1011 | 11000111 | 1100000 | 101101 |
Color Harmonies of #059BE2
Complementary color
Monochromatic Colors of #059BE2
Black with #059BE2
Text Example
Text Example
White with #059BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BE2; }
p { color: rgb(5,155,226); }
H1.HeaderClassName
{
color: #059BE2;
}
.AnyTagClassName
{
color: #059BE2;
}
</style>
background-color css
<style>
a { background-color: #059BE2; }
a { background-color: rgb(5,155,226); }
div.DivClassName
{
background-color: #059BE2;
}
.BgClassName
{
background-color: #059BE2;
}
</style>
border-color css
<style>
span { border-color: #059BE2; }
span { border-color: rgb(5,155,226); }
td.TdClassName
{
border-color: #059BE2;
}
.TagClassName
{
border-color: #059BE2;
}
</style>