Shades of Pacific Blue #0589DB
Tints of Pacific Blue #0589DB
RGB
CMYK
RGB Variations
Color information
#0589DB (or 0x0589DB) is known color: Pacific Blue. HEX triplet: 05, 89 and DB. RGB value is (5,137,219). Sum of RGB (Red+Green+Blue) = 5+137+219=361 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #0589DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0589DB is #FA7624. Grayscale: #6A6A6A. Windows color (decimal): -16414245 or 14387461. OLE color: 14387461.
HSL color Cylindrical-coordinate representation of color #0589DB: hue angle of 202.99º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0589DB is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 137 | 219 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.14 |
| HSL | 202.99º | 0.96% | 0.44% | - |
| HSV(B) | 202.99º | 0.98% | 0.86% | - |
| XYZ | 21.79 | 23.04 | 70.32 | - |
| YUV | 106.88 | 191.27 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 219 | 0.98 | 0.37 | 0 | 0.14 | 202.99 | 0.96 | 0.44 |
| Hex | 5 | 89 | DB | 62 | 25 | 0 | E | CB | 60 | 2C |
| Octal | 5 | 211 | 333 | 142 | 45 | 0 | 16 | 313 | 140 | 54 |
| Binary | 101 | 10001001 | 11011011 | 1100010 | 100101 | 0 | 1110 | 11001011 | 1100000 | 101100 |
Color Harmonies of #0589DB
Complementary color
Monochromatic Colors of #0589DB
Black with #0589DB
Text Example
Text Example
White with #0589DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0589DB; }
p { color: rgb(5,137,219); }
H1.HeaderClassName
{
color: #0589DB;
}
.AnyTagClassName
{
color: #0589DB;
}
</style>
background-color css
<style>
a { background-color: #0589DB; }
a { background-color: rgb(5,137,219); }
div.DivClassName
{
background-color: #0589DB;
}
.BgClassName
{
background-color: #0589DB;
}
</style>
border-color css
<style>
span { border-color: #0589DB; }
span { border-color: rgb(5,137,219); }
td.TdClassName
{
border-color: #0589DB;
}
.TagClassName
{
border-color: #0589DB;
}
</style>