Shades of Bondi Blue #0185B9
Tints of Bondi Blue #0185B9
RGB
CMYK
RGB Variations
Color information
#0185B9 (or 0x0185B9) is known color: Bondi Blue. HEX triplet: 01, 85 and B9. RGB value is (1,133,185). Sum of RGB (Red+Green+Blue) = 1+133+185=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 185 (72.66% from 255 or 57.99% from 319); Max value from RGB is 185 - color contains mainly: blue. Hex color #0185B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0185B9 is #FE7A46. Grayscale: #636363. Windows color (decimal): -16677447 or 12158209. OLE color: 12158209.
HSL color Cylindrical-coordinate representation of color #0185B9: hue angle of 196.96º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0185B9 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 133 | 185 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.27 |
| HSL | 196.96º | 0.99% | 0.36% | - |
| HSV(B) | 196.96º | 0.99% | 0.73% | - |
| XYZ | 17.16 | 20.28 | 48.91 | - |
| YUV | 99.46 | 176.27 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 185 | 0.99 | 0.28 | 0 | 0.27 | 196.96 | 0.99 | 0.36 |
| Hex | 1 | 85 | B9 | 63 | 1C | 0 | 1B | C5 | 63 | 24 |
| Octal | 1 | 205 | 271 | 143 | 34 | 0 | 33 | 305 | 143 | 44 |
| Binary | 1 | 10000101 | 10111001 | 1100011 | 11100 | 0 | 11011 | 11000101 | 1100011 | 100100 |
Color Harmonies of #0185B9
Complementary color
Monochromatic Colors of #0185B9
Black with #0185B9
Text Example
Text Example
White with #0185B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0185B9; }
p { color: rgb(1,133,185); }
H1.HeaderClassName
{
color: #0185B9;
}
.AnyTagClassName
{
color: #0185B9;
}
</style>
background-color css
<style>
a { background-color: #0185B9; }
a { background-color: rgb(1,133,185); }
div.DivClassName
{
background-color: #0185B9;
}
.BgClassName
{
background-color: #0185B9;
}
</style>
border-color css
<style>
span { border-color: #0185B9; }
span { border-color: rgb(1,133,185); }
td.TdClassName
{
border-color: #0185B9;
}
.TagClassName
{
border-color: #0185B9;
}
</style>