Shades of Bondi Blue #0185BB
Tints of Bondi Blue #0185BB
RGB
CMYK
RGB Variations
Color information
#0185BB (or 0x0185BB) is known color: Bondi Blue. HEX triplet: 01, 85 and BB. RGB value is (1,133,187). Sum of RGB (Red+Green+Blue) = 1+133+187=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #0185BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0185BB is #FE7A44. Grayscale: #636363. Windows color (decimal): -16677445 or 12289281. OLE color: 12289281.
HSL color Cylindrical-coordinate representation of color #0185BB: hue angle of 197.42º 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 #0185BB is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 133 | 187 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.27 |
| HSL | 197.42º | 0.99% | 0.37% | - |
| HSV(B) | 197.42º | 0.99% | 0.73% | - |
| XYZ | 17.37 | 20.37 | 50.03 | - |
| YUV | 99.69 | 177.27 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 187 | 0.99 | 0.29 | 0 | 0.27 | 197.42 | 0.99 | 0.37 |
| Hex | 1 | 85 | BB | 63 | 1D | 0 | 1B | C5 | 63 | 25 |
| Octal | 1 | 205 | 273 | 143 | 35 | 0 | 33 | 305 | 143 | 45 |
| Binary | 1 | 10000101 | 10111011 | 1100011 | 11101 | 0 | 11011 | 11000101 | 1100011 | 100101 |
Color Harmonies of #0185BB
Complementary color
Monochromatic Colors of #0185BB
Black with #0185BB
Text Example
Text Example
White with #0185BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0185BB; }
p { color: rgb(1,133,187); }
H1.HeaderClassName
{
color: #0185BB;
}
.AnyTagClassName
{
color: #0185BB;
}
</style>
background-color css
<style>
a { background-color: #0185BB; }
a { background-color: rgb(1,133,187); }
div.DivClassName
{
background-color: #0185BB;
}
.BgClassName
{
background-color: #0185BB;
}
</style>
border-color css
<style>
span { border-color: #0185BB; }
span { border-color: rgb(1,133,187); }
td.TdClassName
{
border-color: #0185BB;
}
.TagClassName
{
border-color: #0185BB;
}
</style>