Shades of Bondi Blue #018DB1
Tints of Bondi Blue #018DB1
RGB
CMYK
RGB Variations
Color information
#018DB1 (or 0x018DB1) is known color: Bondi Blue. HEX triplet: 01, 8D and B1. RGB value is (1,141,177). Sum of RGB (Red+Green+Blue) = 1+141+177=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 177 (69.53% from 255 or 55.49% from 319); Max value from RGB is 177 - color contains mainly: blue. Hex color #018DB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018DB1 is #FE724E. Grayscale: #666666. Windows color (decimal): -16675407 or 11635969. OLE color: 11635969.
HSL color Cylindrical-coordinate representation of color #018DB1: hue angle of 192.27º 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 #018DB1 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 141 | 177 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.31 |
| HSL | 192.27º | 0.99% | 0.35% | - |
| HSV(B) | 192.27º | 0.99% | 0.69% | - |
| XYZ | 17.47 | 22.23 | 44.96 | - |
| YUV | 103.24 | 169.62 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 177 | 0.99 | 0.20 | 0 | 0.31 | 192.27 | 0.99 | 0.35 |
| Hex | 1 | 8D | B1 | 63 | 14 | 0 | 1F | C0 | 63 | 23 |
| Octal | 1 | 215 | 261 | 143 | 24 | 0 | 37 | 300 | 143 | 43 |
| Binary | 1 | 10001101 | 10110001 | 1100011 | 10100 | 0 | 11111 | 11000000 | 1100011 | 100011 |
Color Harmonies of #018DB1
Complementary color
Monochromatic Colors of #018DB1
Black with #018DB1
Text Example
Text Example
White with #018DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DB1; }
p { color: rgb(1,141,177); }
H1.HeaderClassName
{
color: #018DB1;
}
.AnyTagClassName
{
color: #018DB1;
}
</style>
background-color css
<style>
a { background-color: #018DB1; }
a { background-color: rgb(1,141,177); }
div.DivClassName
{
background-color: #018DB1;
}
.BgClassName
{
background-color: #018DB1;
}
</style>
border-color css
<style>
span { border-color: #018DB1; }
span { border-color: rgb(1,141,177); }
td.TdClassName
{
border-color: #018DB1;
}
.TagClassName
{
border-color: #018DB1;
}
</style>