Shades of Pacific Blue #0589CB
Tints of Pacific Blue #0589CB
RGB
CMYK
RGB Variations
Color information
#0589CB (or 0x0589CB) is known color: Pacific Blue. HEX triplet: 05, 89 and CB. RGB value is (5,137,203). Sum of RGB (Red+Green+Blue) = 5+137+203=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #0589CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0589CB is #FA7634. Grayscale: #686868. Windows color (decimal): -16414261 or 13338885. OLE color: 13338885.
HSL color Cylindrical-coordinate representation of color #0589CB: hue angle of 200º 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 #0589CB is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 137 | 203 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.20 |
| HSL | 200º | 0.95% | 0.41% | - |
| HSV(B) | 200º | 0.98% | 0.8% | - |
| XYZ | 19.79 | 22.24 | 59.75 | - |
| YUV | 105.06 | 183.27 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 203 | 0.98 | 0.33 | 0 | 0.20 | 200 | 0.95 | 0.41 |
| Hex | 5 | 89 | CB | 62 | 21 | 0 | 14 | C8 | 5F | 29 |
| Octal | 5 | 211 | 313 | 142 | 41 | 0 | 24 | 310 | 137 | 51 |
| Binary | 101 | 10001001 | 11001011 | 1100010 | 100001 | 0 | 10100 | 11001000 | 1011111 | 101001 |
Color Harmonies of #0589CB
Complementary color
Monochromatic Colors of #0589CB
Black with #0589CB
Text Example
Text Example
White with #0589CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0589CB; }
p { color: rgb(5,137,203); }
H1.HeaderClassName
{
color: #0589CB;
}
.AnyTagClassName
{
color: #0589CB;
}
</style>
background-color css
<style>
a { background-color: #0589CB; }
a { background-color: rgb(5,137,203); }
div.DivClassName
{
background-color: #0589CB;
}
.BgClassName
{
background-color: #0589CB;
}
</style>
border-color css
<style>
span { border-color: #0589CB; }
span { border-color: rgb(5,137,203); }
td.TdClassName
{
border-color: #0589CB;
}
.TagClassName
{
border-color: #0589CB;
}
</style>