Shades of Bondi Blue #0183BE
Tints of Bondi Blue #0183BE
RGB
CMYK
RGB Variations
Color information
#0183BE (or 0x0183BE) is known color: Bondi Blue. HEX triplet: 01, 83 and BE. RGB value is (1,131,190). Sum of RGB (Red+Green+Blue) = 1+131+190=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #0183BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0183BE is #FE7C41. Grayscale: #626262. Windows color (decimal): -16677954 or 12485377. OLE color: 12485377.
HSL color Cylindrical-coordinate representation of color #0183BE: hue angle of 198.73º 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 #0183BE is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 131 | 190 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.25 |
| HSL | 198.73º | 0.99% | 0.37% | - |
| HSV(B) | 198.73º | 0.99% | 0.75% | - |
| XYZ | 17.42 | 19.96 | 51.65 | - |
| YUV | 98.86 | 179.43 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 190 | 0.99 | 0.31 | 0 | 0.25 | 198.73 | 0.99 | 0.37 |
| Hex | 1 | 83 | BE | 63 | 1F | 0 | 19 | C7 | 63 | 25 |
| Octal | 1 | 203 | 276 | 143 | 37 | 0 | 31 | 307 | 143 | 45 |
| Binary | 1 | 10000011 | 10111110 | 1100011 | 11111 | 0 | 11001 | 11000111 | 1100011 | 100101 |
Color Harmonies of #0183BE
Complementary color
Monochromatic Colors of #0183BE
Black with #0183BE
Text Example
Text Example
White with #0183BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0183BE; }
p { color: rgb(1,131,190); }
H1.HeaderClassName
{
color: #0183BE;
}
.AnyTagClassName
{
color: #0183BE;
}
</style>
background-color css
<style>
a { background-color: #0183BE; }
a { background-color: rgb(1,131,190); }
div.DivClassName
{
background-color: #0183BE;
}
.BgClassName
{
background-color: #0183BE;
}
</style>
border-color css
<style>
span { border-color: #0183BE; }
span { border-color: rgb(1,131,190); }
td.TdClassName
{
border-color: #0183BE;
}
.TagClassName
{
border-color: #0183BE;
}
</style>