Shades of Bondi Blue #019AB3
Tints of Bondi Blue #019AB3
RGB
CMYK
RGB Variations
Color information
#019AB3 (or 0x019AB3) is known color: Bondi Blue. HEX triplet: 01, 9A and B3. RGB value is (1,154,179). Sum of RGB (Red+Green+Blue) = 1+154+179=334 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 179 (70.31% from 255 or 53.59% from 334); Max value from RGB is 179 - color contains mainly: blue. Hex color #019AB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019AB3 is #FE654C. Grayscale: #6E6E6E. Windows color (decimal): -16672077 or 11770369. OLE color: 11770369.
HSL color Cylindrical-coordinate representation of color #019AB3: hue angle of 188.43º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019AB3 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 154 | 179 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.30 |
| HSL | 188.43º | 0.99% | 0.35% | - |
| HSV(B) | 188.43º | 0.99% | 0.7% | - |
| XYZ | 19.7 | 26.37 | 46.7 | - |
| YUV | 111.1 | 166.31 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 179 | 0.99 | 0.14 | 0 | 0.30 | 188.43 | 0.99 | 0.35 |
| Hex | 1 | 9A | B3 | 63 | E | 0 | 1E | BC | 63 | 23 |
| Octal | 1 | 232 | 263 | 143 | 16 | 0 | 36 | 274 | 143 | 43 |
| Binary | 1 | 10011010 | 10110011 | 1100011 | 1110 | 0 | 11110 | 10111100 | 1100011 | 100011 |
Color Harmonies of #019AB3
Complementary color
Monochromatic Colors of #019AB3
Black with #019AB3
Text Example
Text Example
White with #019AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019AB3; }
p { color: rgb(1,154,179); }
H1.HeaderClassName
{
color: #019AB3;
}
.AnyTagClassName
{
color: #019AB3;
}
</style>
background-color css
<style>
a { background-color: #019AB3; }
a { background-color: rgb(1,154,179); }
div.DivClassName
{
background-color: #019AB3;
}
.BgClassName
{
background-color: #019AB3;
}
</style>
border-color css
<style>
span { border-color: #019AB3; }
span { border-color: rgb(1,154,179); }
td.TdClassName
{
border-color: #019AB3;
}
.TagClassName
{
border-color: #019AB3;
}
</style>