Shades of Bondi Blue #019ABA
Tints of Bondi Blue #019ABA
RGB
CMYK
RGB Variations
Color information
#019ABA (or 0x019ABA) is known color: Bondi Blue. HEX triplet: 01, 9A and BA. RGB value is (1,154,186). Sum of RGB (Red+Green+Blue) = 1+154+186=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #019ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019ABA is #FE6545. Grayscale: #6F6F6F. Windows color (decimal): -16672070 or 12229121. OLE color: 12229121.
HSL color Cylindrical-coordinate representation of color #019ABA: hue angle of 190.38º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019ABA is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 154 | 186 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.27 |
| HSL | 190.38º | 0.99% | 0.37% | - |
| HSV(B) | 190.38º | 0.99% | 0.73% | - |
| XYZ | 20.43 | 26.66 | 50.52 | - |
| YUV | 111.9 | 169.81 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 186 | 0.99 | 0.17 | 0 | 0.27 | 190.38 | 0.99 | 0.37 |
| Hex | 1 | 9A | BA | 63 | 11 | 0 | 1B | BE | 63 | 25 |
| Octal | 1 | 232 | 272 | 143 | 21 | 0 | 33 | 276 | 143 | 45 |
| Binary | 1 | 10011010 | 10111010 | 1100011 | 10001 | 0 | 11011 | 10111110 | 1100011 | 100101 |
Color Harmonies of #019ABA
Complementary color
Monochromatic Colors of #019ABA
Black with #019ABA
Text Example
Text Example
White with #019ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019ABA; }
p { color: rgb(1,154,186); }
H1.HeaderClassName
{
color: #019ABA;
}
.AnyTagClassName
{
color: #019ABA;
}
</style>
background-color css
<style>
a { background-color: #019ABA; }
a { background-color: rgb(1,154,186); }
div.DivClassName
{
background-color: #019ABA;
}
.BgClassName
{
background-color: #019ABA;
}
</style>
border-color css
<style>
span { border-color: #019ABA; }
span { border-color: rgb(1,154,186); }
td.TdClassName
{
border-color: #019ABA;
}
.TagClassName
{
border-color: #019ABA;
}
</style>