Shades of Bondi Blue #0592BA
Tints of Bondi Blue #0592BA
RGB
CMYK
RGB Variations
Color information
#0592BA (or 0x0592BA) is known color: Bondi Blue. HEX triplet: 05, 92 and BA. RGB value is (5,146,186). Sum of RGB (Red+Green+Blue) = 5+146+186=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #0592BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0592BA is #FA6D45. Grayscale: #6C6C6C. Windows color (decimal): -16411974 or 12227077. OLE color: 12227077.
HSL color Cylindrical-coordinate representation of color #0592BA: hue angle of 193.26º 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 #0592BA is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 146 | 186 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.27 |
| HSL | 193.26º | 0.95% | 0.37% | - |
| HSV(B) | 193.26º | 0.97% | 0.73% | - |
| XYZ | 19.2 | 24.14 | 50.1 | - |
| YUV | 108.4 | 171.79 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 186 | 0.97 | 0.22 | 0 | 0.27 | 193.26 | 0.95 | 0.37 |
| Hex | 5 | 92 | BA | 61 | 16 | 0 | 1B | C1 | 5F | 25 |
| Octal | 5 | 222 | 272 | 141 | 26 | 0 | 33 | 301 | 137 | 45 |
| Binary | 101 | 10010010 | 10111010 | 1100001 | 10110 | 0 | 11011 | 11000001 | 1011111 | 100101 |
Color Harmonies of #0592BA
Complementary color
Monochromatic Colors of #0592BA
Black with #0592BA
Text Example
Text Example
White with #0592BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0592BA; }
p { color: rgb(5,146,186); }
H1.HeaderClassName
{
color: #0592BA;
}
.AnyTagClassName
{
color: #0592BA;
}
</style>
background-color css
<style>
a { background-color: #0592BA; }
a { background-color: rgb(5,146,186); }
div.DivClassName
{
background-color: #0592BA;
}
.BgClassName
{
background-color: #0592BA;
}
</style>
border-color css
<style>
span { border-color: #0592BA; }
span { border-color: rgb(5,146,186); }
td.TdClassName
{
border-color: #0592BA;
}
.TagClassName
{
border-color: #0592BA;
}
</style>