Shades of Bondi Blue #0193AA
Tints of Bondi Blue #0193AA
RGB
CMYK
RGB Variations
Color information
#0193AA (or 0x0193AA) is known color: Bondi Blue. HEX triplet: 01, 93 and AA. RGB value is (1,147,170). Sum of RGB (Red+Green+Blue) = 1+147+170=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #0193AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0193AA is #FE6C55. Grayscale: #696969. Windows color (decimal): -16673878 or 11178753. OLE color: 11178753.
HSL color Cylindrical-coordinate representation of color #0193AA: hue angle of 188.17º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0193AA is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 147 | 170 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.33 |
| HSL | 188.17º | 0.99% | 0.34% | - |
| HSV(B) | 188.17º | 0.99% | 0.67% | - |
| XYZ | 17.7 | 23.78 | 41.69 | - |
| YUV | 105.97 | 164.13 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 147 | 170 | 0.99 | 0.14 | 0 | 0.33 | 188.17 | 0.99 | 0.34 |
| Hex | 1 | 93 | AA | 63 | E | 0 | 21 | BC | 63 | 22 |
| Octal | 1 | 223 | 252 | 143 | 16 | 0 | 41 | 274 | 143 | 42 |
| Binary | 1 | 10010011 | 10101010 | 1100011 | 1110 | 0 | 100001 | 10111100 | 1100011 | 100010 |
Color Harmonies of #0193AA
Complementary color
Monochromatic Colors of #0193AA
Black with #0193AA
Text Example
Text Example
White with #0193AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0193AA; }
p { color: rgb(1,147,170); }
H1.HeaderClassName
{
color: #0193AA;
}
.AnyTagClassName
{
color: #0193AA;
}
</style>
background-color css
<style>
a { background-color: #0193AA; }
a { background-color: rgb(1,147,170); }
div.DivClassName
{
background-color: #0193AA;
}
.BgClassName
{
background-color: #0193AA;
}
</style>
border-color css
<style>
span { border-color: #0193AA; }
span { border-color: rgb(1,147,170); }
td.TdClassName
{
border-color: #0193AA;
}
.TagClassName
{
border-color: #0193AA;
}
</style>