Shades of Bondi Blue #019BAF
Tints of Bondi Blue #019BAF
RGB
CMYK
RGB Variations
Color information
#019BAF (or 0x019BAF) is known color: Bondi Blue. HEX triplet: 01, 9B and AF. RGB value is (1,155,175). Sum of RGB (Red+Green+Blue) = 1+155+175=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #019BAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019BAF is #FE6450. Grayscale: #6E6E6E. Windows color (decimal): -16671825 or 11508481. OLE color: 11508481.
HSL color Cylindrical-coordinate representation of color #019BAF: hue angle of 186.9º 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 #019BAF is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 155 | 175 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.31 |
| HSL | 186.9º | 0.99% | 0.35% | - |
| HSV(B) | 186.9º | 0.99% | 0.69% | - |
| XYZ | 19.47 | 26.54 | 44.65 | - |
| YUV | 111.23 | 163.98 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 175 | 0.99 | 0.11 | 0 | 0.31 | 186.9 | 0.99 | 0.35 |
| Hex | 1 | 9B | AF | 63 | B | 0 | 1F | BB | 63 | 23 |
| Octal | 1 | 233 | 257 | 143 | 13 | 0 | 37 | 273 | 143 | 43 |
| Binary | 1 | 10011011 | 10101111 | 1100011 | 1011 | 0 | 11111 | 10111011 | 1100011 | 100011 |
Color Harmonies of #019BAF
Complementary color
Monochromatic Colors of #019BAF
Black with #019BAF
Text Example
Text Example
White with #019BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019BAF; }
p { color: rgb(1,155,175); }
H1.HeaderClassName
{
color: #019BAF;
}
.AnyTagClassName
{
color: #019BAF;
}
</style>
background-color css
<style>
a { background-color: #019BAF; }
a { background-color: rgb(1,155,175); }
div.DivClassName
{
background-color: #019BAF;
}
.BgClassName
{
background-color: #019BAF;
}
</style>
border-color css
<style>
span { border-color: #019BAF; }
span { border-color: rgb(1,155,175); }
td.TdClassName
{
border-color: #019BAF;
}
.TagClassName
{
border-color: #019BAF;
}
</style>