Shades of Bondi Blue #1190AF
Tints of Bondi Blue #1190AF
RGB
CMYK
RGB Variations
Color information
#1190AF (or 0x1190AF) is known color: Bondi Blue. HEX triplet: 11, 90 and AF. RGB value is (17,144,175). Sum of RGB (Red+Green+Blue) = 17+144+175=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #1190AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1190AF is #EE6F50. Grayscale: #6D6D6D. Windows color (decimal): -15626065 or 11505681. OLE color: 11505681.
HSL color Cylindrical-coordinate representation of color #1190AF: hue angle of 191.77º degrees, saturation: 0.82, 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 #1190AF is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 144 | 175 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.31 |
| HSL | 191.77º | 0.82% | 0.38% | - |
| HSV(B) | 191.77º | 0.9% | 0.69% | - |
| XYZ | 17.94 | 23.16 | 44.08 | - |
| YUV | 109.56 | 164.92 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 175 | 0.90 | 0.18 | 0 | 0.31 | 191.77 | 0.82 | 0.38 |
| Hex | 11 | 90 | AF | 5A | 12 | 0 | 1F | C0 | 52 | 26 |
| Octal | 21 | 220 | 257 | 132 | 22 | 0 | 37 | 300 | 122 | 46 |
| Binary | 10001 | 10010000 | 10101111 | 1011010 | 10010 | 0 | 11111 | 11000000 | 1010010 | 100110 |
Color Harmonies of #1190AF
Complementary color
Monochromatic Colors of #1190AF
Black with #1190AF
Text Example
Text Example
White with #1190AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1190AF; }
p { color: rgb(17,144,175); }
H1.HeaderClassName
{
color: #1190AF;
}
.AnyTagClassName
{
color: #1190AF;
}
</style>
background-color css
<style>
a { background-color: #1190AF; }
a { background-color: rgb(17,144,175); }
div.DivClassName
{
background-color: #1190AF;
}
.BgClassName
{
background-color: #1190AF;
}
</style>
border-color css
<style>
span { border-color: #1190AF; }
span { border-color: rgb(17,144,175); }
td.TdClassName
{
border-color: #1190AF;
}
.TagClassName
{
border-color: #1190AF;
}
</style>