Shades of Bondi Blue #0182BF
Tints of Bondi Blue #0182BF
RGB
CMYK
RGB Variations
Color information
#0182BF (or 0x0182BF) is known color: Bondi Blue. HEX triplet: 01, 82 and BF. RGB value is (1,130,191). Sum of RGB (Red+Green+Blue) = 1+130+191=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #0182BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0182BF is #FE7D40. Grayscale: #626262. Windows color (decimal): -16678209 or 12550657. OLE color: 12550657.
HSL color Cylindrical-coordinate representation of color #0182BF: hue angle of 199.26º 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 #0182BF is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 130 | 191 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.25 |
| HSL | 199.26º | 0.99% | 0.38% | - |
| HSV(B) | 199.26º | 0.99% | 0.75% | - |
| XYZ | 17.4 | 19.73 | 52.18 | - |
| YUV | 98.38 | 180.26 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 191 | 0.99 | 0.32 | 0 | 0.25 | 199.26 | 0.99 | 0.38 |
| Hex | 1 | 82 | BF | 63 | 20 | 0 | 19 | C7 | 63 | 26 |
| Octal | 1 | 202 | 277 | 143 | 40 | 0 | 31 | 307 | 143 | 46 |
| Binary | 1 | 10000010 | 10111111 | 1100011 | 100000 | 0 | 11001 | 11000111 | 1100011 | 100110 |
Color Harmonies of #0182BF
Complementary color
Monochromatic Colors of #0182BF
Black with #0182BF
Text Example
Text Example
White with #0182BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0182BF; }
p { color: rgb(1,130,191); }
H1.HeaderClassName
{
color: #0182BF;
}
.AnyTagClassName
{
color: #0182BF;
}
</style>
background-color css
<style>
a { background-color: #0182BF; }
a { background-color: rgb(1,130,191); }
div.DivClassName
{
background-color: #0182BF;
}
.BgClassName
{
background-color: #0182BF;
}
</style>
border-color css
<style>
span { border-color: #0182BF; }
span { border-color: rgb(1,130,191); }
td.TdClassName
{
border-color: #0182BF;
}
.TagClassName
{
border-color: #0182BF;
}
</style>