Shades of Bondi Blue #0084BA
Tints of Bondi Blue #0084BA
RGB
CMYK
RGB Variations
Color information
#0084BA (or 0x0084BA) is known color: Bondi Blue. HEX triplet: 00, 84 and BA. RGB value is (0,132,186). Sum of RGB (Red+Green+Blue) = 0+132+186=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #0084BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0084BA is #FF7B45. Grayscale: #626262. Windows color (decimal): -16743238 or 12223488. OLE color: 12223488.
HSL color Cylindrical-coordinate representation of color #0084BA: hue angle of 197.42º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0084BA is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 132 | 186 | - |
| CMYK | 1 | 0.29 | 0 | 0.27 |
| HSL | 197.42º | 1% | 0.36% | - |
| HSV(B) | 197.42º | 1% | 0.73% | - |
| XYZ | 17.11 | 20.05 | 49.42 | - |
| YUV | 98.69 | 177.27 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 186 | 1 | 0.29 | 0 | 0.27 | 197.42 | 1 | 0.36 |
| Hex | 0 | 84 | BA | 64 | 1D | 0 | 1B | C5 | 64 | 24 |
| Octal | 0 | 204 | 272 | 144 | 35 | 0 | 33 | 305 | 144 | 44 |
| Binary | 0 | 10000100 | 10111010 | 1100100 | 11101 | 0 | 11011 | 11000101 | 1100100 | 100100 |
Color Harmonies of #0084BA
Complementary color
Monochromatic Colors of #0084BA
Black with #0084BA
Text Example
Text Example
White with #0084BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0084BA; }
p { color: rgb(0,132,186); }
H1.HeaderClassName
{
color: #0084BA;
}
.AnyTagClassName
{
color: #0084BA;
}
</style>
background-color css
<style>
a { background-color: #0084BA; }
a { background-color: rgb(0,132,186); }
div.DivClassName
{
background-color: #0084BA;
}
.BgClassName
{
background-color: #0084BA;
}
</style>
border-color css
<style>
span { border-color: #0084BA; }
span { border-color: rgb(0,132,186); }
td.TdClassName
{
border-color: #0084BA;
}
.TagClassName
{
border-color: #0084BA;
}
</style>