Shades of Bondi Blue #1192AD
Tints of Bondi Blue #1192AD
RGB
CMYK
RGB Variations
Color information
#1192AD (or 0x1192AD) is known color: Bondi Blue. HEX triplet: 11, 92 and AD. RGB value is (17,146,173). Sum of RGB (Red+Green+Blue) = 17+146+173=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #1192AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1192AD is #EE6D52. Grayscale: #6E6E6E. Windows color (decimal): -15625555 or 11375121. OLE color: 11375121.
HSL color Cylindrical-coordinate representation of color #1192AD: hue angle of 190.38º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1192AD is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 146 | 173 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.32 |
| HSL | 190.38º | 0.82% | 0.37% | - |
| HSV(B) | 190.38º | 0.9% | 0.68% | - |
| XYZ | 18.05 | 23.69 | 43.16 | - |
| YUV | 110.51 | 163.26 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 173 | 0.90 | 0.16 | 0 | 0.32 | 190.38 | 0.82 | 0.37 |
| Hex | 11 | 92 | AD | 5A | 10 | 0 | 20 | BE | 52 | 25 |
| Octal | 21 | 222 | 255 | 132 | 20 | 0 | 40 | 276 | 122 | 45 |
| Binary | 10001 | 10010010 | 10101101 | 1011010 | 10000 | 0 | 100000 | 10111110 | 1010010 | 100101 |
Color Harmonies of #1192AD
Complementary color
Monochromatic Colors of #1192AD
Black with #1192AD
Text Example
Text Example
White with #1192AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1192AD; }
p { color: rgb(17,146,173); }
H1.HeaderClassName
{
color: #1192AD;
}
.AnyTagClassName
{
color: #1192AD;
}
</style>
background-color css
<style>
a { background-color: #1192AD; }
a { background-color: rgb(17,146,173); }
div.DivClassName
{
background-color: #1192AD;
}
.BgClassName
{
background-color: #1192AD;
}
</style>
border-color css
<style>
span { border-color: #1192AD; }
span { border-color: rgb(17,146,173); }
td.TdClassName
{
border-color: #1192AD;
}
.TagClassName
{
border-color: #1192AD;
}
</style>