Shades of Bondi Blue #1287BA
Tints of Bondi Blue #1287BA
RGB
CMYK
RGB Variations
Color information
#1287BA (or 0x1287BA) is known color: Bondi Blue. HEX triplet: 12, 87 and BA. RGB value is (18,135,186). Sum of RGB (Red+Green+Blue) = 18+135+186=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 135 (53.12% from 255 or 39.82% 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 #1287BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1287BA is #ED7845. Grayscale: #696969. Windows color (decimal): -15562822 or 12224274. OLE color: 12224274.
HSL color Cylindrical-coordinate representation of color #1287BA: hue angle of 198.21º 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 #1287BA is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 135 | 186 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.27 |
| HSL | 198.21º | 0.82% | 0.4% | - |
| HSV(B) | 198.21º | 0.9% | 0.73% | - |
| XYZ | 17.78 | 21 | 49.57 | - |
| YUV | 105.83 | 173.24 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 186 | 0.90 | 0.27 | 0 | 0.27 | 198.21 | 0.82 | 0.4 |
| Hex | 12 | 87 | BA | 5A | 1B | 0 | 1B | C6 | 52 | 28 |
| Octal | 22 | 207 | 272 | 132 | 33 | 0 | 33 | 306 | 122 | 50 |
| Binary | 10010 | 10000111 | 10111010 | 1011010 | 11011 | 0 | 11011 | 11000110 | 1010010 | 101000 |
Color Harmonies of #1287BA
Complementary color
Monochromatic Colors of #1287BA
Black with #1287BA
Text Example
Text Example
White with #1287BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1287BA; }
p { color: rgb(18,135,186); }
H1.HeaderClassName
{
color: #1287BA;
}
.AnyTagClassName
{
color: #1287BA;
}
</style>
background-color css
<style>
a { background-color: #1287BA; }
a { background-color: rgb(18,135,186); }
div.DivClassName
{
background-color: #1287BA;
}
.BgClassName
{
background-color: #1287BA;
}
</style>
border-color css
<style>
span { border-color: #1287BA; }
span { border-color: rgb(18,135,186); }
td.TdClassName
{
border-color: #1287BA;
}
.TagClassName
{
border-color: #1287BA;
}
</style>