Shades of Bondi Blue #059CB1
Tints of Bondi Blue #059CB1
RGB
CMYK
RGB Variations
Color information
#059CB1 (or 0x059CB1) is known color: Bondi Blue. HEX triplet: 05, 9C and B1. RGB value is (5,156,177). Sum of RGB (Red+Green+Blue) = 5+156+177=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 177 (69.53% from 255 or 52.37% from 338); Max value from RGB is 177 - color contains mainly: blue. Hex color #059CB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059CB1 is #FA634E. Grayscale: #717171. Windows color (decimal): -16409423 or 11639813. OLE color: 11639813.
HSL color Cylindrical-coordinate representation of color #059CB1: hue angle of 187.33º 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 #059CB1 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 156 | 177 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.31 |
| HSL | 187.33º | 0.95% | 0.36% | - |
| HSV(B) | 187.33º | 0.97% | 0.69% | - |
| XYZ | 19.89 | 26.98 | 45.76 | - |
| YUV | 113.25 | 163.97 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 177 | 0.97 | 0.12 | 0 | 0.31 | 187.33 | 0.95 | 0.36 |
| Hex | 5 | 9C | B1 | 61 | C | 0 | 1F | BB | 5F | 24 |
| Octal | 5 | 234 | 261 | 141 | 14 | 0 | 37 | 273 | 137 | 44 |
| Binary | 101 | 10011100 | 10110001 | 1100001 | 1100 | 0 | 11111 | 10111011 | 1011111 | 100100 |
Color Harmonies of #059CB1
Complementary color
Monochromatic Colors of #059CB1
Black with #059CB1
Text Example
Text Example
White with #059CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059CB1; }
p { color: rgb(5,156,177); }
H1.HeaderClassName
{
color: #059CB1;
}
.AnyTagClassName
{
color: #059CB1;
}
</style>
background-color css
<style>
a { background-color: #059CB1; }
a { background-color: rgb(5,156,177); }
div.DivClassName
{
background-color: #059CB1;
}
.BgClassName
{
background-color: #059CB1;
}
</style>
border-color css
<style>
span { border-color: #059CB1; }
span { border-color: rgb(5,156,177); }
td.TdClassName
{
border-color: #059CB1;
}
.TagClassName
{
border-color: #059CB1;
}
</style>