Shades of Bondi Blue #0593BA
Tints of Bondi Blue #0593BA
RGB
CMYK
RGB Variations
Color information
#0593BA (or 0x0593BA) is known color: Bondi Blue. HEX triplet: 05, 93 and BA. RGB value is (5,147,186). Sum of RGB (Red+Green+Blue) = 5+147+186=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #0593BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0593BA is #FA6C45. Grayscale: #6C6C6C. Windows color (decimal): -16411718 or 12227333. OLE color: 12227333.
HSL color Cylindrical-coordinate representation of color #0593BA: hue angle of 192.93º 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 #0593BA is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 147 | 186 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.27 |
| HSL | 192.93º | 0.95% | 0.37% | - |
| HSV(B) | 192.93º | 0.97% | 0.73% | - |
| XYZ | 19.36 | 24.44 | 50.15 | - |
| YUV | 108.99 | 171.46 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 186 | 0.97 | 0.21 | 0 | 0.27 | 192.93 | 0.95 | 0.37 |
| Hex | 5 | 93 | BA | 61 | 15 | 0 | 1B | C1 | 5F | 25 |
| Octal | 5 | 223 | 272 | 141 | 25 | 0 | 33 | 301 | 137 | 45 |
| Binary | 101 | 10010011 | 10111010 | 1100001 | 10101 | 0 | 11011 | 11000001 | 1011111 | 100101 |
Color Harmonies of #0593BA
Complementary color
Monochromatic Colors of #0593BA
Black with #0593BA
Text Example
Text Example
White with #0593BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0593BA; }
p { color: rgb(5,147,186); }
H1.HeaderClassName
{
color: #0593BA;
}
.AnyTagClassName
{
color: #0593BA;
}
</style>
background-color css
<style>
a { background-color: #0593BA; }
a { background-color: rgb(5,147,186); }
div.DivClassName
{
background-color: #0593BA;
}
.BgClassName
{
background-color: #0593BA;
}
</style>
border-color css
<style>
span { border-color: #0593BA; }
span { border-color: rgb(5,147,186); }
td.TdClassName
{
border-color: #0593BA;
}
.TagClassName
{
border-color: #0593BA;
}
</style>