Shades of Bondi Blue #1192BB
Tints of Bondi Blue #1192BB
RGB
CMYK
RGB Variations
Color information
#1192BB (or 0x1192BB) is known color: Bondi Blue. HEX triplet: 11, 92 and BB. RGB value is (17,146,187). Sum of RGB (Red+Green+Blue) = 17+146+187=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 146 (57.42% from 255 or 41.71% 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 #1192BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1192BB is #EE6D44. Grayscale: #6F6F6F. Windows color (decimal): -15625541 or 12292625. OLE color: 12292625.
HSL color Cylindrical-coordinate representation of color #1192BB: hue angle of 194.47º 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 #1192BB is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 146 | 187 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.27 |
| HSL | 194.47º | 0.83% | 0.4% | - |
| HSV(B) | 194.47º | 0.91% | 0.73% | - |
| XYZ | 19.48 | 24.26 | 50.67 | - |
| YUV | 112.1 | 170.26 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 187 | 0.91 | 0.22 | 0 | 0.27 | 194.47 | 0.83 | 0.4 |
| Hex | 11 | 92 | BB | 5B | 16 | 0 | 1B | C2 | 53 | 28 |
| Octal | 21 | 222 | 273 | 133 | 26 | 0 | 33 | 302 | 123 | 50 |
| Binary | 10001 | 10010010 | 10111011 | 1011011 | 10110 | 0 | 11011 | 11000010 | 1010011 | 101000 |
Color Harmonies of #1192BB
Complementary color
Monochromatic Colors of #1192BB
Black with #1192BB
Text Example
Text Example
White with #1192BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1192BB; }
p { color: rgb(17,146,187); }
H1.HeaderClassName
{
color: #1192BB;
}
.AnyTagClassName
{
color: #1192BB;
}
</style>
background-color css
<style>
a { background-color: #1192BB; }
a { background-color: rgb(17,146,187); }
div.DivClassName
{
background-color: #1192BB;
}
.BgClassName
{
background-color: #1192BB;
}
</style>
border-color css
<style>
span { border-color: #1192BB; }
span { border-color: rgb(17,146,187); }
td.TdClassName
{
border-color: #1192BB;
}
.TagClassName
{
border-color: #1192BB;
}
</style>