Shades of Bondi Blue #0291C1
Tints of Bondi Blue #0291C1
RGB
CMYK
RGB Variations
Color information
#0291C1 (or 0x0291C1) is known color: Bondi Blue. HEX triplet: 02, 91 and C1. RGB value is (2,145,193). Sum of RGB (Red+Green+Blue) = 2+145+193=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 193 (75.78% from 255 or 56.76% from 340); Max value from RGB is 193 - color contains mainly: blue. Hex color #0291C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0291C1 is #FD6E3E. Grayscale: #6B6B6B. Windows color (decimal): -16608831 or 12685570. OLE color: 12685570.
HSL color Cylindrical-coordinate representation of color #0291C1: hue angle of 195.08º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0291C1 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 145 | 193 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.24 |
| HSL | 195.08º | 0.98% | 0.38% | - |
| HSV(B) | 195.08º | 0.99% | 0.76% | - |
| XYZ | 19.78 | 24.11 | 54.06 | - |
| YUV | 107.72 | 176.12 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 193 | 0.99 | 0.25 | 0 | 0.24 | 195.08 | 0.98 | 0.38 |
| Hex | 2 | 91 | C1 | 63 | 19 | 0 | 18 | C3 | 62 | 26 |
| Octal | 2 | 221 | 301 | 143 | 31 | 0 | 30 | 303 | 142 | 46 |
| Binary | 10 | 10010001 | 11000001 | 1100011 | 11001 | 0 | 11000 | 11000011 | 1100010 | 100110 |
Color Harmonies of #0291C1
Complementary color
Monochromatic Colors of #0291C1
Black with #0291C1
Text Example
Text Example
White with #0291C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0291C1; }
p { color: rgb(2,145,193); }
H1.HeaderClassName
{
color: #0291C1;
}
.AnyTagClassName
{
color: #0291C1;
}
</style>
background-color css
<style>
a { background-color: #0291C1; }
a { background-color: rgb(2,145,193); }
div.DivClassName
{
background-color: #0291C1;
}
.BgClassName
{
background-color: #0291C1;
}
</style>
border-color css
<style>
span { border-color: #0291C1; }
span { border-color: rgb(2,145,193); }
td.TdClassName
{
border-color: #0291C1;
}
.TagClassName
{
border-color: #0291C1;
}
</style>