Shades of Bondi Blue #019BB5
Tints of Bondi Blue #019BB5
RGB
CMYK
RGB Variations
Color information
#019BB5 (or 0x019BB5) is known color: Bondi Blue. HEX triplet: 01, 9B and B5. RGB value is (1,155,181). Sum of RGB (Red+Green+Blue) = 1+155+181=337 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 181 (71.09% from 255 or 53.71% from 337); Max value from RGB is 181 - color contains mainly: blue. Hex color #019BB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019BB5 is #FE644A. Grayscale: #6F6F6F. Windows color (decimal): -16671819 or 11901697. OLE color: 11901697.
HSL color Cylindrical-coordinate representation of color #019BB5: hue angle of 188.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019BB5 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 155 | 181 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.29 |
| HSL | 188.67º | 0.99% | 0.36% | - |
| HSV(B) | 188.67º | 0.99% | 0.71% | - |
| XYZ | 20.07 | 26.79 | 47.83 | - |
| YUV | 111.92 | 166.98 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 181 | 0.99 | 0.14 | 0 | 0.29 | 188.67 | 0.99 | 0.36 |
| Hex | 1 | 9B | B5 | 63 | E | 0 | 1D | BD | 63 | 24 |
| Octal | 1 | 233 | 265 | 143 | 16 | 0 | 35 | 275 | 143 | 44 |
| Binary | 1 | 10011011 | 10110101 | 1100011 | 1110 | 0 | 11101 | 10111101 | 1100011 | 100100 |
Color Harmonies of #019BB5
Complementary color
Monochromatic Colors of #019BB5
Black with #019BB5
Text Example
Text Example
White with #019BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019BB5; }
p { color: rgb(1,155,181); }
H1.HeaderClassName
{
color: #019BB5;
}
.AnyTagClassName
{
color: #019BB5;
}
</style>
background-color css
<style>
a { background-color: #019BB5; }
a { background-color: rgb(1,155,181); }
div.DivClassName
{
background-color: #019BB5;
}
.BgClassName
{
background-color: #019BB5;
}
</style>
border-color css
<style>
span { border-color: #019BB5; }
span { border-color: rgb(1,155,181); }
td.TdClassName
{
border-color: #019BB5;
}
.TagClassName
{
border-color: #019BB5;
}
</style>