Shades of Bondi Blue #0392BA
Tints of Bondi Blue #0392BA
RGB
CMYK
RGB Variations
Color information
#0392BA (or 0x0392BA) is known color: Bondi Blue. HEX triplet: 03, 92 and BA. RGB value is (3,146,186). Sum of RGB (Red+Green+Blue) = 3+146+186=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #0392BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0392BA is #FC6D45. Grayscale: #6B6B6B. Windows color (decimal): -16543046 or 12227075. OLE color: 12227075.
HSL color Cylindrical-coordinate representation of color #0392BA: hue angle of 193.11º degrees, saturation: 0.97, 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 #0392BA is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 146 | 186 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.27 |
| HSL | 193.11º | 0.97% | 0.37% | - |
| HSV(B) | 193.11º | 0.98% | 0.73% | - |
| XYZ | 19.18 | 24.12 | 50.1 | - |
| YUV | 107.8 | 172.12 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 146 | 186 | 0.98 | 0.22 | 0 | 0.27 | 193.11 | 0.97 | 0.37 |
| Hex | 3 | 92 | BA | 62 | 16 | 0 | 1B | C1 | 61 | 25 |
| Octal | 3 | 222 | 272 | 142 | 26 | 0 | 33 | 301 | 141 | 45 |
| Binary | 11 | 10010010 | 10111010 | 1100010 | 10110 | 0 | 11011 | 11000001 | 1100001 | 100101 |
Color Harmonies of #0392BA
Complementary color
Monochromatic Colors of #0392BA
Black with #0392BA
Text Example
Text Example
White with #0392BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0392BA; }
p { color: rgb(3,146,186); }
H1.HeaderClassName
{
color: #0392BA;
}
.AnyTagClassName
{
color: #0392BA;
}
</style>
background-color css
<style>
a { background-color: #0392BA; }
a { background-color: rgb(3,146,186); }
div.DivClassName
{
background-color: #0392BA;
}
.BgClassName
{
background-color: #0392BA;
}
</style>
border-color css
<style>
span { border-color: #0392BA; }
span { border-color: rgb(3,146,186); }
td.TdClassName
{
border-color: #0392BA;
}
.TagClassName
{
border-color: #0392BA;
}
</style>