Shades of Bondi Blue #1290AD
Tints of Bondi Blue #1290AD
RGB
CMYK
RGB Variations
Color information
#1290AD (or 0x1290AD) is known color: Bondi Blue. HEX triplet: 12, 90 and AD. RGB value is (18,144,173). Sum of RGB (Red+Green+Blue) = 18+144+173=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #1290AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1290AD is #ED6F52. Grayscale: #6D6D6D. Windows color (decimal): -15560531 or 11374610. OLE color: 11374610.
HSL color Cylindrical-coordinate representation of color #1290AD: hue angle of 191.23º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1290AD is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 144 | 173 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.32 |
| HSL | 191.23º | 0.81% | 0.37% | - |
| HSV(B) | 191.23º | 0.9% | 0.68% | - |
| XYZ | 17.77 | 23.09 | 43.06 | - |
| YUV | 109.63 | 163.76 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 173 | 0.90 | 0.17 | 0 | 0.32 | 191.23 | 0.81 | 0.37 |
| Hex | 12 | 90 | AD | 5A | 11 | 0 | 20 | BF | 51 | 25 |
| Octal | 22 | 220 | 255 | 132 | 21 | 0 | 40 | 277 | 121 | 45 |
| Binary | 10010 | 10010000 | 10101101 | 1011010 | 10001 | 0 | 100000 | 10111111 | 1010001 | 100101 |
Color Harmonies of #1290AD
Complementary color
Monochromatic Colors of #1290AD
Black with #1290AD
Text Example
Text Example
White with #1290AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1290AD; }
p { color: rgb(18,144,173); }
H1.HeaderClassName
{
color: #1290AD;
}
.AnyTagClassName
{
color: #1290AD;
}
</style>
background-color css
<style>
a { background-color: #1290AD; }
a { background-color: rgb(18,144,173); }
div.DivClassName
{
background-color: #1290AD;
}
.BgClassName
{
background-color: #1290AD;
}
</style>
border-color css
<style>
span { border-color: #1290AD; }
span { border-color: rgb(18,144,173); }
td.TdClassName
{
border-color: #1290AD;
}
.TagClassName
{
border-color: #1290AD;
}
</style>