Shades of Bondi Blue #0185C0
Tints of Bondi Blue #0185C0
RGB
CMYK
RGB Variations
Color information
#0185C0 (or 0x0185C0) is known color: Bondi Blue. HEX triplet: 01, 85 and C0. RGB value is (1,133,192). Sum of RGB (Red+Green+Blue) = 1+133+192=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 192 (75.39% from 255 or 58.90% from 326); Max value from RGB is 192 - color contains mainly: blue. Hex color #0185C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0185C0 is #FE7A3F. Grayscale: #636363. Windows color (decimal): -16677440 or 12616961. OLE color: 12616961.
HSL color Cylindrical-coordinate representation of color #0185C0: hue angle of 198.53º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0185C0 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 133 | 192 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.25 |
| HSL | 198.53º | 0.99% | 0.38% | - |
| HSV(B) | 198.53º | 0.99% | 0.75% | - |
| XYZ | 17.91 | 20.59 | 52.9 | - |
| YUV | 100.26 | 179.77 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 192 | 0.99 | 0.31 | 0 | 0.25 | 198.53 | 0.99 | 0.38 |
| Hex | 1 | 85 | C0 | 63 | 1F | 0 | 19 | C7 | 63 | 26 |
| Octal | 1 | 205 | 300 | 143 | 37 | 0 | 31 | 307 | 143 | 46 |
| Binary | 1 | 10000101 | 11000000 | 1100011 | 11111 | 0 | 11001 | 11000111 | 1100011 | 100110 |
Color Harmonies of #0185C0
Complementary color
Monochromatic Colors of #0185C0
Black with #0185C0
Text Example
Text Example
White with #0185C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0185C0; }
p { color: rgb(1,133,192); }
H1.HeaderClassName
{
color: #0185C0;
}
.AnyTagClassName
{
color: #0185C0;
}
</style>
background-color css
<style>
a { background-color: #0185C0; }
a { background-color: rgb(1,133,192); }
div.DivClassName
{
background-color: #0185C0;
}
.BgClassName
{
background-color: #0185C0;
}
</style>
border-color css
<style>
span { border-color: #0185C0; }
span { border-color: rgb(1,133,192); }
td.TdClassName
{
border-color: #0185C0;
}
.TagClassName
{
border-color: #0185C0;
}
</style>