Shades of Bondi Blue #059BA4
Tints of Bondi Blue #059BA4
RGB
CMYK
RGB Variations
Color information
#059BA4 (or 0x059BA4) is known color: Bondi Blue. HEX triplet: 05, 9B and A4. RGB value is (5,155,164). Sum of RGB (Red+Green+Blue) = 5+155+164=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 164 (64.45% from 255 or 50.62% from 324); Max value from RGB is 164 - color contains mainly: blue. Hex color #059BA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059BA4 is #FA645B. Grayscale: #6E6E6E. Windows color (decimal): -16409692 or 10787589. OLE color: 10787589.
HSL color Cylindrical-coordinate representation of color #059BA4: hue angle of 183.4º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059BA4 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 155 | 164 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.36 |
| HSL | 183.4º | 0.94% | 0.33% | - |
| HSV(B) | 183.4º | 0.97% | 0.64% | - |
| XYZ | 18.48 | 26.16 | 39.2 | - |
| YUV | 111.18 | 157.81 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 164 | 0.97 | 0.05 | 0 | 0.36 | 183.4 | 0.94 | 0.33 |
| Hex | 5 | 9B | A4 | 61 | 5 | 0 | 24 | B7 | 5E | 21 |
| Octal | 5 | 233 | 244 | 141 | 5 | 0 | 44 | 267 | 136 | 41 |
| Binary | 101 | 10011011 | 10100100 | 1100001 | 101 | 0 | 100100 | 10110111 | 1011110 | 100001 |
Color Harmonies of #059BA4
Complementary color
Monochromatic Colors of #059BA4
Black with #059BA4
Text Example
Text Example
White with #059BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BA4; }
p { color: rgb(5,155,164); }
H1.HeaderClassName
{
color: #059BA4;
}
.AnyTagClassName
{
color: #059BA4;
}
</style>
background-color css
<style>
a { background-color: #059BA4; }
a { background-color: rgb(5,155,164); }
div.DivClassName
{
background-color: #059BA4;
}
.BgClassName
{
background-color: #059BA4;
}
</style>
border-color css
<style>
span { border-color: #059BA4; }
span { border-color: rgb(5,155,164); }
td.TdClassName
{
border-color: #059BA4;
}
.TagClassName
{
border-color: #059BA4;
}
</style>