Shades of Bondi Blue #1291B3
Tints of Bondi Blue #1291B3
RGB
CMYK
RGB Variations
Color information
#1291B3 (or 0x1291B3) is known color: Bondi Blue. HEX triplet: 12, 91 and B3. RGB value is (18,145,179). Sum of RGB (Red+Green+Blue) = 18+145+179=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #1291B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1291B3 is #ED6E4C. Grayscale: #6E6E6E. Windows color (decimal): -15560269 or 11768082. OLE color: 11768082.
HSL color Cylindrical-coordinate representation of color #1291B3: hue angle of 192.67º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1291B3 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 145 | 179 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.30 |
| HSL | 192.67º | 0.82% | 0.39% | - |
| HSV(B) | 192.67º | 0.9% | 0.7% | - |
| XYZ | 18.51 | 23.63 | 46.23 | - |
| YUV | 110.9 | 166.42 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 145 | 179 | 0.90 | 0.19 | 0 | 0.30 | 192.67 | 0.82 | 0.39 |
| Hex | 12 | 91 | B3 | 5A | 13 | 0 | 1E | C1 | 52 | 27 |
| Octal | 22 | 221 | 263 | 132 | 23 | 0 | 36 | 301 | 122 | 47 |
| Binary | 10010 | 10010001 | 10110011 | 1011010 | 10011 | 0 | 11110 | 11000001 | 1010010 | 100111 |
Color Harmonies of #1291B3
Complementary color
Monochromatic Colors of #1291B3
Black with #1291B3
Text Example
Text Example
White with #1291B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1291B3; }
p { color: rgb(18,145,179); }
H1.HeaderClassName
{
color: #1291B3;
}
.AnyTagClassName
{
color: #1291B3;
}
</style>
background-color css
<style>
a { background-color: #1291B3; }
a { background-color: rgb(18,145,179); }
div.DivClassName
{
background-color: #1291B3;
}
.BgClassName
{
background-color: #1291B3;
}
</style>
border-color css
<style>
span { border-color: #1291B3; }
span { border-color: rgb(18,145,179); }
td.TdClassName
{
border-color: #1291B3;
}
.TagClassName
{
border-color: #1291B3;
}
</style>