Shades of Bondi Blue #1289BB
Tints of Bondi Blue #1289BB
RGB
CMYK
RGB Variations
Color information
#1289BB (or 0x1289BB) is known color: Bondi Blue. HEX triplet: 12, 89 and BB. RGB value is (18,137,187). Sum of RGB (Red+Green+Blue) = 18+137+187=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #1289BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1289BB is #ED7644. Grayscale: #6A6A6A. Windows color (decimal): -15562309 or 12290322. OLE color: 12290322.
HSL color Cylindrical-coordinate representation of color #1289BB: hue angle of 197.75º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1289BB is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 137 | 187 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.27 |
| HSL | 197.75º | 0.82% | 0.4% | - |
| HSV(B) | 197.75º | 0.9% | 0.73% | - |
| XYZ | 18.16 | 21.61 | 50.23 | - |
| YUV | 107.12 | 173.08 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 137 | 187 | 0.90 | 0.27 | 0 | 0.27 | 197.75 | 0.82 | 0.4 |
| Hex | 12 | 89 | BB | 5A | 1B | 0 | 1B | C6 | 52 | 28 |
| Octal | 22 | 211 | 273 | 132 | 33 | 0 | 33 | 306 | 122 | 50 |
| Binary | 10010 | 10001001 | 10111011 | 1011010 | 11011 | 0 | 11011 | 11000110 | 1010010 | 101000 |
Color Harmonies of #1289BB
Complementary color
Monochromatic Colors of #1289BB
Black with #1289BB
Text Example
Text Example
White with #1289BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1289BB; }
p { color: rgb(18,137,187); }
H1.HeaderClassName
{
color: #1289BB;
}
.AnyTagClassName
{
color: #1289BB;
}
</style>
background-color css
<style>
a { background-color: #1289BB; }
a { background-color: rgb(18,137,187); }
div.DivClassName
{
background-color: #1289BB;
}
.BgClassName
{
background-color: #1289BB;
}
</style>
border-color css
<style>
span { border-color: #1289BB; }
span { border-color: rgb(18,137,187); }
td.TdClassName
{
border-color: #1289BB;
}
.TagClassName
{
border-color: #1289BB;
}
</style>