Shades of Bondi Blue #058ABA
Tints of Bondi Blue #058ABA
RGB
CMYK
RGB Variations
Color information
#058ABA (or 0x058ABA) is known color: Bondi Blue. HEX triplet: 05, 8A and BA. RGB value is (5,138,186). Sum of RGB (Red+Green+Blue) = 5+138+186=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #058ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058ABA is #FA7545. Grayscale: #676767. Windows color (decimal): -16414022 or 12225029. OLE color: 12225029.
HSL color Cylindrical-coordinate representation of color #058ABA: hue angle of 195.91º 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 #058ABA is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 138 | 186 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.27 |
| HSL | 195.91º | 0.95% | 0.37% | - |
| HSV(B) | 195.91º | 0.97% | 0.73% | - |
| XYZ | 18.01 | 21.75 | 49.7 | - |
| YUV | 103.71 | 174.44 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 138 | 186 | 0.97 | 0.26 | 0 | 0.27 | 195.91 | 0.95 | 0.37 |
| Hex | 5 | 8A | BA | 61 | 1A | 0 | 1B | C4 | 5F | 25 |
| Octal | 5 | 212 | 272 | 141 | 32 | 0 | 33 | 304 | 137 | 45 |
| Binary | 101 | 10001010 | 10111010 | 1100001 | 11010 | 0 | 11011 | 11000100 | 1011111 | 100101 |
Color Harmonies of #058ABA
Complementary color
Monochromatic Colors of #058ABA
Black with #058ABA
Text Example
Text Example
White with #058ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058ABA; }
p { color: rgb(5,138,186); }
H1.HeaderClassName
{
color: #058ABA;
}
.AnyTagClassName
{
color: #058ABA;
}
</style>
background-color css
<style>
a { background-color: #058ABA; }
a { background-color: rgb(5,138,186); }
div.DivClassName
{
background-color: #058ABA;
}
.BgClassName
{
background-color: #058ABA;
}
</style>
border-color css
<style>
span { border-color: #058ABA; }
span { border-color: rgb(5,138,186); }
td.TdClassName
{
border-color: #058ABA;
}
.TagClassName
{
border-color: #058ABA;
}
</style>