Shades of Bondi Blue #1290B4
Tints of Bondi Blue #1290B4
RGB
CMYK
RGB Variations
Color information
#1290B4 (or 0x1290B4) is known color: Bondi Blue. HEX triplet: 12, 90 and B4. RGB value is (18,144,180). Sum of RGB (Red+Green+Blue) = 18+144+180=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 180 (70.70% from 255 or 52.63% from 342); Max value from RGB is 180 - color contains mainly: blue. Hex color #1290B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1290B4 is #ED6F4B. Grayscale: #6E6E6E. Windows color (decimal): -15560524 or 11833362. OLE color: 11833362.
HSL color Cylindrical-coordinate representation of color #1290B4: hue angle of 193.33º 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 #1290B4 is Cyan = 0.9, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 144 | 180 | - |
| CMYK | 0.9 | 0.2 | 0 | 0.29 |
| HSL | 193.33º | 0.82% | 0.39% | - |
| HSV(B) | 193.33º | 0.9% | 0.71% | - |
| XYZ | 18.46 | 23.37 | 46.72 | - |
| YUV | 110.43 | 167.26 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 180 | 0.9 | 0.2 | 0 | 0.29 | 193.33 | 0.82 | 0.39 |
| Hex | 12 | 90 | B4 | 5A | 14 | 0 | 1D | C1 | 52 | 27 |
| Octal | 22 | 220 | 264 | 132 | 24 | 0 | 35 | 301 | 122 | 47 |
| Binary | 10010 | 10010000 | 10110100 | 1011010 | 10100 | 0 | 11101 | 11000001 | 1010010 | 100111 |
Color Harmonies of #1290B4
Complementary color
Monochromatic Colors of #1290B4
Black with #1290B4
Text Example
Text Example
White with #1290B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1290B4; }
p { color: rgb(18,144,180); }
H1.HeaderClassName
{
color: #1290B4;
}
.AnyTagClassName
{
color: #1290B4;
}
</style>
background-color css
<style>
a { background-color: #1290B4; }
a { background-color: rgb(18,144,180); }
div.DivClassName
{
background-color: #1290B4;
}
.BgClassName
{
background-color: #1290B4;
}
</style>
border-color css
<style>
span { border-color: #1290B4; }
span { border-color: rgb(18,144,180); }
td.TdClassName
{
border-color: #1290B4;
}
.TagClassName
{
border-color: #1290B4;
}
</style>