Shades of Bondi Blue #019AA5
Tints of Bondi Blue #019AA5
RGB
CMYK
RGB Variations
Color information
#019AA5 (or 0x019AA5) is known color: Bondi Blue. HEX triplet: 01, 9A and A5. RGB value is (1,154,165). Sum of RGB (Red+Green+Blue) = 1+154+165=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 165 (64.84% from 255 or 51.56% from 320); Max value from RGB is 165 - color contains mainly: blue. Hex color #019AA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019AA5 is #FE655A. Grayscale: #6D6D6D. Windows color (decimal): -16672091 or 10852865. OLE color: 10852865.
HSL color Cylindrical-coordinate representation of color #019AA5: hue angle of 184.02º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019AA5 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 154 | 165 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.35 |
| HSL | 184.02º | 0.99% | 0.33% | - |
| HSV(B) | 184.02º | 0.99% | 0.65% | - |
| XYZ | 18.36 | 25.83 | 39.62 | - |
| YUV | 109.51 | 159.31 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 165 | 0.99 | 0.07 | 0 | 0.35 | 184.02 | 0.99 | 0.33 |
| Hex | 1 | 9A | A5 | 63 | 7 | 0 | 23 | B8 | 63 | 21 |
| Octal | 1 | 232 | 245 | 143 | 7 | 0 | 43 | 270 | 143 | 41 |
| Binary | 1 | 10011010 | 10100101 | 1100011 | 111 | 0 | 100011 | 10111000 | 1100011 | 100001 |
Color Harmonies of #019AA5
Complementary color
Monochromatic Colors of #019AA5
Black with #019AA5
Text Example
Text Example
White with #019AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019AA5; }
p { color: rgb(1,154,165); }
H1.HeaderClassName
{
color: #019AA5;
}
.AnyTagClassName
{
color: #019AA5;
}
</style>
background-color css
<style>
a { background-color: #019AA5; }
a { background-color: rgb(1,154,165); }
div.DivClassName
{
background-color: #019AA5;
}
.BgClassName
{
background-color: #019AA5;
}
</style>
border-color css
<style>
span { border-color: #019AA5; }
span { border-color: rgb(1,154,165); }
td.TdClassName
{
border-color: #019AA5;
}
.TagClassName
{
border-color: #019AA5;
}
</style>