Shades of Bondi Blue #0198BA
Tints of Bondi Blue #0198BA
RGB
CMYK
RGB Variations
Color information
#0198BA (or 0x0198BA) is known color: Bondi Blue. HEX triplet: 01, 98 and BA. RGB value is (1,152,186). Sum of RGB (Red+Green+Blue) = 1+152+186=339 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #0198BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0198BA is #FE6745. Grayscale: #6E6E6E. Windows color (decimal): -16672582 or 12228609. OLE color: 12228609.
HSL color Cylindrical-coordinate representation of color #0198BA: hue angle of 191.03º 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 #0198BA is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 152 | 186 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.27 |
| HSL | 191.03º | 0.99% | 0.37% | - |
| HSV(B) | 191.03º | 0.99% | 0.73% | - |
| XYZ | 20.1 | 26.01 | 50.41 | - |
| YUV | 110.73 | 170.47 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 186 | 0.99 | 0.18 | 0 | 0.27 | 191.03 | 0.99 | 0.37 |
| Hex | 1 | 98 | BA | 63 | 12 | 0 | 1B | BF | 63 | 25 |
| Octal | 1 | 230 | 272 | 143 | 22 | 0 | 33 | 277 | 143 | 45 |
| Binary | 1 | 10011000 | 10111010 | 1100011 | 10010 | 0 | 11011 | 10111111 | 1100011 | 100101 |
Color Harmonies of #0198BA
Complementary color
Monochromatic Colors of #0198BA
Black with #0198BA
Text Example
Text Example
White with #0198BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0198BA; }
p { color: rgb(1,152,186); }
H1.HeaderClassName
{
color: #0198BA;
}
.AnyTagClassName
{
color: #0198BA;
}
</style>
background-color css
<style>
a { background-color: #0198BA; }
a { background-color: rgb(1,152,186); }
div.DivClassName
{
background-color: #0198BA;
}
.BgClassName
{
background-color: #0198BA;
}
</style>
border-color css
<style>
span { border-color: #0198BA; }
span { border-color: rgb(1,152,186); }
td.TdClassName
{
border-color: #0198BA;
}
.TagClassName
{
border-color: #0198BA;
}
</style>