Shades of Pacific Blue #059BCA
Tints of Pacific Blue #059BCA
RGB
CMYK
RGB Variations
Color information
#059BCA (or 0x059BCA) is known color: Pacific Blue. HEX triplet: 05, 9B and CA. RGB value is (5,155,202). Sum of RGB (Red+Green+Blue) = 5+155+202=362 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #059BCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059BCA is #FA6435. Grayscale: #737373. Windows color (decimal): -16409654 or 13277957. OLE color: 13277957.
HSL color Cylindrical-coordinate representation of color #059BCA: hue angle of 194.31º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059BCA is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 155 | 202 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.21 |
| HSL | 194.31º | 0.95% | 0.41% | - |
| HSV(B) | 194.31º | 0.98% | 0.79% | - |
| XYZ | 22.44 | 27.74 | 60.05 | - |
| YUV | 115.51 | 176.81 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 202 | 0.98 | 0.23 | 0 | 0.21 | 194.31 | 0.95 | 0.41 |
| Hex | 5 | 9B | CA | 62 | 17 | 0 | 15 | C2 | 5F | 29 |
| Octal | 5 | 233 | 312 | 142 | 27 | 0 | 25 | 302 | 137 | 51 |
| Binary | 101 | 10011011 | 11001010 | 1100010 | 10111 | 0 | 10101 | 11000010 | 1011111 | 101001 |
Color Harmonies of #059BCA
Complementary color
Monochromatic Colors of #059BCA
Black with #059BCA
Text Example
Text Example
White with #059BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BCA; }
p { color: rgb(5,155,202); }
H1.HeaderClassName
{
color: #059BCA;
}
.AnyTagClassName
{
color: #059BCA;
}
</style>
background-color css
<style>
a { background-color: #059BCA; }
a { background-color: rgb(5,155,202); }
div.DivClassName
{
background-color: #059BCA;
}
.BgClassName
{
background-color: #059BCA;
}
</style>
border-color css
<style>
span { border-color: #059BCA; }
span { border-color: rgb(5,155,202); }
td.TdClassName
{
border-color: #059BCA;
}
.TagClassName
{
border-color: #059BCA;
}
</style>