Shades of Bondi Blue #1082C1
Tints of Bondi Blue #1082C1
RGB
CMYK
RGB Variations
Color information
#1082C1 (or 0x1082C1) is known color: Bondi Blue. HEX triplet: 10, 82 and C1. RGB value is (16,130,193). Sum of RGB (Red+Green+Blue) = 16+130+193=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 193 (75.78% from 255 or 56.93% from 339); Max value from RGB is 193 - color contains mainly: blue. Hex color #1082C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1082C1 is #EF7D3E. Grayscale: #666666. Windows color (decimal): -15695167 or 12681744. OLE color: 12681744.
HSL color Cylindrical-coordinate representation of color #1082C1: hue angle of 201.36º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1082C1 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 130 | 193 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.24 |
| HSL | 201.36º | 0.85% | 0.41% | - |
| HSV(B) | 201.36º | 0.92% | 0.76% | - |
| XYZ | 17.82 | 19.93 | 53.36 | - |
| YUV | 103.1 | 178.73 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 130 | 193 | 0.92 | 0.33 | 0 | 0.24 | 201.36 | 0.85 | 0.41 |
| Hex | 10 | 82 | C1 | 5C | 21 | 0 | 18 | C9 | 55 | 29 |
| Octal | 20 | 202 | 301 | 134 | 41 | 0 | 30 | 311 | 125 | 51 |
| Binary | 10000 | 10000010 | 11000001 | 1011100 | 100001 | 0 | 11000 | 11001001 | 1010101 | 101001 |
Color Harmonies of #1082C1
Complementary color
Monochromatic Colors of #1082C1
Black with #1082C1
Text Example
Text Example
White with #1082C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1082C1; }
p { color: rgb(16,130,193); }
H1.HeaderClassName
{
color: #1082C1;
}
.AnyTagClassName
{
color: #1082C1;
}
</style>
background-color css
<style>
a { background-color: #1082C1; }
a { background-color: rgb(16,130,193); }
div.DivClassName
{
background-color: #1082C1;
}
.BgClassName
{
background-color: #1082C1;
}
</style>
border-color css
<style>
span { border-color: #1082C1; }
span { border-color: rgb(16,130,193); }
td.TdClassName
{
border-color: #1082C1;
}
.TagClassName
{
border-color: #1082C1;
}
</style>