Shades of Bondi Blue #1291AF
Tints of Bondi Blue #1291AF
RGB
CMYK
RGB Variations
Color information
#1291AF (or 0x1291AF) is known color: Bondi Blue. HEX triplet: 12, 91 and AF. RGB value is (18,145,175). Sum of RGB (Red+Green+Blue) = 18+145+175=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #1291AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1291AF is #ED6E50. Grayscale: #6E6E6E. Windows color (decimal): -15560273 or 11505938. OLE color: 11505938.
HSL color Cylindrical-coordinate representation of color #1291AF: hue angle of 191.46º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1291AF is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 145 | 175 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.31 |
| HSL | 191.47º | 0.81% | 0.38% | - |
| HSV(B) | 191.47º | 0.9% | 0.69% | - |
| XYZ | 18.11 | 23.47 | 44.13 | - |
| YUV | 110.45 | 164.42 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 145 | 175 | 0.90 | 0.17 | 0 | 0.31 | 191.47 | 0.81 | 0.38 |
| Hex | 12 | 91 | AF | 5A | 11 | 0 | 1F | BF | 51 | 26 |
| Octal | 22 | 221 | 257 | 132 | 21 | 0 | 37 | 277 | 121 | 46 |
| Binary | 10010 | 10010001 | 10101111 | 1011010 | 10001 | 0 | 11111 | 10111111 | 1010001 | 100110 |
Color Harmonies of #1291AF
Complementary color
Monochromatic Colors of #1291AF
Black with #1291AF
Text Example
Text Example
White with #1291AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1291AF; }
p { color: rgb(18,145,175); }
H1.HeaderClassName
{
color: #1291AF;
}
.AnyTagClassName
{
color: #1291AF;
}
</style>
background-color css
<style>
a { background-color: #1291AF; }
a { background-color: rgb(18,145,175); }
div.DivClassName
{
background-color: #1291AF;
}
.BgClassName
{
background-color: #1291AF;
}
</style>
border-color css
<style>
span { border-color: #1291AF; }
span { border-color: rgb(18,145,175); }
td.TdClassName
{
border-color: #1291AF;
}
.TagClassName
{
border-color: #1291AF;
}
</style>