Shades of Bondi Blue #1292AF
Tints of Bondi Blue #1292AF
RGB
CMYK
RGB Variations
Color information
#1292AF (or 0x1292AF) is known color: Bondi Blue. HEX triplet: 12, 92 and AF. RGB value is (18,146,175). Sum of RGB (Red+Green+Blue) = 18+146+175=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #1292AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1292AF is #ED6D50. Grayscale: #6E6E6E. Windows color (decimal): -15560017 or 11506194. OLE color: 11506194.
HSL color Cylindrical-coordinate representation of color #1292AF: hue angle of 191.08º 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 #1292AF is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 146 | 175 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.31 |
| HSL | 191.08º | 0.81% | 0.38% | - |
| HSV(B) | 191.08º | 0.9% | 0.69% | - |
| XYZ | 18.27 | 23.78 | 44.19 | - |
| YUV | 111.03 | 164.09 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 175 | 0.90 | 0.17 | 0 | 0.31 | 191.08 | 0.81 | 0.38 |
| Hex | 12 | 92 | AF | 5A | 11 | 0 | 1F | BF | 51 | 26 |
| Octal | 22 | 222 | 257 | 132 | 21 | 0 | 37 | 277 | 121 | 46 |
| Binary | 10010 | 10010010 | 10101111 | 1011010 | 10001 | 0 | 11111 | 10111111 | 1010001 | 100110 |
Color Harmonies of #1292AF
Complementary color
Monochromatic Colors of #1292AF
Black with #1292AF
Text Example
Text Example
White with #1292AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1292AF; }
p { color: rgb(18,146,175); }
H1.HeaderClassName
{
color: #1292AF;
}
.AnyTagClassName
{
color: #1292AF;
}
</style>
background-color css
<style>
a { background-color: #1292AF; }
a { background-color: rgb(18,146,175); }
div.DivClassName
{
background-color: #1292AF;
}
.BgClassName
{
background-color: #1292AF;
}
</style>
border-color css
<style>
span { border-color: #1292AF; }
span { border-color: rgb(18,146,175); }
td.TdClassName
{
border-color: #1292AF;
}
.TagClassName
{
border-color: #1292AF;
}
</style>