Shades of Pacific Blue #059CE1
Tints of Pacific Blue #059CE1
RGB
CMYK
RGB Variations
Color information
#059CE1 (or 0x059CE1) is known color: Pacific Blue. HEX triplet: 05, 9C and E1. RGB value is (5,156,225). Sum of RGB (Red+Green+Blue) = 5+156+225=386 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 225 (88.28% from 255 or 58.29% from 386); Max value from RGB is 225 - color contains mainly: blue. Hex color #059CE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059CE1 is #FA631E. Grayscale: #767676. Windows color (decimal): -16409375 or 14785541. OLE color: 14785541.
HSL color Cylindrical-coordinate representation of color #059CE1: hue angle of 198.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059CE1 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 156 | 225 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.12 |
| HSL | 198.82º | 0.96% | 0.45% | - |
| HSV(B) | 198.82º | 0.98% | 0.88% | - |
| XYZ | 25.54 | 29.25 | 75.53 | - |
| YUV | 118.72 | 187.97 | 46.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 225 | 0.98 | 0.31 | 0 | 0.12 | 198.82 | 0.96 | 0.45 |
| Hex | 5 | 9C | E1 | 62 | 1F | 0 | C | C7 | 60 | 2D |
| Octal | 5 | 234 | 341 | 142 | 37 | 0 | 14 | 307 | 140 | 55 |
| Binary | 101 | 10011100 | 11100001 | 1100010 | 11111 | 0 | 1100 | 11000111 | 1100000 | 101101 |
Color Harmonies of #059CE1
Complementary color
Monochromatic Colors of #059CE1
Black with #059CE1
Text Example
Text Example
White with #059CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059CE1; }
p { color: rgb(5,156,225); }
H1.HeaderClassName
{
color: #059CE1;
}
.AnyTagClassName
{
color: #059CE1;
}
</style>
background-color css
<style>
a { background-color: #059CE1; }
a { background-color: rgb(5,156,225); }
div.DivClassName
{
background-color: #059CE1;
}
.BgClassName
{
background-color: #059CE1;
}
</style>
border-color css
<style>
span { border-color: #059CE1; }
span { border-color: rgb(5,156,225); }
td.TdClassName
{
border-color: #059CE1;
}
.TagClassName
{
border-color: #059CE1;
}
</style>