Shades of Bondi Blue #1190BB
Tints of Bondi Blue #1190BB
RGB
CMYK
RGB Variations
Color information
#1190BB (or 0x1190BB) is known color: Bondi Blue. HEX triplet: 11, 90 and BB. RGB value is (17,144,187). Sum of RGB (Red+Green+Blue) = 17+144+187=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #1190BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1190BB is #EE6F44. Grayscale: #6E6E6E. Windows color (decimal): -15626053 or 12292113. OLE color: 12292113.
HSL color Cylindrical-coordinate representation of color #1190BB: hue angle of 195.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1190BB is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 144 | 187 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.27 |
| HSL | 195.18º | 0.83% | 0.4% | - |
| HSV(B) | 195.18º | 0.91% | 0.73% | - |
| XYZ | 19.17 | 23.65 | 50.57 | - |
| YUV | 110.93 | 170.92 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 187 | 0.91 | 0.23 | 0 | 0.27 | 195.18 | 0.83 | 0.4 |
| Hex | 11 | 90 | BB | 5B | 17 | 0 | 1B | C3 | 53 | 28 |
| Octal | 21 | 220 | 273 | 133 | 27 | 0 | 33 | 303 | 123 | 50 |
| Binary | 10001 | 10010000 | 10111011 | 1011011 | 10111 | 0 | 11011 | 11000011 | 1010011 | 101000 |
Color Harmonies of #1190BB
Complementary color
Monochromatic Colors of #1190BB
Black with #1190BB
Text Example
Text Example
White with #1190BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1190BB; }
p { color: rgb(17,144,187); }
H1.HeaderClassName
{
color: #1190BB;
}
.AnyTagClassName
{
color: #1190BB;
}
</style>
background-color css
<style>
a { background-color: #1190BB; }
a { background-color: rgb(17,144,187); }
div.DivClassName
{
background-color: #1190BB;
}
.BgClassName
{
background-color: #1190BB;
}
</style>
border-color css
<style>
span { border-color: #1190BB; }
span { border-color: rgb(17,144,187); }
td.TdClassName
{
border-color: #1190BB;
}
.TagClassName
{
border-color: #1190BB;
}
</style>