Shades of Bondi Blue #1388BA
Tints of Bondi Blue #1388BA
RGB
CMYK
RGB Variations
Color information
#1388BA (or 0x1388BA) is known color: Bondi Blue. HEX triplet: 13, 88 and BA. RGB value is (19,136,186). Sum of RGB (Red+Green+Blue) = 19+136+186=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #1388BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1388BA is #EC7745. Grayscale: #6A6A6A. Windows color (decimal): -15497030 or 12224531. OLE color: 12224531.
HSL color Cylindrical-coordinate representation of color #1388BA: hue angle of 197.96º 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 #1388BA is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 136 | 186 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.27 |
| HSL | 197.96º | 0.81% | 0.4% | - |
| HSV(B) | 197.96º | 0.9% | 0.73% | - |
| XYZ | 17.94 | 21.29 | 49.62 | - |
| YUV | 106.72 | 172.74 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 186 | 0.90 | 0.27 | 0 | 0.27 | 197.96 | 0.81 | 0.4 |
| Hex | 13 | 88 | BA | 5A | 1B | 0 | 1B | C6 | 51 | 28 |
| Octal | 23 | 210 | 272 | 132 | 33 | 0 | 33 | 306 | 121 | 50 |
| Binary | 10011 | 10001000 | 10111010 | 1011010 | 11011 | 0 | 11011 | 11000110 | 1010001 | 101000 |
Color Harmonies of #1388BA
Complementary color
Monochromatic Colors of #1388BA
Black with #1388BA
Text Example
Text Example
White with #1388BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1388BA; }
p { color: rgb(19,136,186); }
H1.HeaderClassName
{
color: #1388BA;
}
.AnyTagClassName
{
color: #1388BA;
}
</style>
background-color css
<style>
a { background-color: #1388BA; }
a { background-color: rgb(19,136,186); }
div.DivClassName
{
background-color: #1388BA;
}
.BgClassName
{
background-color: #1388BA;
}
</style>
border-color css
<style>
span { border-color: #1388BA; }
span { border-color: rgb(19,136,186); }
td.TdClassName
{
border-color: #1388BA;
}
.TagClassName
{
border-color: #1388BA;
}
</style>