Shades of Pacific Blue #059BCB
Tints of Pacific Blue #059BCB
RGB
CMYK
RGB Variations
Color information
#059BCB (or 0x059BCB) is known color: Pacific Blue. HEX triplet: 05, 9B and CB. RGB value is (5,155,203). Sum of RGB (Red+Green+Blue) = 5+155+203=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #059BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059BCB is #FA6434. Grayscale: #737373. Windows color (decimal): -16409653 or 13343493. OLE color: 13343493.
HSL color Cylindrical-coordinate representation of color #059BCB: hue angle of 194.55º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059BCB is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 155 | 203 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.20 |
| HSL | 194.55º | 0.95% | 0.41% | - |
| HSV(B) | 194.55º | 0.98% | 0.8% | - |
| XYZ | 22.56 | 27.79 | 60.67 | - |
| YUV | 115.62 | 177.31 | 49.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 203 | 0.98 | 0.24 | 0 | 0.20 | 194.55 | 0.95 | 0.41 |
| Hex | 5 | 9B | CB | 62 | 18 | 0 | 14 | C3 | 5F | 29 |
| Octal | 5 | 233 | 313 | 142 | 30 | 0 | 24 | 303 | 137 | 51 |
| Binary | 101 | 10011011 | 11001011 | 1100010 | 11000 | 0 | 10100 | 11000011 | 1011111 | 101001 |
Color Harmonies of #059BCB
Complementary color
Monochromatic Colors of #059BCB
Black with #059BCB
Text Example
Text Example
White with #059BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BCB; }
p { color: rgb(5,155,203); }
H1.HeaderClassName
{
color: #059BCB;
}
.AnyTagClassName
{
color: #059BCB;
}
</style>
background-color css
<style>
a { background-color: #059BCB; }
a { background-color: rgb(5,155,203); }
div.DivClassName
{
background-color: #059BCB;
}
.BgClassName
{
background-color: #059BCB;
}
</style>
border-color css
<style>
span { border-color: #059BCB; }
span { border-color: rgb(5,155,203); }
td.TdClassName
{
border-color: #059BCB;
}
.TagClassName
{
border-color: #059BCB;
}
</style>