Shades of Bondi Blue #1184BF
Tints of Bondi Blue #1184BF
RGB
CMYK
RGB Variations
Color information
#1184BF (or 0x1184BF) is known color: Bondi Blue. HEX triplet: 11, 84 and BF. RGB value is (17,132,191). Sum of RGB (Red+Green+Blue) = 17+132+191=340 (45% of max value = 765). Red value is 17 (7.03% from 255 or 5% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #1184BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1184BF is #EE7B40. Grayscale: #676767. Windows color (decimal): -15629121 or 12551185. OLE color: 12551185.
HSL color Cylindrical-coordinate representation of color #1184BF: hue angle of 200.34º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1184BF is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 132 | 191 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.25 |
| HSL | 200.34º | 0.84% | 0.41% | - |
| HSV(B) | 200.34º | 0.91% | 0.75% | - |
| XYZ | 17.89 | 20.38 | 52.28 | - |
| YUV | 104.34 | 176.9 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 132 | 191 | 0.91 | 0.31 | 0 | 0.25 | 200.34 | 0.84 | 0.41 |
| Hex | 11 | 84 | BF | 5B | 1F | 0 | 19 | C8 | 54 | 29 |
| Octal | 21 | 204 | 277 | 133 | 37 | 0 | 31 | 310 | 124 | 51 |
| Binary | 10001 | 10000100 | 10111111 | 1011011 | 11111 | 0 | 11001 | 11001000 | 1010100 | 101001 |
Color Harmonies of #1184BF
Complementary color
Monochromatic Colors of #1184BF
Black with #1184BF
Text Example
Text Example
White with #1184BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1184BF; }
p { color: rgb(17,132,191); }
H1.HeaderClassName
{
color: #1184BF;
}
.AnyTagClassName
{
color: #1184BF;
}
</style>
background-color css
<style>
a { background-color: #1184BF; }
a { background-color: rgb(17,132,191); }
div.DivClassName
{
background-color: #1184BF;
}
.BgClassName
{
background-color: #1184BF;
}
</style>
border-color css
<style>
span { border-color: #1184BF; }
span { border-color: rgb(17,132,191); }
td.TdClassName
{
border-color: #1184BF;
}
.TagClassName
{
border-color: #1184BF;
}
</style>