Shades of Bondi Blue #0192B3
Tints of Bondi Blue #0192B3
RGB
CMYK
RGB Variations
Color information
#0192B3 (or 0x0192B3) is known color: Bondi Blue. HEX triplet: 01, 92 and B3. RGB value is (1,146,179). Sum of RGB (Red+Green+Blue) = 1+146+179=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 179 (70.31% from 255 or 54.91% from 326); Max value from RGB is 179 - color contains mainly: blue. Hex color #0192B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0192B3 is #FE6D4C. Grayscale: #6A6A6A. Windows color (decimal): -16674125 or 11768321. OLE color: 11768321.
HSL color Cylindrical-coordinate representation of color #0192B3: hue angle of 191.12º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0192B3 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 146 | 179 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.30 |
| HSL | 191.12º | 0.99% | 0.35% | - |
| HSV(B) | 191.12º | 0.99% | 0.7% | - |
| XYZ | 18.43 | 23.82 | 46.27 | - |
| YUV | 106.41 | 168.96 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 146 | 179 | 0.99 | 0.18 | 0 | 0.30 | 191.12 | 0.99 | 0.35 |
| Hex | 1 | 92 | B3 | 63 | 12 | 0 | 1E | BF | 63 | 23 |
| Octal | 1 | 222 | 263 | 143 | 22 | 0 | 36 | 277 | 143 | 43 |
| Binary | 1 | 10010010 | 10110011 | 1100011 | 10010 | 0 | 11110 | 10111111 | 1100011 | 100011 |
Color Harmonies of #0192B3
Complementary color
Monochromatic Colors of #0192B3
Black with #0192B3
Text Example
Text Example
White with #0192B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0192B3; }
p { color: rgb(1,146,179); }
H1.HeaderClassName
{
color: #0192B3;
}
.AnyTagClassName
{
color: #0192B3;
}
</style>
background-color css
<style>
a { background-color: #0192B3; }
a { background-color: rgb(1,146,179); }
div.DivClassName
{
background-color: #0192B3;
}
.BgClassName
{
background-color: #0192B3;
}
</style>
border-color css
<style>
span { border-color: #0192B3; }
span { border-color: rgb(1,146,179); }
td.TdClassName
{
border-color: #0192B3;
}
.TagClassName
{
border-color: #0192B3;
}
</style>