Shades of Bondi Blue #0590B7
Tints of Bondi Blue #0590B7
RGB
CMYK
RGB Variations
Color information
#0590B7 (or 0x0590B7) is known color: Bondi Blue. HEX triplet: 05, 90 and B7. RGB value is (5,144,183). Sum of RGB (Red+Green+Blue) = 5+144+183=332 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 183 (71.88% from 255 or 55.12% from 332); Max value from RGB is 183 - color contains mainly: blue. Hex color #0590B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0590B7 is #FA6F48. Grayscale: #6A6A6A. Windows color (decimal): -16412489 or 12029957. OLE color: 12029957.
HSL color Cylindrical-coordinate representation of color #0590B7: hue angle of 193.15º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0590B7 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 144 | 183 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.28 |
| HSL | 193.15º | 0.95% | 0.37% | - |
| HSV(B) | 193.15º | 0.97% | 0.72% | - |
| XYZ | 18.58 | 23.4 | 48.34 | - |
| YUV | 106.89 | 170.95 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 144 | 183 | 0.97 | 0.21 | 0 | 0.28 | 193.15 | 0.95 | 0.37 |
| Hex | 5 | 90 | B7 | 61 | 15 | 0 | 1C | C1 | 5F | 25 |
| Octal | 5 | 220 | 267 | 141 | 25 | 0 | 34 | 301 | 137 | 45 |
| Binary | 101 | 10010000 | 10110111 | 1100001 | 10101 | 0 | 11100 | 11000001 | 1011111 | 100101 |
Color Harmonies of #0590B7
Complementary color
Monochromatic Colors of #0590B7
Black with #0590B7
Text Example
Text Example
White with #0590B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0590B7; }
p { color: rgb(5,144,183); }
H1.HeaderClassName
{
color: #0590B7;
}
.AnyTagClassName
{
color: #0590B7;
}
</style>
background-color css
<style>
a { background-color: #0590B7; }
a { background-color: rgb(5,144,183); }
div.DivClassName
{
background-color: #0590B7;
}
.BgClassName
{
background-color: #0590B7;
}
</style>
border-color css
<style>
span { border-color: #0590B7; }
span { border-color: rgb(5,144,183); }
td.TdClassName
{
border-color: #0590B7;
}
.TagClassName
{
border-color: #0590B7;
}
</style>