Shades of Bondi Blue #019AAD
Tints of Bondi Blue #019AAD
RGB
CMYK
RGB Variations
Color information
#019AAD (or 0x019AAD) is known color: Bondi Blue. HEX triplet: 01, 9A and AD. RGB value is (1,154,173). Sum of RGB (Red+Green+Blue) = 1+154+173=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #019AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019AAD is #FE6552. Grayscale: #6E6E6E. Windows color (decimal): -16672083 or 11377153. OLE color: 11377153.
HSL color Cylindrical-coordinate representation of color #019AAD: hue angle of 186.63º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019AAD is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 154 | 173 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.32 |
| HSL | 186.63º | 0.99% | 0.34% | - |
| HSV(B) | 186.63º | 0.99% | 0.68% | - |
| XYZ | 19.11 | 26.13 | 43.57 | - |
| YUV | 110.42 | 163.31 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 173 | 0.99 | 0.11 | 0 | 0.32 | 186.63 | 0.99 | 0.34 |
| Hex | 1 | 9A | AD | 63 | B | 0 | 20 | BB | 63 | 22 |
| Octal | 1 | 232 | 255 | 143 | 13 | 0 | 40 | 273 | 143 | 42 |
| Binary | 1 | 10011010 | 10101101 | 1100011 | 1011 | 0 | 100000 | 10111011 | 1100011 | 100010 |
Color Harmonies of #019AAD
Complementary color
Monochromatic Colors of #019AAD
Black with #019AAD
Text Example
Text Example
White with #019AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019AAD; }
p { color: rgb(1,154,173); }
H1.HeaderClassName
{
color: #019AAD;
}
.AnyTagClassName
{
color: #019AAD;
}
</style>
background-color css
<style>
a { background-color: #019AAD; }
a { background-color: rgb(1,154,173); }
div.DivClassName
{
background-color: #019AAD;
}
.BgClassName
{
background-color: #019AAD;
}
</style>
border-color css
<style>
span { border-color: #019AAD; }
span { border-color: rgb(1,154,173); }
td.TdClassName
{
border-color: #019AAD;
}
.TagClassName
{
border-color: #019AAD;
}
</style>