Shades of Bondi Blue #0591BF
Tints of Bondi Blue #0591BF
RGB
CMYK
RGB Variations
Color information
#0591BF (or 0x0591BF) is known color: Bondi Blue. HEX triplet: 05, 91 and BF. RGB value is (5,145,191). Sum of RGB (Red+Green+Blue) = 5+145+191=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #0591BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0591BF is #FA6E40. Grayscale: #6C6C6C. Windows color (decimal): -16412225 or 12554501. OLE color: 12554501.
HSL color Cylindrical-coordinate representation of color #0591BF: hue angle of 194.84º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0591BF is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 145 | 191 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.25 |
| HSL | 194.84º | 0.95% | 0.38% | - |
| HSV(B) | 194.84º | 0.97% | 0.75% | - |
| XYZ | 19.59 | 24.04 | 52.9 | - |
| YUV | 108.38 | 174.62 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 145 | 191 | 0.97 | 0.24 | 0 | 0.25 | 194.84 | 0.95 | 0.38 |
| Hex | 5 | 91 | BF | 61 | 18 | 0 | 19 | C3 | 5F | 26 |
| Octal | 5 | 221 | 277 | 141 | 30 | 0 | 31 | 303 | 137 | 46 |
| Binary | 101 | 10010001 | 10111111 | 1100001 | 11000 | 0 | 11001 | 11000011 | 1011111 | 100110 |
Color Harmonies of #0591BF
Complementary color
Monochromatic Colors of #0591BF
Black with #0591BF
Text Example
Text Example
White with #0591BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0591BF; }
p { color: rgb(5,145,191); }
H1.HeaderClassName
{
color: #0591BF;
}
.AnyTagClassName
{
color: #0591BF;
}
</style>
background-color css
<style>
a { background-color: #0591BF; }
a { background-color: rgb(5,145,191); }
div.DivClassName
{
background-color: #0591BF;
}
.BgClassName
{
background-color: #0591BF;
}
</style>
border-color css
<style>
span { border-color: #0591BF; }
span { border-color: rgb(5,145,191); }
td.TdClassName
{
border-color: #0591BF;
}
.TagClassName
{
border-color: #0591BF;
}
</style>