Shades of Bondi Blue #0191BB
Tints of Bondi Blue #0191BB
RGB
CMYK
RGB Variations
Color information
#0191BB (or 0x0191BB) is known color: Bondi Blue. HEX triplet: 01, 91 and BB. RGB value is (1,145,187). Sum of RGB (Red+Green+Blue) = 1+145+187=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #0191BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0191BB is #FE6E44. Grayscale: #6A6A6A. Windows color (decimal): -16674373 or 12292353. OLE color: 12292353.
HSL color Cylindrical-coordinate representation of color #0191BB: hue angle of 193.55º degrees, saturation: 0.99, 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 #0191BB is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 145 | 187 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.27 |
| HSL | 193.55º | 0.99% | 0.37% | - |
| HSV(B) | 193.55º | 0.99% | 0.73% | - |
| XYZ | 19.11 | 23.85 | 50.61 | - |
| YUV | 106.73 | 173.29 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 145 | 187 | 0.99 | 0.22 | 0 | 0.27 | 193.55 | 0.99 | 0.37 |
| Hex | 1 | 91 | BB | 63 | 16 | 0 | 1B | C2 | 63 | 25 |
| Octal | 1 | 221 | 273 | 143 | 26 | 0 | 33 | 302 | 143 | 45 |
| Binary | 1 | 10010001 | 10111011 | 1100011 | 10110 | 0 | 11011 | 11000010 | 1100011 | 100101 |
Color Harmonies of #0191BB
Complementary color
Monochromatic Colors of #0191BB
Black with #0191BB
Text Example
Text Example
White with #0191BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0191BB; }
p { color: rgb(1,145,187); }
H1.HeaderClassName
{
color: #0191BB;
}
.AnyTagClassName
{
color: #0191BB;
}
</style>
background-color css
<style>
a { background-color: #0191BB; }
a { background-color: rgb(1,145,187); }
div.DivClassName
{
background-color: #0191BB;
}
.BgClassName
{
background-color: #0191BB;
}
</style>
border-color css
<style>
span { border-color: #0191BB; }
span { border-color: rgb(1,145,187); }
td.TdClassName
{
border-color: #0191BB;
}
.TagClassName
{
border-color: #0191BB;
}
</style>