Shades of Bondi Blue #1291BB
Tints of Bondi Blue #1291BB
RGB
CMYK
RGB Variations
Color information
#1291BB (or 0x1291BB) is known color: Bondi Blue. HEX triplet: 12, 91 and BB. RGB value is (18,145,187). Sum of RGB (Red+Green+Blue) = 18+145+187=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #1291BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1291BB is #ED6E44. Grayscale: #6F6F6F. Windows color (decimal): -15560261 or 12292370. OLE color: 12292370.
HSL color Cylindrical-coordinate representation of color #1291BB: hue angle of 194.91º 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 #1291BB is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 145 | 187 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.27 |
| HSL | 194.91º | 0.82% | 0.4% | - |
| HSV(B) | 194.91º | 0.9% | 0.73% | - |
| XYZ | 19.34 | 23.97 | 50.62 | - |
| YUV | 111.82 | 170.42 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 145 | 187 | 0.90 | 0.22 | 0 | 0.27 | 194.91 | 0.82 | 0.4 |
| Hex | 12 | 91 | BB | 5A | 16 | 0 | 1B | C3 | 52 | 28 |
| Octal | 22 | 221 | 273 | 132 | 26 | 0 | 33 | 303 | 122 | 50 |
| Binary | 10010 | 10010001 | 10111011 | 1011010 | 10110 | 0 | 11011 | 11000011 | 1010010 | 101000 |
Color Harmonies of #1291BB
Complementary color
Monochromatic Colors of #1291BB
Black with #1291BB
Text Example
Text Example
White with #1291BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1291BB; }
p { color: rgb(18,145,187); }
H1.HeaderClassName
{
color: #1291BB;
}
.AnyTagClassName
{
color: #1291BB;
}
</style>
background-color css
<style>
a { background-color: #1291BB; }
a { background-color: rgb(18,145,187); }
div.DivClassName
{
background-color: #1291BB;
}
.BgClassName
{
background-color: #1291BB;
}
</style>
border-color css
<style>
span { border-color: #1291BB; }
span { border-color: rgb(18,145,187); }
td.TdClassName
{
border-color: #1291BB;
}
.TagClassName
{
border-color: #1291BB;
}
</style>