Shades of Bondi Blue #019FA9
Tints of Bondi Blue #019FA9
RGB
CMYK
RGB Variations
Color information
#019FA9 (or 0x019FA9) is known color: Bondi Blue. HEX triplet: 01, 9F and A9. RGB value is (1,159,169). Sum of RGB (Red+Green+Blue) = 1+159+169=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 169 (66.41% from 255 or 51.37% from 329); Max value from RGB is 169 - color contains mainly: blue. Hex color #019FA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019FA9 is #FE6056. Grayscale: #707070. Windows color (decimal): -16670807 or 11116289. OLE color: 11116289.
HSL color Cylindrical-coordinate representation of color #019FA9: hue angle of 183.57º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019FA9 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 159 | 169 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.34 |
| HSL | 183.57º | 0.99% | 0.33% | - |
| HSV(B) | 183.57º | 0.99% | 0.66% | - |
| XYZ | 19.57 | 27.67 | 41.84 | - |
| YUV | 112.9 | 159.65 | 48.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 169 | 0.99 | 0.06 | 0 | 0.34 | 183.57 | 0.99 | 0.33 |
| Hex | 1 | 9F | A9 | 63 | 6 | 0 | 22 | B8 | 63 | 21 |
| Octal | 1 | 237 | 251 | 143 | 6 | 0 | 42 | 270 | 143 | 41 |
| Binary | 1 | 10011111 | 10101001 | 1100011 | 110 | 0 | 100010 | 10111000 | 1100011 | 100001 |
Color Harmonies of #019FA9
Complementary color
Monochromatic Colors of #019FA9
Black with #019FA9
Text Example
Text Example
White with #019FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019FA9; }
p { color: rgb(1,159,169); }
H1.HeaderClassName
{
color: #019FA9;
}
.AnyTagClassName
{
color: #019FA9;
}
</style>
background-color css
<style>
a { background-color: #019FA9; }
a { background-color: rgb(1,159,169); }
div.DivClassName
{
background-color: #019FA9;
}
.BgClassName
{
background-color: #019FA9;
}
</style>
border-color css
<style>
span { border-color: #019FA9; }
span { border-color: rgb(1,159,169); }
td.TdClassName
{
border-color: #019FA9;
}
.TagClassName
{
border-color: #019FA9;
}
</style>