Shades of Bondi Blue #0192AA
Tints of Bondi Blue #0192AA
RGB
CMYK
RGB Variations
Color information
#0192AA (or 0x0192AA) is known color: Bondi Blue. HEX triplet: 01, 92 and AA. RGB value is (1,146,170). Sum of RGB (Red+Green+Blue) = 1+146+170=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #0192AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0192AA is #FE6D55. Grayscale: #696969. Windows color (decimal): -16674134 or 11178497. OLE color: 11178497.
HSL color Cylindrical-coordinate representation of color #0192AA: hue angle of 188.52º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0192AA is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 146 | 170 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.33 |
| HSL | 188.52º | 0.99% | 0.34% | - |
| HSV(B) | 188.52º | 0.99% | 0.67% | - |
| XYZ | 17.55 | 23.47 | 41.63 | - |
| YUV | 105.38 | 164.46 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 146 | 170 | 0.99 | 0.14 | 0 | 0.33 | 188.52 | 0.99 | 0.34 |
| Hex | 1 | 92 | AA | 63 | E | 0 | 21 | BD | 63 | 22 |
| Octal | 1 | 222 | 252 | 143 | 16 | 0 | 41 | 275 | 143 | 42 |
| Binary | 1 | 10010010 | 10101010 | 1100011 | 1110 | 0 | 100001 | 10111101 | 1100011 | 100010 |
Color Harmonies of #0192AA
Complementary color
Monochromatic Colors of #0192AA
Black with #0192AA
Text Example
Text Example
White with #0192AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0192AA; }
p { color: rgb(1,146,170); }
H1.HeaderClassName
{
color: #0192AA;
}
.AnyTagClassName
{
color: #0192AA;
}
</style>
background-color css
<style>
a { background-color: #0192AA; }
a { background-color: rgb(1,146,170); }
div.DivClassName
{
background-color: #0192AA;
}
.BgClassName
{
background-color: #0192AA;
}
</style>
border-color css
<style>
span { border-color: #0192AA; }
span { border-color: rgb(1,146,170); }
td.TdClassName
{
border-color: #0192AA;
}
.TagClassName
{
border-color: #0192AA;
}
</style>