Shades of Bondi Blue #1386BA
Tints of Bondi Blue #1386BA
RGB
CMYK
RGB Variations
Color information
#1386BA (or 0x1386BA) is known color: Bondi Blue. HEX triplet: 13, 86 and BA. RGB value is (19,134,186). Sum of RGB (Red+Green+Blue) = 19+134+186=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #1386BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1386BA is #EC7945. Grayscale: #696969. Windows color (decimal): -15497542 or 12224019. OLE color: 12224019.
HSL color Cylindrical-coordinate representation of color #1386BA: hue angle of 198.68º 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 #1386BA is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 134 | 186 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.27 |
| HSL | 198.68º | 0.81% | 0.4% | - |
| HSV(B) | 198.68º | 0.9% | 0.73% | - |
| XYZ | 17.66 | 20.73 | 49.53 | - |
| YUV | 105.54 | 173.4 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 186 | 0.90 | 0.28 | 0 | 0.27 | 198.68 | 0.81 | 0.4 |
| Hex | 13 | 86 | BA | 5A | 1C | 0 | 1B | C7 | 51 | 28 |
| Octal | 23 | 206 | 272 | 132 | 34 | 0 | 33 | 307 | 121 | 50 |
| Binary | 10011 | 10000110 | 10111010 | 1011010 | 11100 | 0 | 11011 | 11000111 | 1010001 | 101000 |
Color Harmonies of #1386BA
Complementary color
Monochromatic Colors of #1386BA
Black with #1386BA
Text Example
Text Example
White with #1386BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1386BA; }
p { color: rgb(19,134,186); }
H1.HeaderClassName
{
color: #1386BA;
}
.AnyTagClassName
{
color: #1386BA;
}
</style>
background-color css
<style>
a { background-color: #1386BA; }
a { background-color: rgb(19,134,186); }
div.DivClassName
{
background-color: #1386BA;
}
.BgClassName
{
background-color: #1386BA;
}
</style>
border-color css
<style>
span { border-color: #1386BA; }
span { border-color: rgb(19,134,186); }
td.TdClassName
{
border-color: #1386BA;
}
.TagClassName
{
border-color: #1386BA;
}
</style>