Shades of Bondi Blue #0183BB
Tints of Bondi Blue #0183BB
RGB
CMYK
RGB Variations
Color information
#0183BB (or 0x0183BB) is known color: Bondi Blue. HEX triplet: 01, 83 and BB. RGB value is (1,131,187). Sum of RGB (Red+Green+Blue) = 1+131+187=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #0183BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0183BB is #FE7C44. Grayscale: #626262. Windows color (decimal): -16677957 or 12288769. OLE color: 12288769.
HSL color Cylindrical-coordinate representation of color #0183BB: hue angle of 198.06º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0183BB is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 131 | 187 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.27 |
| HSL | 198.06º | 0.99% | 0.37% | - |
| HSV(B) | 198.06º | 0.99% | 0.73% | - |
| XYZ | 17.1 | 19.83 | 49.94 | - |
| YUV | 98.51 | 177.93 | 58.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 187 | 0.99 | 0.30 | 0 | 0.27 | 198.06 | 0.99 | 0.37 |
| Hex | 1 | 83 | BB | 63 | 1E | 0 | 1B | C6 | 63 | 25 |
| Octal | 1 | 203 | 273 | 143 | 36 | 0 | 33 | 306 | 143 | 45 |
| Binary | 1 | 10000011 | 10111011 | 1100011 | 11110 | 0 | 11011 | 11000110 | 1100011 | 100101 |
Color Harmonies of #0183BB
Complementary color
Monochromatic Colors of #0183BB
Black with #0183BB
Text Example
Text Example
White with #0183BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0183BB; }
p { color: rgb(1,131,187); }
H1.HeaderClassName
{
color: #0183BB;
}
.AnyTagClassName
{
color: #0183BB;
}
</style>
background-color css
<style>
a { background-color: #0183BB; }
a { background-color: rgb(1,131,187); }
div.DivClassName
{
background-color: #0183BB;
}
.BgClassName
{
background-color: #0183BB;
}
</style>
border-color css
<style>
span { border-color: #0183BB; }
span { border-color: rgb(1,131,187); }
td.TdClassName
{
border-color: #0183BB;
}
.TagClassName
{
border-color: #0183BB;
}
</style>