Shades of Bondi Blue #0291BA
Tints of Bondi Blue #0291BA
RGB
CMYK
RGB Variations
Color information
#0291BA (or 0x0291BA) is known color: Bondi Blue. HEX triplet: 02, 91 and BA. RGB value is (2,145,186). Sum of RGB (Red+Green+Blue) = 2+145+186=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #0291BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0291BA is #FD6E45. Grayscale: #6A6A6A. Windows color (decimal): -16608838 or 12226818. OLE color: 12226818.
HSL color Cylindrical-coordinate representation of color #0291BA: hue angle of 193.37º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0291BA is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 145 | 186 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.27 |
| HSL | 193.37º | 0.98% | 0.37% | - |
| HSV(B) | 193.37º | 0.99% | 0.73% | - |
| XYZ | 19.01 | 23.81 | 50.05 | - |
| YUV | 106.92 | 172.62 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 186 | 0.99 | 0.22 | 0 | 0.27 | 193.37 | 0.98 | 0.37 |
| Hex | 2 | 91 | BA | 63 | 16 | 0 | 1B | C1 | 62 | 25 |
| Octal | 2 | 221 | 272 | 143 | 26 | 0 | 33 | 301 | 142 | 45 |
| Binary | 10 | 10010001 | 10111010 | 1100011 | 10110 | 0 | 11011 | 11000001 | 1100010 | 100101 |
Color Harmonies of #0291BA
Complementary color
Monochromatic Colors of #0291BA
Black with #0291BA
Text Example
Text Example
White with #0291BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0291BA; }
p { color: rgb(2,145,186); }
H1.HeaderClassName
{
color: #0291BA;
}
.AnyTagClassName
{
color: #0291BA;
}
</style>
background-color css
<style>
a { background-color: #0291BA; }
a { background-color: rgb(2,145,186); }
div.DivClassName
{
background-color: #0291BA;
}
.BgClassName
{
background-color: #0291BA;
}
</style>
border-color css
<style>
span { border-color: #0291BA; }
span { border-color: rgb(2,145,186); }
td.TdClassName
{
border-color: #0291BA;
}
.TagClassName
{
border-color: #0291BA;
}
</style>