Shades of Bondi Blue #059DB1
Tints of Bondi Blue #059DB1
RGB
CMYK
RGB Variations
Color information
#059DB1 (or 0x059DB1) is known color: Bondi Blue. HEX triplet: 05, 9D and B1. RGB value is (5,157,177). Sum of RGB (Red+Green+Blue) = 5+157+177=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 177 (69.53% from 255 or 52.21% from 339); Max value from RGB is 177 - color contains mainly: blue. Hex color #059DB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059DB1 is #FA624E. Grayscale: #717171. Windows color (decimal): -16409167 or 11640069. OLE color: 11640069.
HSL color Cylindrical-coordinate representation of color #059DB1: hue angle of 186.98º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059DB1 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 157 | 177 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.31 |
| HSL | 186.98º | 0.95% | 0.36% | - |
| HSV(B) | 186.98º | 0.97% | 0.69% | - |
| XYZ | 20.06 | 27.32 | 45.81 | - |
| YUV | 113.83 | 163.64 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 157 | 177 | 0.97 | 0.11 | 0 | 0.31 | 186.98 | 0.95 | 0.36 |
| Hex | 5 | 9D | B1 | 61 | B | 0 | 1F | BB | 5F | 24 |
| Octal | 5 | 235 | 261 | 141 | 13 | 0 | 37 | 273 | 137 | 44 |
| Binary | 101 | 10011101 | 10110001 | 1100001 | 1011 | 0 | 11111 | 10111011 | 1011111 | 100100 |
Color Harmonies of #059DB1
Complementary color
Monochromatic Colors of #059DB1
Black with #059DB1
Text Example
Text Example
White with #059DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059DB1; }
p { color: rgb(5,157,177); }
H1.HeaderClassName
{
color: #059DB1;
}
.AnyTagClassName
{
color: #059DB1;
}
</style>
background-color css
<style>
a { background-color: #059DB1; }
a { background-color: rgb(5,157,177); }
div.DivClassName
{
background-color: #059DB1;
}
.BgClassName
{
background-color: #059DB1;
}
</style>
border-color css
<style>
span { border-color: #059DB1; }
span { border-color: rgb(5,157,177); }
td.TdClassName
{
border-color: #059DB1;
}
.TagClassName
{
border-color: #059DB1;
}
</style>