Shades of Bondi Blue #0584BA
Tints of Bondi Blue #0584BA
RGB
CMYK
RGB Variations
Color information
#0584BA (or 0x0584BA) is known color: Bondi Blue. HEX triplet: 05, 84 and BA. RGB value is (5,132,186). Sum of RGB (Red+Green+Blue) = 5+132+186=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #0584BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0584BA is #FA7B45. Grayscale: #636363. Windows color (decimal): -16415558 or 12223493. OLE color: 12223493.
HSL color Cylindrical-coordinate representation of color #0584BA: hue angle of 197.9º 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 #0584BA is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 132 | 186 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.27 |
| HSL | 197.9º | 0.95% | 0.37% | - |
| HSV(B) | 197.9º | 0.97% | 0.73% | - |
| XYZ | 17.18 | 20.08 | 49.42 | - |
| YUV | 100.18 | 176.42 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 132 | 186 | 0.97 | 0.29 | 0 | 0.27 | 197.9 | 0.95 | 0.37 |
| Hex | 5 | 84 | BA | 61 | 1D | 0 | 1B | C6 | 5F | 25 |
| Octal | 5 | 204 | 272 | 141 | 35 | 0 | 33 | 306 | 137 | 45 |
| Binary | 101 | 10000100 | 10111010 | 1100001 | 11101 | 0 | 11011 | 11000110 | 1011111 | 100101 |
Color Harmonies of #0584BA
Complementary color
Monochromatic Colors of #0584BA
Black with #0584BA
Text Example
Text Example
White with #0584BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0584BA; }
p { color: rgb(5,132,186); }
H1.HeaderClassName
{
color: #0584BA;
}
.AnyTagClassName
{
color: #0584BA;
}
</style>
background-color css
<style>
a { background-color: #0584BA; }
a { background-color: rgb(5,132,186); }
div.DivClassName
{
background-color: #0584BA;
}
.BgClassName
{
background-color: #0584BA;
}
</style>
border-color css
<style>
span { border-color: #0584BA; }
span { border-color: rgb(5,132,186); }
td.TdClassName
{
border-color: #0584BA;
}
.TagClassName
{
border-color: #0584BA;
}
</style>