Shades of Bondi Blue #138EBA
Tints of Bondi Blue #138EBA
RGB
CMYK
RGB Variations
Color information
#138EBA (or 0x138EBA) is known color: Bondi Blue. HEX triplet: 13, 8E and BA. RGB value is (19,142,186). Sum of RGB (Red+Green+Blue) = 19+142+186=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #138EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138EBA is #EC7145. Grayscale: #6D6D6D. Windows color (decimal): -15495494 or 12226067. OLE color: 12226067.
HSL color Cylindrical-coordinate representation of color #138EBA: hue angle of 195.81º 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 #138EBA is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 142 | 186 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.27 |
| HSL | 195.81º | 0.81% | 0.4% | - |
| HSV(B) | 195.81º | 0.9% | 0.73% | - |
| XYZ | 18.8 | 23.03 | 49.91 | - |
| YUV | 110.24 | 170.75 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 142 | 186 | 0.90 | 0.24 | 0 | 0.27 | 195.81 | 0.81 | 0.4 |
| Hex | 13 | 8E | BA | 5A | 18 | 0 | 1B | C4 | 51 | 28 |
| Octal | 23 | 216 | 272 | 132 | 30 | 0 | 33 | 304 | 121 | 50 |
| Binary | 10011 | 10001110 | 10111010 | 1011010 | 11000 | 0 | 11011 | 11000100 | 1010001 | 101000 |
Color Harmonies of #138EBA
Complementary color
Monochromatic Colors of #138EBA
Black with #138EBA
Text Example
Text Example
White with #138EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138EBA; }
p { color: rgb(19,142,186); }
H1.HeaderClassName
{
color: #138EBA;
}
.AnyTagClassName
{
color: #138EBA;
}
</style>
background-color css
<style>
a { background-color: #138EBA; }
a { background-color: rgb(19,142,186); }
div.DivClassName
{
background-color: #138EBA;
}
.BgClassName
{
background-color: #138EBA;
}
</style>
border-color css
<style>
span { border-color: #138EBA; }
span { border-color: rgb(19,142,186); }
td.TdClassName
{
border-color: #138EBA;
}
.TagClassName
{
border-color: #138EBA;
}
</style>