Shades of Bondi Blue #1292B3
Tints of Bondi Blue #1292B3
RGB
CMYK
RGB Variations
Color information
#1292B3 (or 0x1292B3) is known color: Bondi Blue. HEX triplet: 12, 92 and B3. RGB value is (18,146,179). Sum of RGB (Red+Green+Blue) = 18+146+179=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 179 (70.31% from 255 or 52.19% from 343); Max value from RGB is 179 - color contains mainly: blue. Hex color #1292B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1292B3 is #ED6D4C. Grayscale: #6F6F6F. Windows color (decimal): -15560013 or 11768338. OLE color: 11768338.
HSL color Cylindrical-coordinate representation of color #1292B3: hue angle of 192.3º 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 #1292B3 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 146 | 179 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.30 |
| HSL | 192.3º | 0.82% | 0.39% | - |
| HSV(B) | 192.3º | 0.9% | 0.7% | - |
| XYZ | 18.67 | 23.94 | 46.29 | - |
| YUV | 111.49 | 166.09 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 179 | 0.90 | 0.18 | 0 | 0.30 | 192.3 | 0.82 | 0.39 |
| Hex | 12 | 92 | B3 | 5A | 12 | 0 | 1E | C0 | 52 | 27 |
| Octal | 22 | 222 | 263 | 132 | 22 | 0 | 36 | 300 | 122 | 47 |
| Binary | 10010 | 10010010 | 10110011 | 1011010 | 10010 | 0 | 11110 | 11000000 | 1010010 | 100111 |
Color Harmonies of #1292B3
Complementary color
Monochromatic Colors of #1292B3
Black with #1292B3
Text Example
Text Example
White with #1292B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1292B3; }
p { color: rgb(18,146,179); }
H1.HeaderClassName
{
color: #1292B3;
}
.AnyTagClassName
{
color: #1292B3;
}
</style>
background-color css
<style>
a { background-color: #1292B3; }
a { background-color: rgb(18,146,179); }
div.DivClassName
{
background-color: #1292B3;
}
.BgClassName
{
background-color: #1292B3;
}
</style>
border-color css
<style>
span { border-color: #1292B3; }
span { border-color: rgb(18,146,179); }
td.TdClassName
{
border-color: #1292B3;
}
.TagClassName
{
border-color: #1292B3;
}
</style>