Shades of Bondi Blue #0790B1
Tints of Bondi Blue #0790B1
RGB
CMYK
RGB Variations
Color information
#0790B1 (or 0x0790B1) is known color: Bondi Blue. HEX triplet: 07, 90 and B1. RGB value is (7,144,177). Sum of RGB (Red+Green+Blue) = 7+144+177=328 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 177 (69.53% from 255 or 53.96% from 328); Max value from RGB is 177 - color contains mainly: blue. Hex color #0790B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0790B1 is #F86F4E. Grayscale: #6A6A6A. Windows color (decimal): -16281423 or 11636743. OLE color: 11636743.
HSL color Cylindrical-coordinate representation of color #0790B1: hue angle of 191.65º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0790B1 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 144 | 177 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.31 |
| HSL | 191.65º | 0.92% | 0.36% | - |
| HSV(B) | 191.65º | 0.96% | 0.69% | - |
| XYZ | 18 | 23.17 | 45.12 | - |
| YUV | 106.8 | 167.61 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 144 | 177 | 0.96 | 0.19 | 0 | 0.31 | 191.65 | 0.92 | 0.36 |
| Hex | 7 | 90 | B1 | 60 | 13 | 0 | 1F | C0 | 5C | 24 |
| Octal | 7 | 220 | 261 | 140 | 23 | 0 | 37 | 300 | 134 | 44 |
| Binary | 111 | 10010000 | 10110001 | 1100000 | 10011 | 0 | 11111 | 11000000 | 1011100 | 100100 |
Color Harmonies of #0790B1
Complementary color
Monochromatic Colors of #0790B1
Black with #0790B1
Text Example
Text Example
White with #0790B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0790B1; }
p { color: rgb(7,144,177); }
H1.HeaderClassName
{
color: #0790B1;
}
.AnyTagClassName
{
color: #0790B1;
}
</style>
background-color css
<style>
a { background-color: #0790B1; }
a { background-color: rgb(7,144,177); }
div.DivClassName
{
background-color: #0790B1;
}
.BgClassName
{
background-color: #0790B1;
}
</style>
border-color css
<style>
span { border-color: #0790B1; }
span { border-color: rgb(7,144,177); }
td.TdClassName
{
border-color: #0790B1;
}
.TagClassName
{
border-color: #0790B1;
}
</style>