Shades of Bondi Blue #1182C1
Tints of Bondi Blue #1182C1
RGB
CMYK
RGB Variations
Color information
#1182C1 (or 0x1182C1) is known color: Bondi Blue. HEX triplet: 11, 82 and C1. RGB value is (17,130,193). Sum of RGB (Red+Green+Blue) = 17+130+193=340 (45% of max value = 765). Red value is 17 (7.03% from 255 or 5% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 193 (75.78% from 255 or 56.76% from 340); Max value from RGB is 193 - color contains mainly: blue. Hex color #1182C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1182C1 is #EE7D3E. Grayscale: #676767. Windows color (decimal): -15629631 or 12681745. OLE color: 12681745.
HSL color Cylindrical-coordinate representation of color #1182C1: hue angle of 201.48º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1182C1 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 130 | 193 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.24 |
| HSL | 201.48º | 0.84% | 0.41% | - |
| HSV(B) | 201.48º | 0.91% | 0.76% | - |
| XYZ | 17.84 | 19.93 | 53.36 | - |
| YUV | 103.4 | 178.56 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 193 | 0.91 | 0.33 | 0 | 0.24 | 201.48 | 0.84 | 0.41 |
| Hex | 11 | 82 | C1 | 5B | 21 | 0 | 18 | C9 | 54 | 29 |
| Octal | 21 | 202 | 301 | 133 | 41 | 0 | 30 | 311 | 124 | 51 |
| Binary | 10001 | 10000010 | 11000001 | 1011011 | 100001 | 0 | 11000 | 11001001 | 1010100 | 101001 |
Color Harmonies of #1182C1
Complementary color
Monochromatic Colors of #1182C1
Black with #1182C1
Text Example
Text Example
White with #1182C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1182C1; }
p { color: rgb(17,130,193); }
H1.HeaderClassName
{
color: #1182C1;
}
.AnyTagClassName
{
color: #1182C1;
}
</style>
background-color css
<style>
a { background-color: #1182C1; }
a { background-color: rgb(17,130,193); }
div.DivClassName
{
background-color: #1182C1;
}
.BgClassName
{
background-color: #1182C1;
}
</style>
border-color css
<style>
span { border-color: #1182C1; }
span { border-color: rgb(17,130,193); }
td.TdClassName
{
border-color: #1182C1;
}
.TagClassName
{
border-color: #1182C1;
}
</style>