Shades of Bondi Blue #019AB7
Tints of Bondi Blue #019AB7
RGB
CMYK
RGB Variations
Color information
#019AB7 (or 0x019AB7) is known color: Bondi Blue. HEX triplet: 01, 9A and B7. RGB value is (1,154,183). Sum of RGB (Red+Green+Blue) = 1+154+183=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 183 (71.88% from 255 or 54.14% from 338); Max value from RGB is 183 - color contains mainly: blue. Hex color #019AB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019AB7 is #FE6548. Grayscale: #6F6F6F. Windows color (decimal): -16672073 or 12032513. OLE color: 12032513.
HSL color Cylindrical-coordinate representation of color #019AB7: hue angle of 189.56º 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 #019AB7 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 154 | 183 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.28 |
| HSL | 189.56º | 0.99% | 0.36% | - |
| HSV(B) | 189.56º | 0.99% | 0.72% | - |
| XYZ | 20.12 | 26.54 | 48.86 | - |
| YUV | 111.56 | 168.31 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 183 | 0.99 | 0.16 | 0 | 0.28 | 189.56 | 0.99 | 0.36 |
| Hex | 1 | 9A | B7 | 63 | 10 | 0 | 1C | BE | 63 | 24 |
| Octal | 1 | 232 | 267 | 143 | 20 | 0 | 34 | 276 | 143 | 44 |
| Binary | 1 | 10011010 | 10110111 | 1100011 | 10000 | 0 | 11100 | 10111110 | 1100011 | 100100 |
Color Harmonies of #019AB7
Complementary color
Monochromatic Colors of #019AB7
Black with #019AB7
Text Example
Text Example
White with #019AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019AB7; }
p { color: rgb(1,154,183); }
H1.HeaderClassName
{
color: #019AB7;
}
.AnyTagClassName
{
color: #019AB7;
}
</style>
background-color css
<style>
a { background-color: #019AB7; }
a { background-color: rgb(1,154,183); }
div.DivClassName
{
background-color: #019AB7;
}
.BgClassName
{
background-color: #019AB7;
}
</style>
border-color css
<style>
span { border-color: #019AB7; }
span { border-color: rgb(1,154,183); }
td.TdClassName
{
border-color: #019AB7;
}
.TagClassName
{
border-color: #019AB7;
}
</style>