Shades of Bondi Blue #0591BC
Tints of Bondi Blue #0591BC
RGB
CMYK
RGB Variations
Color information
#0591BC (or 0x0591BC) is known color: Bondi Blue. HEX triplet: 05, 91 and BC. RGB value is (5,145,188). Sum of RGB (Red+Green+Blue) = 5+145+188=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #0591BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0591BC is #FA6E43. Grayscale: #6B6B6B. Windows color (decimal): -16412228 or 12357893. OLE color: 12357893.
HSL color Cylindrical-coordinate representation of color #0591BC: hue angle of 194.1º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0591BC is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 145 | 188 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.26 |
| HSL | 194.1º | 0.95% | 0.38% | - |
| HSV(B) | 194.1º | 0.97% | 0.74% | - |
| XYZ | 19.27 | 23.91 | 51.18 | - |
| YUV | 108.04 | 173.12 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 145 | 188 | 0.97 | 0.23 | 0 | 0.26 | 194.1 | 0.95 | 0.38 |
| Hex | 5 | 91 | BC | 61 | 17 | 0 | 1A | C2 | 5F | 26 |
| Octal | 5 | 221 | 274 | 141 | 27 | 0 | 32 | 302 | 137 | 46 |
| Binary | 101 | 10010001 | 10111100 | 1100001 | 10111 | 0 | 11010 | 11000010 | 1011111 | 100110 |
Color Harmonies of #0591BC
Complementary color
Monochromatic Colors of #0591BC
Black with #0591BC
Text Example
Text Example
White with #0591BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0591BC; }
p { color: rgb(5,145,188); }
H1.HeaderClassName
{
color: #0591BC;
}
.AnyTagClassName
{
color: #0591BC;
}
</style>
background-color css
<style>
a { background-color: #0591BC; }
a { background-color: rgb(5,145,188); }
div.DivClassName
{
background-color: #0591BC;
}
.BgClassName
{
background-color: #0591BC;
}
</style>
border-color css
<style>
span { border-color: #0591BC; }
span { border-color: rgb(5,145,188); }
td.TdClassName
{
border-color: #0591BC;
}
.TagClassName
{
border-color: #0591BC;
}
</style>