Shades of Bondi Blue #1295B5
Tints of Bondi Blue #1295B5
RGB
CMYK
RGB Variations
Color information
#1295B5 (or 0x1295B5) is known color: Bondi Blue. HEX triplet: 12, 95 and B5. RGB value is (18,149,181). Sum of RGB (Red+Green+Blue) = 18+149+181=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 181 (71.09% from 255 or 52.01% from 348); Max value from RGB is 181 - color contains mainly: blue. Hex color #1295B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1295B5 is #ED6A4A. Grayscale: #717171. Windows color (decimal): -15559243 or 11900178. OLE color: 11900178.
HSL color Cylindrical-coordinate representation of color #1295B5: hue angle of 191.78º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1295B5 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 149 | 181 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.29 |
| HSL | 191.78º | 0.82% | 0.39% | - |
| HSV(B) | 191.78º | 0.9% | 0.71% | - |
| XYZ | 19.34 | 24.96 | 47.51 | - |
| YUV | 113.48 | 166.1 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 181 | 0.90 | 0.18 | 0 | 0.29 | 191.78 | 0.82 | 0.39 |
| Hex | 12 | 95 | B5 | 5A | 12 | 0 | 1D | C0 | 52 | 27 |
| Octal | 22 | 225 | 265 | 132 | 22 | 0 | 35 | 300 | 122 | 47 |
| Binary | 10010 | 10010101 | 10110101 | 1011010 | 10010 | 0 | 11101 | 11000000 | 1010010 | 100111 |
Color Harmonies of #1295B5
Complementary color
Monochromatic Colors of #1295B5
Black with #1295B5
Text Example
Text Example
White with #1295B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1295B5; }
p { color: rgb(18,149,181); }
H1.HeaderClassName
{
color: #1295B5;
}
.AnyTagClassName
{
color: #1295B5;
}
</style>
background-color css
<style>
a { background-color: #1295B5; }
a { background-color: rgb(18,149,181); }
div.DivClassName
{
background-color: #1295B5;
}
.BgClassName
{
background-color: #1295B5;
}
</style>
border-color css
<style>
span { border-color: #1295B5; }
span { border-color: rgb(18,149,181); }
td.TdClassName
{
border-color: #1295B5;
}
.TagClassName
{
border-color: #1295B5;
}
</style>