Shades of Bondi Blue #019DB7
Tints of Bondi Blue #019DB7
RGB
CMYK
RGB Variations
Color information
#019DB7 (or 0x019DB7) is known color: Bondi Blue. HEX triplet: 01, 9D and B7. RGB value is (1,157,183). Sum of RGB (Red+Green+Blue) = 1+157+183=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 183 (71.88% from 255 or 53.67% from 341); Max value from RGB is 183 - color contains mainly: blue. Hex color #019DB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019DB7 is #FE6248. Grayscale: #717171. Windows color (decimal): -16671305 or 12033281. OLE color: 12033281.
HSL color Cylindrical-coordinate representation of color #019DB7: hue angle of 188.57º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019DB7 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 157 | 183 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.28 |
| HSL | 188.57º | 0.99% | 0.36% | - |
| HSV(B) | 188.57º | 0.99% | 0.72% | - |
| XYZ | 20.62 | 27.54 | 49.03 | - |
| YUV | 113.32 | 167.32 | 47.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 157 | 183 | 0.99 | 0.14 | 0 | 0.28 | 188.57 | 0.99 | 0.36 |
| Hex | 1 | 9D | B7 | 63 | E | 0 | 1C | BD | 63 | 24 |
| Octal | 1 | 235 | 267 | 143 | 16 | 0 | 34 | 275 | 143 | 44 |
| Binary | 1 | 10011101 | 10110111 | 1100011 | 1110 | 0 | 11100 | 10111101 | 1100011 | 100100 |
Color Harmonies of #019DB7
Complementary color
Monochromatic Colors of #019DB7
Black with #019DB7
Text Example
Text Example
White with #019DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019DB7; }
p { color: rgb(1,157,183); }
H1.HeaderClassName
{
color: #019DB7;
}
.AnyTagClassName
{
color: #019DB7;
}
</style>
background-color css
<style>
a { background-color: #019DB7; }
a { background-color: rgb(1,157,183); }
div.DivClassName
{
background-color: #019DB7;
}
.BgClassName
{
background-color: #019DB7;
}
</style>
border-color css
<style>
span { border-color: #019DB7; }
span { border-color: rgb(1,157,183); }
td.TdClassName
{
border-color: #019DB7;
}
.TagClassName
{
border-color: #019DB7;
}
</style>