Shades of Bondi Blue #138AB0
Tints of Bondi Blue #138AB0
RGB
CMYK
RGB Variations
Color information
#138AB0 (or 0x138AB0) is known color: Bondi Blue. HEX triplet: 13, 8A and B0. RGB value is (19,138,176). Sum of RGB (Red+Green+Blue) = 19+138+176=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 176 (69.14% from 255 or 52.85% from 333); Max value from RGB is 176 - color contains mainly: blue. Hex color #138AB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138AB0 is #EC754F. Grayscale: #6A6A6A. Windows color (decimal): -15496528 or 11569683. OLE color: 11569683.
HSL color Cylindrical-coordinate representation of color #138AB0: hue angle of 194.52º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #138AB0 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 138 | 176 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.31 |
| HSL | 194.52º | 0.81% | 0.38% | - |
| HSV(B) | 194.52º | 0.89% | 0.69% | - |
| XYZ | 17.19 | 21.45 | 44.31 | - |
| YUV | 106.75 | 167.08 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 176 | 0.89 | 0.22 | 0 | 0.31 | 194.52 | 0.81 | 0.38 |
| Hex | 13 | 8A | B0 | 59 | 16 | 0 | 1F | C3 | 51 | 26 |
| Octal | 23 | 212 | 260 | 131 | 26 | 0 | 37 | 303 | 121 | 46 |
| Binary | 10011 | 10001010 | 10110000 | 1011001 | 10110 | 0 | 11111 | 11000011 | 1010001 | 100110 |
Color Harmonies of #138AB0
Complementary color
Monochromatic Colors of #138AB0
Black with #138AB0
Text Example
Text Example
White with #138AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138AB0; }
p { color: rgb(19,138,176); }
H1.HeaderClassName
{
color: #138AB0;
}
.AnyTagClassName
{
color: #138AB0;
}
</style>
background-color css
<style>
a { background-color: #138AB0; }
a { background-color: rgb(19,138,176); }
div.DivClassName
{
background-color: #138AB0;
}
.BgClassName
{
background-color: #138AB0;
}
</style>
border-color css
<style>
span { border-color: #138AB0; }
span { border-color: rgb(19,138,176); }
td.TdClassName
{
border-color: #138AB0;
}
.TagClassName
{
border-color: #138AB0;
}
</style>