Shades of Bondi Blue #1289BD
Tints of Bondi Blue #1289BD
RGB
CMYK
RGB Variations
Color information
#1289BD (or 0x1289BD) is known color: Bondi Blue. HEX triplet: 12, 89 and BD. RGB value is (18,137,189). Sum of RGB (Red+Green+Blue) = 18+137+189=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #1289BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1289BD is #ED7642. Grayscale: #6B6B6B. Windows color (decimal): -15562307 or 12421394. OLE color: 12421394.
HSL color Cylindrical-coordinate representation of color #1289BD: hue angle of 198.25º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1289BD is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 137 | 189 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.26 |
| HSL | 198.25º | 0.83% | 0.41% | - |
| HSV(B) | 198.25º | 0.9% | 0.74% | - |
| XYZ | 18.38 | 21.69 | 51.36 | - |
| YUV | 107.35 | 174.08 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 137 | 189 | 0.90 | 0.28 | 0 | 0.26 | 198.25 | 0.83 | 0.41 |
| Hex | 12 | 89 | BD | 5A | 1C | 0 | 1A | C6 | 53 | 29 |
| Octal | 22 | 211 | 275 | 132 | 34 | 0 | 32 | 306 | 123 | 51 |
| Binary | 10010 | 10001001 | 10111101 | 1011010 | 11100 | 0 | 11010 | 11000110 | 1010011 | 101001 |
Color Harmonies of #1289BD
Complementary color
Monochromatic Colors of #1289BD
Black with #1289BD
Text Example
Text Example
White with #1289BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1289BD; }
p { color: rgb(18,137,189); }
H1.HeaderClassName
{
color: #1289BD;
}
.AnyTagClassName
{
color: #1289BD;
}
</style>
background-color css
<style>
a { background-color: #1289BD; }
a { background-color: rgb(18,137,189); }
div.DivClassName
{
background-color: #1289BD;
}
.BgClassName
{
background-color: #1289BD;
}
</style>
border-color css
<style>
span { border-color: #1289BD; }
span { border-color: rgb(18,137,189); }
td.TdClassName
{
border-color: #1289BD;
}
.TagClassName
{
border-color: #1289BD;
}
</style>