Shades of Bondi Blue #018AB1
Tints of Bondi Blue #018AB1
RGB
CMYK
RGB Variations
Color information
#018AB1 (or 0x018AB1) is known color: Bondi Blue. HEX triplet: 01, 8A and B1. RGB value is (1,138,177). Sum of RGB (Red+Green+Blue) = 1+138+177=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 177 (69.53% from 255 or 56.01% from 316); Max value from RGB is 177 - color contains mainly: blue. Hex color #018AB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018AB1 is #FE754E. Grayscale: #656565. Windows color (decimal): -16676175 or 11635201. OLE color: 11635201.
HSL color Cylindrical-coordinate representation of color #018AB1: hue angle of 193.3º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018AB1 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 138 | 177 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.31 |
| HSL | 193.3º | 0.99% | 0.35% | - |
| HSV(B) | 193.3º | 0.99% | 0.69% | - |
| XYZ | 17.04 | 21.36 | 44.82 | - |
| YUV | 101.48 | 170.61 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 177 | 0.99 | 0.22 | 0 | 0.31 | 193.3 | 0.99 | 0.35 |
| Hex | 1 | 8A | B1 | 63 | 16 | 0 | 1F | C1 | 63 | 23 |
| Octal | 1 | 212 | 261 | 143 | 26 | 0 | 37 | 301 | 143 | 43 |
| Binary | 1 | 10001010 | 10110001 | 1100011 | 10110 | 0 | 11111 | 11000001 | 1100011 | 100011 |
Color Harmonies of #018AB1
Complementary color
Monochromatic Colors of #018AB1
Black with #018AB1
Text Example
Text Example
White with #018AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018AB1; }
p { color: rgb(1,138,177); }
H1.HeaderClassName
{
color: #018AB1;
}
.AnyTagClassName
{
color: #018AB1;
}
</style>
background-color css
<style>
a { background-color: #018AB1; }
a { background-color: rgb(1,138,177); }
div.DivClassName
{
background-color: #018AB1;
}
.BgClassName
{
background-color: #018AB1;
}
</style>
border-color css
<style>
span { border-color: #018AB1; }
span { border-color: rgb(1,138,177); }
td.TdClassName
{
border-color: #018AB1;
}
.TagClassName
{
border-color: #018AB1;
}
</style>