Shades of Bondi Blue #1092B3
Tints of Bondi Blue #1092B3
RGB
CMYK
RGB Variations
Color information
#1092B3 (or 0x1092B3) is known color: Bondi Blue. HEX triplet: 10, 92 and B3. RGB value is (16,146,179). Sum of RGB (Red+Green+Blue) = 16+146+179=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #1092B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1092B3 is #EF6D4C. Grayscale: #6E6E6E. Windows color (decimal): -15691085 or 11768336. OLE color: 11768336.
HSL color Cylindrical-coordinate representation of color #1092B3: hue angle of 192.15º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1092B3 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 146 | 179 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.30 |
| HSL | 192.15º | 0.84% | 0.38% | - |
| HSV(B) | 192.15º | 0.91% | 0.7% | - |
| XYZ | 18.63 | 23.92 | 46.28 | - |
| YUV | 110.89 | 166.43 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 146 | 179 | 0.91 | 0.18 | 0 | 0.30 | 192.15 | 0.84 | 0.38 |
| Hex | 10 | 92 | B3 | 5B | 12 | 0 | 1E | C0 | 54 | 26 |
| Octal | 20 | 222 | 263 | 133 | 22 | 0 | 36 | 300 | 124 | 46 |
| Binary | 10000 | 10010010 | 10110011 | 1011011 | 10010 | 0 | 11110 | 11000000 | 1010100 | 100110 |
Color Harmonies of #1092B3
Complementary color
Monochromatic Colors of #1092B3
Black with #1092B3
Text Example
Text Example
White with #1092B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1092B3; }
p { color: rgb(16,146,179); }
H1.HeaderClassName
{
color: #1092B3;
}
.AnyTagClassName
{
color: #1092B3;
}
</style>
background-color css
<style>
a { background-color: #1092B3; }
a { background-color: rgb(16,146,179); }
div.DivClassName
{
background-color: #1092B3;
}
.BgClassName
{
background-color: #1092B3;
}
</style>
border-color css
<style>
span { border-color: #1092B3; }
span { border-color: rgb(16,146,179); }
td.TdClassName
{
border-color: #1092B3;
}
.TagClassName
{
border-color: #1092B3;
}
</style>