Shades of Bondi Blue #1296B3
Tints of Bondi Blue #1296B3
RGB
CMYK
RGB Variations
Color information
#1296B3 (or 0x1296B3) is known color: Bondi Blue. HEX triplet: 12, 96 and B3. RGB value is (18,150,179). Sum of RGB (Red+Green+Blue) = 18+150+179=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 179 (70.31% from 255 or 51.59% from 347); Max value from RGB is 179 - color contains mainly: blue. Hex color #1296B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1296B3 is #ED694C. Grayscale: #717171. Windows color (decimal): -15558989 or 11769362. OLE color: 11769362.
HSL color Cylindrical-coordinate representation of color #1296B3: hue angle of 190.81º 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 #1296B3 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 150 | 179 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.30 |
| HSL | 190.81º | 0.82% | 0.39% | - |
| HSV(B) | 190.81º | 0.9% | 0.7% | - |
| XYZ | 19.29 | 25.2 | 46.49 | - |
| YUV | 113.84 | 164.77 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 179 | 0.90 | 0.16 | 0 | 0.30 | 190.81 | 0.82 | 0.39 |
| Hex | 12 | 96 | B3 | 5A | 10 | 0 | 1E | BF | 52 | 27 |
| Octal | 22 | 226 | 263 | 132 | 20 | 0 | 36 | 277 | 122 | 47 |
| Binary | 10010 | 10010110 | 10110011 | 1011010 | 10000 | 0 | 11110 | 10111111 | 1010010 | 100111 |
Color Harmonies of #1296B3
Complementary color
Monochromatic Colors of #1296B3
Black with #1296B3
Text Example
Text Example
White with #1296B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1296B3; }
p { color: rgb(18,150,179); }
H1.HeaderClassName
{
color: #1296B3;
}
.AnyTagClassName
{
color: #1296B3;
}
</style>
background-color css
<style>
a { background-color: #1296B3; }
a { background-color: rgb(18,150,179); }
div.DivClassName
{
background-color: #1296B3;
}
.BgClassName
{
background-color: #1296B3;
}
</style>
border-color css
<style>
span { border-color: #1296B3; }
span { border-color: rgb(18,150,179); }
td.TdClassName
{
border-color: #1296B3;
}
.TagClassName
{
border-color: #1296B3;
}
</style>