Shades of Bondi Blue #0192BB
Tints of Bondi Blue #0192BB
RGB
CMYK
RGB Variations
Color information
#0192BB (or 0x0192BB) is known color: Bondi Blue. HEX triplet: 01, 92 and BB. RGB value is (1,146,187). Sum of RGB (Red+Green+Blue) = 1+146+187=334 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #0192BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0192BB is #FE6D44. Grayscale: #6B6B6B. Windows color (decimal): -16674117 or 12292609. OLE color: 12292609.
HSL color Cylindrical-coordinate representation of color #0192BB: hue angle of 193.23º 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 #0192BB is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 146 | 187 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.27 |
| HSL | 193.23º | 0.99% | 0.37% | - |
| HSV(B) | 193.23º | 0.99% | 0.73% | - |
| XYZ | 19.26 | 24.15 | 50.66 | - |
| YUV | 107.32 | 172.96 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 146 | 187 | 0.99 | 0.22 | 0 | 0.27 | 193.23 | 0.99 | 0.37 |
| Hex | 1 | 92 | BB | 63 | 16 | 0 | 1B | C1 | 63 | 25 |
| Octal | 1 | 222 | 273 | 143 | 26 | 0 | 33 | 301 | 143 | 45 |
| Binary | 1 | 10010010 | 10111011 | 1100011 | 10110 | 0 | 11011 | 11000001 | 1100011 | 100101 |
Color Harmonies of #0192BB
Complementary color
Monochromatic Colors of #0192BB
Black with #0192BB
Text Example
Text Example
White with #0192BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0192BB; }
p { color: rgb(1,146,187); }
H1.HeaderClassName
{
color: #0192BB;
}
.AnyTagClassName
{
color: #0192BB;
}
</style>
background-color css
<style>
a { background-color: #0192BB; }
a { background-color: rgb(1,146,187); }
div.DivClassName
{
background-color: #0192BB;
}
.BgClassName
{
background-color: #0192BB;
}
</style>
border-color css
<style>
span { border-color: #0192BB; }
span { border-color: rgb(1,146,187); }
td.TdClassName
{
border-color: #0192BB;
}
.TagClassName
{
border-color: #0192BB;
}
</style>