Shades of Bondi Blue #0594AA
Tints of Bondi Blue #0594AA
RGB
CMYK
RGB Variations
Color information
#0594AA (or 0x0594AA) is known color: Bondi Blue. HEX triplet: 05, 94 and AA. RGB value is (5,148,170). Sum of RGB (Red+Green+Blue) = 5+148+170=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #0594AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0594AA is #FA6B55. Grayscale: #6B6B6B. Windows color (decimal): -16411478 or 11179013. OLE color: 11179013.
HSL color Cylindrical-coordinate representation of color #0594AA: hue angle of 188º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0594AA is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 148 | 170 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.33 |
| HSL | 188º | 0.94% | 0.34% | - |
| HSV(B) | 188º | 0.97% | 0.67% | - |
| XYZ | 17.91 | 24.11 | 41.74 | - |
| YUV | 107.75 | 163.12 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 148 | 170 | 0.97 | 0.13 | 0 | 0.33 | 188 | 0.94 | 0.34 |
| Hex | 5 | 94 | AA | 61 | D | 0 | 21 | BC | 5E | 22 |
| Octal | 5 | 224 | 252 | 141 | 15 | 0 | 41 | 274 | 136 | 42 |
| Binary | 101 | 10010100 | 10101010 | 1100001 | 1101 | 0 | 100001 | 10111100 | 1011110 | 100010 |
Color Harmonies of #0594AA
Complementary color
Monochromatic Colors of #0594AA
Black with #0594AA
Text Example
Text Example
White with #0594AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0594AA; }
p { color: rgb(5,148,170); }
H1.HeaderClassName
{
color: #0594AA;
}
.AnyTagClassName
{
color: #0594AA;
}
</style>
background-color css
<style>
a { background-color: #0594AA; }
a { background-color: rgb(5,148,170); }
div.DivClassName
{
background-color: #0594AA;
}
.BgClassName
{
background-color: #0594AA;
}
</style>
border-color css
<style>
span { border-color: #0594AA; }
span { border-color: rgb(5,148,170); }
td.TdClassName
{
border-color: #0594AA;
}
.TagClassName
{
border-color: #0594AA;
}
</style>