Shades of Bondi Blue #138ABA
Tints of Bondi Blue #138ABA
RGB
CMYK
RGB Variations
Color information
#138ABA (or 0x138ABA) is known color: Bondi Blue. HEX triplet: 13, 8A and BA. RGB value is (19,138,186). Sum of RGB (Red+Green+Blue) = 19+138+186=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #138ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138ABA is #EC7545. Grayscale: #6B6B6B. Windows color (decimal): -15496518 or 12225043. OLE color: 12225043.
HSL color Cylindrical-coordinate representation of color #138ABA: hue angle of 197.25º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #138ABA is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 138 | 186 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.27 |
| HSL | 197.25º | 0.81% | 0.4% | - |
| HSV(B) | 197.25º | 0.9% | 0.73% | - |
| XYZ | 18.22 | 21.86 | 49.71 | - |
| YUV | 107.89 | 172.08 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 186 | 0.90 | 0.26 | 0 | 0.27 | 197.25 | 0.81 | 0.4 |
| Hex | 13 | 8A | BA | 5A | 1A | 0 | 1B | C5 | 51 | 28 |
| Octal | 23 | 212 | 272 | 132 | 32 | 0 | 33 | 305 | 121 | 50 |
| Binary | 10011 | 10001010 | 10111010 | 1011010 | 11010 | 0 | 11011 | 11000101 | 1010001 | 101000 |
Color Harmonies of #138ABA
Complementary color
Monochromatic Colors of #138ABA
Black with #138ABA
Text Example
Text Example
White with #138ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138ABA; }
p { color: rgb(19,138,186); }
H1.HeaderClassName
{
color: #138ABA;
}
.AnyTagClassName
{
color: #138ABA;
}
</style>
background-color css
<style>
a { background-color: #138ABA; }
a { background-color: rgb(19,138,186); }
div.DivClassName
{
background-color: #138ABA;
}
.BgClassName
{
background-color: #138ABA;
}
</style>
border-color css
<style>
span { border-color: #138ABA; }
span { border-color: rgb(19,138,186); }
td.TdClassName
{
border-color: #138ABA;
}
.TagClassName
{
border-color: #138ABA;
}
</style>