Shades of Bondi Blue #019AB4
Tints of Bondi Blue #019AB4
RGB
CMYK
RGB Variations
Color information
#019AB4 (or 0x019AB4) is known color: Bondi Blue. HEX triplet: 01, 9A and B4. RGB value is (1,154,180). Sum of RGB (Red+Green+Blue) = 1+154+180=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 180 (70.70% from 255 or 53.73% from 335); Max value from RGB is 180 - color contains mainly: blue. Hex color #019AB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019AB4 is #FE654B. Grayscale: #6E6E6E. Windows color (decimal): -16672076 or 11835905. OLE color: 11835905.
HSL color Cylindrical-coordinate representation of color #019AB4: hue angle of 188.72º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019AB4 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 154 | 180 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.29 |
| HSL | 188.72º | 0.99% | 0.35% | - |
| HSV(B) | 188.72º | 0.99% | 0.71% | - |
| XYZ | 19.81 | 26.41 | 47.23 | - |
| YUV | 111.22 | 166.81 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 180 | 0.99 | 0.14 | 0 | 0.29 | 188.72 | 0.99 | 0.35 |
| Hex | 1 | 9A | B4 | 63 | E | 0 | 1D | BD | 63 | 23 |
| Octal | 1 | 232 | 264 | 143 | 16 | 0 | 35 | 275 | 143 | 43 |
| Binary | 1 | 10011010 | 10110100 | 1100011 | 1110 | 0 | 11101 | 10111101 | 1100011 | 100011 |
Color Harmonies of #019AB4
Complementary color
Monochromatic Colors of #019AB4
Black with #019AB4
Text Example
Text Example
White with #019AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019AB4; }
p { color: rgb(1,154,180); }
H1.HeaderClassName
{
color: #019AB4;
}
.AnyTagClassName
{
color: #019AB4;
}
</style>
background-color css
<style>
a { background-color: #019AB4; }
a { background-color: rgb(1,154,180); }
div.DivClassName
{
background-color: #019AB4;
}
.BgClassName
{
background-color: #019AB4;
}
</style>
border-color css
<style>
span { border-color: #019AB4; }
span { border-color: rgb(1,154,180); }
td.TdClassName
{
border-color: #019AB4;
}
.TagClassName
{
border-color: #019AB4;
}
</style>