Shades of Bondi Blue #0495BA
Tints of Bondi Blue #0495BA
RGB
CMYK
RGB Variations
Color information
#0495BA (or 0x0495BA) is known color: Bondi Blue. HEX triplet: 04, 95 and BA. RGB value is (4,149,186). Sum of RGB (Red+Green+Blue) = 4+149+186=339 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #0495BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0495BA is #FB6A45. Grayscale: #6D6D6D. Windows color (decimal): -16476742 or 12227844. OLE color: 12227844.
HSL color Cylindrical-coordinate representation of color #0495BA: hue angle of 192.2º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0495BA is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 149 | 186 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.27 |
| HSL | 192.2º | 0.96% | 0.37% | - |
| HSV(B) | 192.2º | 0.98% | 0.73% | - |
| XYZ | 19.66 | 25.07 | 50.26 | - |
| YUV | 109.86 | 170.96 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 149 | 186 | 0.98 | 0.20 | 0 | 0.27 | 192.2 | 0.96 | 0.37 |
| Hex | 4 | 95 | BA | 62 | 14 | 0 | 1B | C0 | 60 | 25 |
| Octal | 4 | 225 | 272 | 142 | 24 | 0 | 33 | 300 | 140 | 45 |
| Binary | 100 | 10010101 | 10111010 | 1100010 | 10100 | 0 | 11011 | 11000000 | 1100000 | 100101 |
Color Harmonies of #0495BA
Complementary color
Monochromatic Colors of #0495BA
Black with #0495BA
Text Example
Text Example
White with #0495BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0495BA; }
p { color: rgb(4,149,186); }
H1.HeaderClassName
{
color: #0495BA;
}
.AnyTagClassName
{
color: #0495BA;
}
</style>
background-color css
<style>
a { background-color: #0495BA; }
a { background-color: rgb(4,149,186); }
div.DivClassName
{
background-color: #0495BA;
}
.BgClassName
{
background-color: #0495BA;
}
</style>
border-color css
<style>
span { border-color: #0495BA; }
span { border-color: rgb(4,149,186); }
td.TdClassName
{
border-color: #0495BA;
}
.TagClassName
{
border-color: #0495BA;
}
</style>