Shades of Bondi Blue #0185BE
Tints of Bondi Blue #0185BE
RGB
CMYK
RGB Variations
Color information
#0185BE (or 0x0185BE) is known color: Bondi Blue. HEX triplet: 01, 85 and BE. RGB value is (1,133,190). Sum of RGB (Red+Green+Blue) = 1+133+190=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #0185BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0185BE is #FE7A41. Grayscale: #636363. Windows color (decimal): -16677442 or 12485889. OLE color: 12485889.
HSL color Cylindrical-coordinate representation of color #0185BE: hue angle of 198.1º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0185BE is Cyan = 0.99, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 133 | 190 | - |
| CMYK | 0.99 | 0.3 | 0 | 0.25 |
| HSL | 198.1º | 0.99% | 0.37% | - |
| HSV(B) | 198.1º | 0.99% | 0.75% | - |
| XYZ | 17.69 | 20.5 | 51.74 | - |
| YUV | 100.03 | 178.77 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 190 | 0.99 | 0.3 | 0 | 0.25 | 198.1 | 0.99 | 0.37 |
| Hex | 1 | 85 | BE | 63 | 1E | 0 | 19 | C6 | 63 | 25 |
| Octal | 1 | 205 | 276 | 143 | 36 | 0 | 31 | 306 | 143 | 45 |
| Binary | 1 | 10000101 | 10111110 | 1100011 | 11110 | 0 | 11001 | 11000110 | 1100011 | 100101 |
Color Harmonies of #0185BE
Complementary color
Monochromatic Colors of #0185BE
Black with #0185BE
Text Example
Text Example
White with #0185BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0185BE; }
p { color: rgb(1,133,190); }
H1.HeaderClassName
{
color: #0185BE;
}
.AnyTagClassName
{
color: #0185BE;
}
</style>
background-color css
<style>
a { background-color: #0185BE; }
a { background-color: rgb(1,133,190); }
div.DivClassName
{
background-color: #0185BE;
}
.BgClassName
{
background-color: #0185BE;
}
</style>
border-color css
<style>
span { border-color: #0185BE; }
span { border-color: rgb(1,133,190); }
td.TdClassName
{
border-color: #0185BE;
}
.TagClassName
{
border-color: #0185BE;
}
</style>