Shades of Bondi Blue #1285BA
Tints of Bondi Blue #1285BA
RGB
CMYK
RGB Variations
Color information
#1285BA (or 0x1285BA) is known color: Bondi Blue. HEX triplet: 12, 85 and BA. RGB value is (18,133,186). Sum of RGB (Red+Green+Blue) = 18+133+186=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #1285BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1285BA is #ED7A45. Grayscale: #686868. Windows color (decimal): -15563334 or 12223762. OLE color: 12223762.
HSL color Cylindrical-coordinate representation of color #1285BA: hue angle of 198.93º degrees, saturation: 0.82, 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 #1285BA is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 133 | 186 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.27 |
| HSL | 198.93º | 0.82% | 0.4% | - |
| HSV(B) | 198.93º | 0.9% | 0.73% | - |
| XYZ | 17.5 | 20.45 | 49.48 | - |
| YUV | 104.66 | 173.9 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 186 | 0.90 | 0.28 | 0 | 0.27 | 198.93 | 0.82 | 0.4 |
| Hex | 12 | 85 | BA | 5A | 1C | 0 | 1B | C7 | 52 | 28 |
| Octal | 22 | 205 | 272 | 132 | 34 | 0 | 33 | 307 | 122 | 50 |
| Binary | 10010 | 10000101 | 10111010 | 1011010 | 11100 | 0 | 11011 | 11000111 | 1010010 | 101000 |
Color Harmonies of #1285BA
Complementary color
Monochromatic Colors of #1285BA
Black with #1285BA
Text Example
Text Example
White with #1285BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1285BA; }
p { color: rgb(18,133,186); }
H1.HeaderClassName
{
color: #1285BA;
}
.AnyTagClassName
{
color: #1285BA;
}
</style>
background-color css
<style>
a { background-color: #1285BA; }
a { background-color: rgb(18,133,186); }
div.DivClassName
{
background-color: #1285BA;
}
.BgClassName
{
background-color: #1285BA;
}
</style>
border-color css
<style>
span { border-color: #1285BA; }
span { border-color: rgb(18,133,186); }
td.TdClassName
{
border-color: #1285BA;
}
.TagClassName
{
border-color: #1285BA;
}
</style>