Shades of Bondi Blue #1192B1
Tints of Bondi Blue #1192B1
RGB
CMYK
RGB Variations
Color information
#1192B1 (or 0x1192B1) is known color: Bondi Blue. HEX triplet: 11, 92 and B1. RGB value is (17,146,177). Sum of RGB (Red+Green+Blue) = 17+146+177=340 (45% of max value = 765). Red value is 17 (7.03% from 255 or 5% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 177 (69.53% from 255 or 52.06% from 340); Max value from RGB is 177 - color contains mainly: blue. Hex color #1192B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1192B1 is #EE6D4E. Grayscale: #6E6E6E. Windows color (decimal): -15625551 or 11637265. OLE color: 11637265.
HSL color Cylindrical-coordinate representation of color #1192B1: hue angle of 191.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1192B1 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 146 | 177 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.31 |
| HSL | 191.63º | 0.82% | 0.38% | - |
| HSV(B) | 191.63º | 0.9% | 0.69% | - |
| XYZ | 18.45 | 23.85 | 45.23 | - |
| YUV | 110.96 | 165.26 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 177 | 0.90 | 0.18 | 0 | 0.31 | 191.63 | 0.82 | 0.38 |
| Hex | 11 | 92 | B1 | 5A | 12 | 0 | 1F | C0 | 52 | 26 |
| Octal | 21 | 222 | 261 | 132 | 22 | 0 | 37 | 300 | 122 | 46 |
| Binary | 10001 | 10010010 | 10110001 | 1011010 | 10010 | 0 | 11111 | 11000000 | 1010010 | 100110 |
Color Harmonies of #1192B1
Complementary color
Monochromatic Colors of #1192B1
Black with #1192B1
Text Example
Text Example
White with #1192B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1192B1; }
p { color: rgb(17,146,177); }
H1.HeaderClassName
{
color: #1192B1;
}
.AnyTagClassName
{
color: #1192B1;
}
</style>
background-color css
<style>
a { background-color: #1192B1; }
a { background-color: rgb(17,146,177); }
div.DivClassName
{
background-color: #1192B1;
}
.BgClassName
{
background-color: #1192B1;
}
</style>
border-color css
<style>
span { border-color: #1192B1; }
span { border-color: rgb(17,146,177); }
td.TdClassName
{
border-color: #1192B1;
}
.TagClassName
{
border-color: #1192B1;
}
</style>