Shades of Bondi Blue #138DB3
Tints of Bondi Blue #138DB3
RGB
CMYK
RGB Variations
Color information
#138DB3 (or 0x138DB3) is known color: Bondi Blue. HEX triplet: 13, 8D and B3. RGB value is (19,141,179). Sum of RGB (Red+Green+Blue) = 19+141+179=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 179 (70.31% from 255 or 52.80% from 339); Max value from RGB is 179 - color contains mainly: blue. Hex color #138DB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138DB3 is #EC724C. Grayscale: #6C6C6C. Windows color (decimal): -15495757 or 11767059. OLE color: 11767059.
HSL color Cylindrical-coordinate representation of color #138DB3: hue angle of 194.25º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #138DB3 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 141 | 179 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.30 |
| HSL | 194.25º | 0.81% | 0.39% | - |
| HSV(B) | 194.25º | 0.89% | 0.7% | - |
| XYZ | 17.93 | 22.44 | 46.03 | - |
| YUV | 108.85 | 167.58 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 179 | 0.89 | 0.21 | 0 | 0.30 | 194.25 | 0.81 | 0.39 |
| Hex | 13 | 8D | B3 | 59 | 15 | 0 | 1E | C2 | 51 | 27 |
| Octal | 23 | 215 | 263 | 131 | 25 | 0 | 36 | 302 | 121 | 47 |
| Binary | 10011 | 10001101 | 10110011 | 1011001 | 10101 | 0 | 11110 | 11000010 | 1010001 | 100111 |
Color Harmonies of #138DB3
Complementary color
Monochromatic Colors of #138DB3
Black with #138DB3
Text Example
Text Example
White with #138DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138DB3; }
p { color: rgb(19,141,179); }
H1.HeaderClassName
{
color: #138DB3;
}
.AnyTagClassName
{
color: #138DB3;
}
</style>
background-color css
<style>
a { background-color: #138DB3; }
a { background-color: rgb(19,141,179); }
div.DivClassName
{
background-color: #138DB3;
}
.BgClassName
{
background-color: #138DB3;
}
</style>
border-color css
<style>
span { border-color: #138DB3; }
span { border-color: rgb(19,141,179); }
td.TdClassName
{
border-color: #138DB3;
}
.TagClassName
{
border-color: #138DB3;
}
</style>