Shades of Bondi Blue #058BC1
Tints of Bondi Blue #058BC1
RGB
CMYK
RGB Variations
Color information
#058BC1 (or 0x058BC1) is known color: Bondi Blue. HEX triplet: 05, 8B and C1. RGB value is (5,139,193). Sum of RGB (Red+Green+Blue) = 5+139+193=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 193 (75.78% from 255 or 57.27% from 337); Max value from RGB is 193 - color contains mainly: blue. Hex color #058BC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058BC1 is #FA743E. Grayscale: #686868. Windows color (decimal): -16413759 or 12684037. OLE color: 12684037.
HSL color Cylindrical-coordinate representation of color #058BC1: hue angle of 197.23º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058BC1 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 139 | 193 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.24 |
| HSL | 197.23º | 0.95% | 0.39% | - |
| HSV(B) | 197.23º | 0.97% | 0.76% | - |
| XYZ | 18.92 | 22.35 | 53.77 | - |
| YUV | 105.09 | 177.61 | 56.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 193 | 0.97 | 0.28 | 0 | 0.24 | 197.23 | 0.95 | 0.39 |
| Hex | 5 | 8B | C1 | 61 | 1C | 0 | 18 | C5 | 5F | 27 |
| Octal | 5 | 213 | 301 | 141 | 34 | 0 | 30 | 305 | 137 | 47 |
| Binary | 101 | 10001011 | 11000001 | 1100001 | 11100 | 0 | 11000 | 11000101 | 1011111 | 100111 |
Color Harmonies of #058BC1
Complementary color
Monochromatic Colors of #058BC1
Black with #058BC1
Text Example
Text Example
White with #058BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058BC1; }
p { color: rgb(5,139,193); }
H1.HeaderClassName
{
color: #058BC1;
}
.AnyTagClassName
{
color: #058BC1;
}
</style>
background-color css
<style>
a { background-color: #058BC1; }
a { background-color: rgb(5,139,193); }
div.DivClassName
{
background-color: #058BC1;
}
.BgClassName
{
background-color: #058BC1;
}
</style>
border-color css
<style>
span { border-color: #058BC1; }
span { border-color: rgb(5,139,193); }
td.TdClassName
{
border-color: #058BC1;
}
.TagClassName
{
border-color: #058BC1;
}
</style>