Shades of Bondi Blue #0193AF
Tints of Bondi Blue #0193AF
RGB
CMYK
RGB Variations
Color information
#0193AF (or 0x0193AF) is known color: Bondi Blue. HEX triplet: 01, 93 and AF. RGB value is (1,147,175). Sum of RGB (Red+Green+Blue) = 1+147+175=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #0193AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0193AF is #FE6C50. Grayscale: #6A6A6A. Windows color (decimal): -16673873 or 11506433. OLE color: 11506433.
HSL color Cylindrical-coordinate representation of color #0193AF: hue angle of 189.66º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0193AF is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 147 | 175 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.31 |
| HSL | 189.66º | 0.99% | 0.35% | - |
| HSV(B) | 189.66º | 0.99% | 0.69% | - |
| XYZ | 18.18 | 23.97 | 44.23 | - |
| YUV | 106.54 | 166.63 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 147 | 175 | 0.99 | 0.16 | 0 | 0.31 | 189.66 | 0.99 | 0.35 |
| Hex | 1 | 93 | AF | 63 | 10 | 0 | 1F | BE | 63 | 23 |
| Octal | 1 | 223 | 257 | 143 | 20 | 0 | 37 | 276 | 143 | 43 |
| Binary | 1 | 10010011 | 10101111 | 1100011 | 10000 | 0 | 11111 | 10111110 | 1100011 | 100011 |
Color Harmonies of #0193AF
Complementary color
Monochromatic Colors of #0193AF
Black with #0193AF
Text Example
Text Example
White with #0193AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0193AF; }
p { color: rgb(1,147,175); }
H1.HeaderClassName
{
color: #0193AF;
}
.AnyTagClassName
{
color: #0193AF;
}
</style>
background-color css
<style>
a { background-color: #0193AF; }
a { background-color: rgb(1,147,175); }
div.DivClassName
{
background-color: #0193AF;
}
.BgClassName
{
background-color: #0193AF;
}
</style>
border-color css
<style>
span { border-color: #0193AF; }
span { border-color: rgb(1,147,175); }
td.TdClassName
{
border-color: #0193AF;
}
.TagClassName
{
border-color: #0193AF;
}
</style>