Shades of Bondi Blue #1091BF
Tints of Bondi Blue #1091BF
RGB
CMYK
RGB Variations
Color information
#1091BF (or 0x1091BF) is known color: Bondi Blue. HEX triplet: 10, 91 and BF. RGB value is (16,145,191). Sum of RGB (Red+Green+Blue) = 16+145+191=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #1091BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1091BF is #EF6E40. Grayscale: #6F6F6F. Windows color (decimal): -15691329 or 12554512. OLE color: 12554512.
HSL color Cylindrical-coordinate representation of color #1091BF: hue angle of 195.77º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1091BF is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 145 | 191 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.25 |
| HSL | 195.77º | 0.85% | 0.41% | - |
| HSV(B) | 195.77º | 0.92% | 0.75% | - |
| XYZ | 19.74 | 24.12 | 52.91 | - |
| YUV | 111.67 | 172.76 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 145 | 191 | 0.92 | 0.24 | 0 | 0.25 | 195.77 | 0.85 | 0.41 |
| Hex | 10 | 91 | BF | 5C | 18 | 0 | 19 | C4 | 55 | 29 |
| Octal | 20 | 221 | 277 | 134 | 30 | 0 | 31 | 304 | 125 | 51 |
| Binary | 10000 | 10010001 | 10111111 | 1011100 | 11000 | 0 | 11001 | 11000100 | 1010101 | 101001 |
Color Harmonies of #1091BF
Complementary color
Monochromatic Colors of #1091BF
Black with #1091BF
Text Example
Text Example
White with #1091BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1091BF; }
p { color: rgb(16,145,191); }
H1.HeaderClassName
{
color: #1091BF;
}
.AnyTagClassName
{
color: #1091BF;
}
</style>
background-color css
<style>
a { background-color: #1091BF; }
a { background-color: rgb(16,145,191); }
div.DivClassName
{
background-color: #1091BF;
}
.BgClassName
{
background-color: #1091BF;
}
</style>
border-color css
<style>
span { border-color: #1091BF; }
span { border-color: rgb(16,145,191); }
td.TdClassName
{
border-color: #1091BF;
}
.TagClassName
{
border-color: #1091BF;
}
</style>