Shades of Bondi Blue #0589B9
Tints of Bondi Blue #0589B9
RGB
CMYK
RGB Variations
Color information
#0589B9 (or 0x0589B9) is known color: Bondi Blue. HEX triplet: 05, 89 and B9. RGB value is (5,137,185). Sum of RGB (Red+Green+Blue) = 5+137+185=327 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 185 (72.66% from 255 or 56.57% from 327); Max value from RGB is 185 - color contains mainly: blue. Hex color #0589B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0589B9 is #FA7646. Grayscale: #666666. Windows color (decimal): -16414279 or 12159237. OLE color: 12159237.
HSL color Cylindrical-coordinate representation of color #0589B9: hue angle of 196º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0589B9 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 137 | 185 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.27 |
| HSL | 196º | 0.95% | 0.37% | - |
| HSV(B) | 196º | 0.97% | 0.73% | - |
| XYZ | 17.77 | 21.43 | 49.1 | - |
| YUV | 103 | 174.27 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 185 | 0.97 | 0.26 | 0 | 0.27 | 196 | 0.95 | 0.37 |
| Hex | 5 | 89 | B9 | 61 | 1A | 0 | 1B | C4 | 5F | 25 |
| Octal | 5 | 211 | 271 | 141 | 32 | 0 | 33 | 304 | 137 | 45 |
| Binary | 101 | 10001001 | 10111001 | 1100001 | 11010 | 0 | 11011 | 11000100 | 1011111 | 100101 |
Color Harmonies of #0589B9
Complementary color
Monochromatic Colors of #0589B9
Black with #0589B9
Text Example
Text Example
White with #0589B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0589B9; }
p { color: rgb(5,137,185); }
H1.HeaderClassName
{
color: #0589B9;
}
.AnyTagClassName
{
color: #0589B9;
}
</style>
background-color css
<style>
a { background-color: #0589B9; }
a { background-color: rgb(5,137,185); }
div.DivClassName
{
background-color: #0589B9;
}
.BgClassName
{
background-color: #0589B9;
}
</style>
border-color css
<style>
span { border-color: #0589B9; }
span { border-color: rgb(5,137,185); }
td.TdClassName
{
border-color: #0589B9;
}
.TagClassName
{
border-color: #0589B9;
}
</style>