Shades of Bondi Blue #1094B5
Tints of Bondi Blue #1094B5
RGB
CMYK
RGB Variations
Color information
#1094B5 (or 0x1094B5) is known color: Bondi Blue. HEX triplet: 10, 94 and B5. RGB value is (16,148,181). Sum of RGB (Red+Green+Blue) = 16+148+181=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 181 (71.09% from 255 or 52.46% from 345); Max value from RGB is 181 - color contains mainly: blue. Hex color #1094B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1094B5 is #EF6B4A. Grayscale: #707070. Windows color (decimal): -15690571 or 11899920. OLE color: 11899920.
HSL color Cylindrical-coordinate representation of color #1094B5: hue angle of 192º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1094B5 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 148 | 181 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.29 |
| HSL | 192º | 0.84% | 0.39% | - |
| HSV(B) | 192º | 0.91% | 0.71% | - |
| XYZ | 19.14 | 24.63 | 47.46 | - |
| YUV | 112.29 | 166.77 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 148 | 181 | 0.91 | 0.18 | 0 | 0.29 | 192 | 0.84 | 0.39 |
| Hex | 10 | 94 | B5 | 5B | 12 | 0 | 1D | C0 | 54 | 27 |
| Octal | 20 | 224 | 265 | 133 | 22 | 0 | 35 | 300 | 124 | 47 |
| Binary | 10000 | 10010100 | 10110101 | 1011011 | 10010 | 0 | 11101 | 11000000 | 1010100 | 100111 |
Color Harmonies of #1094B5
Complementary color
Monochromatic Colors of #1094B5
Black with #1094B5
Text Example
Text Example
White with #1094B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1094B5; }
p { color: rgb(16,148,181); }
H1.HeaderClassName
{
color: #1094B5;
}
.AnyTagClassName
{
color: #1094B5;
}
</style>
background-color css
<style>
a { background-color: #1094B5; }
a { background-color: rgb(16,148,181); }
div.DivClassName
{
background-color: #1094B5;
}
.BgClassName
{
background-color: #1094B5;
}
</style>
border-color css
<style>
span { border-color: #1094B5; }
span { border-color: rgb(16,148,181); }
td.TdClassName
{
border-color: #1094B5;
}
.TagClassName
{
border-color: #1094B5;
}
</style>