Shades of Bondi Blue #1385BA
Tints of Bondi Blue #1385BA
RGB
CMYK
RGB Variations
Color information
#1385BA (or 0x1385BA) is known color: Bondi Blue. HEX triplet: 13, 85 and BA. RGB value is (19,133,186). Sum of RGB (Red+Green+Blue) = 19+133+186=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #1385BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1385BA is #EC7A45. Grayscale: #686868. Windows color (decimal): -15497798 or 12223763. OLE color: 12223763.
HSL color Cylindrical-coordinate representation of color #1385BA: hue angle of 199.04º 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 #1385BA is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 133 | 186 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.27 |
| HSL | 199.04º | 0.81% | 0.4% | - |
| HSV(B) | 199.04º | 0.9% | 0.73% | - |
| XYZ | 17.52 | 20.46 | 49.48 | - |
| YUV | 104.96 | 173.73 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 186 | 0.90 | 0.28 | 0 | 0.27 | 199.04 | 0.81 | 0.4 |
| Hex | 13 | 85 | BA | 5A | 1C | 0 | 1B | C7 | 51 | 28 |
| Octal | 23 | 205 | 272 | 132 | 34 | 0 | 33 | 307 | 121 | 50 |
| Binary | 10011 | 10000101 | 10111010 | 1011010 | 11100 | 0 | 11011 | 11000111 | 1010001 | 101000 |
Color Harmonies of #1385BA
Complementary color
Monochromatic Colors of #1385BA
Black with #1385BA
Text Example
Text Example
White with #1385BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1385BA; }
p { color: rgb(19,133,186); }
H1.HeaderClassName
{
color: #1385BA;
}
.AnyTagClassName
{
color: #1385BA;
}
</style>
background-color css
<style>
a { background-color: #1385BA; }
a { background-color: rgb(19,133,186); }
div.DivClassName
{
background-color: #1385BA;
}
.BgClassName
{
background-color: #1385BA;
}
</style>
border-color css
<style>
span { border-color: #1385BA; }
span { border-color: rgb(19,133,186); }
td.TdClassName
{
border-color: #1385BA;
}
.TagClassName
{
border-color: #1385BA;
}
</style>