Shades of Bondi Blue #0596BB
Tints of Bondi Blue #0596BB
RGB
CMYK
RGB Variations
Color information
#0596BB (or 0x0596BB) is known color: Bondi Blue. HEX triplet: 05, 96 and BB. RGB value is (5,150,187). Sum of RGB (Red+Green+Blue) = 5+150+187=342 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #0596BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0596BB is #FA6944. Grayscale: #6E6E6E. Windows color (decimal): -16410949 or 12293637. OLE color: 12293637.
HSL color Cylindrical-coordinate representation of color #0596BB: hue angle of 192.2º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0596BB is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 150 | 187 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.27 |
| HSL | 192.2º | 0.95% | 0.38% | - |
| HSV(B) | 192.2º | 0.97% | 0.73% | - |
| XYZ | 19.94 | 25.43 | 50.87 | - |
| YUV | 110.86 | 170.96 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 150 | 187 | 0.97 | 0.20 | 0 | 0.27 | 192.2 | 0.95 | 0.38 |
| Hex | 5 | 96 | BB | 61 | 14 | 0 | 1B | C0 | 5F | 26 |
| Octal | 5 | 226 | 273 | 141 | 24 | 0 | 33 | 300 | 137 | 46 |
| Binary | 101 | 10010110 | 10111011 | 1100001 | 10100 | 0 | 11011 | 11000000 | 1011111 | 100110 |
Color Harmonies of #0596BB
Complementary color
Monochromatic Colors of #0596BB
Black with #0596BB
Text Example
Text Example
White with #0596BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0596BB; }
p { color: rgb(5,150,187); }
H1.HeaderClassName
{
color: #0596BB;
}
.AnyTagClassName
{
color: #0596BB;
}
</style>
background-color css
<style>
a { background-color: #0596BB; }
a { background-color: rgb(5,150,187); }
div.DivClassName
{
background-color: #0596BB;
}
.BgClassName
{
background-color: #0596BB;
}
</style>
border-color css
<style>
span { border-color: #0596BB; }
span { border-color: rgb(5,150,187); }
td.TdClassName
{
border-color: #0596BB;
}
.TagClassName
{
border-color: #0596BB;
}
</style>