Shades of Pacific Blue #059BD0
Tints of Pacific Blue #059BD0
RGB
CMYK
RGB Variations
Color information
#059BD0 (or 0x059BD0) is known color: Pacific Blue. HEX triplet: 05, 9B and D0. RGB value is (5,155,208). Sum of RGB (Red+Green+Blue) = 5+155+208=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 208 (81.64% from 255 or 56.52% from 368); Max value from RGB is 208 - color contains mainly: blue. Hex color #059BD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059BD0 is #FA642F. Grayscale: #737373. Windows color (decimal): -16409648 or 13671173. OLE color: 13671173.
HSL color Cylindrical-coordinate representation of color #059BD0: hue angle of 195.67º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059BD0 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 155 | 208 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.18 |
| HSL | 195.67º | 0.95% | 0.42% | - |
| HSV(B) | 195.67º | 0.98% | 0.82% | - |
| XYZ | 23.17 | 28.03 | 63.86 | - |
| YUV | 116.19 | 179.81 | 48.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 208 | 0.98 | 0.25 | 0 | 0.18 | 195.67 | 0.95 | 0.42 |
| Hex | 5 | 9B | D0 | 62 | 19 | 0 | 12 | C4 | 5F | 2A |
| Octal | 5 | 233 | 320 | 142 | 31 | 0 | 22 | 304 | 137 | 52 |
| Binary | 101 | 10011011 | 11010000 | 1100010 | 11001 | 0 | 10010 | 11000100 | 1011111 | 101010 |
Color Harmonies of #059BD0
Complementary color
Monochromatic Colors of #059BD0
Black with #059BD0
Text Example
Text Example
White with #059BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BD0; }
p { color: rgb(5,155,208); }
H1.HeaderClassName
{
color: #059BD0;
}
.AnyTagClassName
{
color: #059BD0;
}
</style>
background-color css
<style>
a { background-color: #059BD0; }
a { background-color: rgb(5,155,208); }
div.DivClassName
{
background-color: #059BD0;
}
.BgClassName
{
background-color: #059BD0;
}
</style>
border-color css
<style>
span { border-color: #059BD0; }
span { border-color: rgb(5,155,208); }
td.TdClassName
{
border-color: #059BD0;
}
.TagClassName
{
border-color: #059BD0;
}
</style>