Shades of Bondi Blue #0185BF
Tints of Bondi Blue #0185BF
RGB
CMYK
RGB Variations
Color information
#0185BF (or 0x0185BF) is known color: Bondi Blue. HEX triplet: 01, 85 and BF. RGB value is (1,133,191). Sum of RGB (Red+Green+Blue) = 1+133+191=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #0185BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0185BF is #FE7A40. Grayscale: #636363. Windows color (decimal): -16677441 or 12551425. OLE color: 12551425.
HSL color Cylindrical-coordinate representation of color #0185BF: hue angle of 198.32º 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 #0185BF is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 133 | 191 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.25 |
| HSL | 198.32º | 0.99% | 0.38% | - |
| HSV(B) | 198.32º | 0.99% | 0.75% | - |
| XYZ | 17.8 | 20.54 | 52.32 | - |
| YUV | 100.14 | 179.27 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 191 | 0.99 | 0.30 | 0 | 0.25 | 198.32 | 0.99 | 0.38 |
| Hex | 1 | 85 | BF | 63 | 1E | 0 | 19 | C6 | 63 | 26 |
| Octal | 1 | 205 | 277 | 143 | 36 | 0 | 31 | 306 | 143 | 46 |
| Binary | 1 | 10000101 | 10111111 | 1100011 | 11110 | 0 | 11001 | 11000110 | 1100011 | 100110 |
Color Harmonies of #0185BF
Complementary color
Monochromatic Colors of #0185BF
Black with #0185BF
Text Example
Text Example
White with #0185BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0185BF; }
p { color: rgb(1,133,191); }
H1.HeaderClassName
{
color: #0185BF;
}
.AnyTagClassName
{
color: #0185BF;
}
</style>
background-color css
<style>
a { background-color: #0185BF; }
a { background-color: rgb(1,133,191); }
div.DivClassName
{
background-color: #0185BF;
}
.BgClassName
{
background-color: #0185BF;
}
</style>
border-color css
<style>
span { border-color: #0185BF; }
span { border-color: rgb(1,133,191); }
td.TdClassName
{
border-color: #0185BF;
}
.TagClassName
{
border-color: #0185BF;
}
</style>