Shades of Bondi Blue #039CB1
Tints of Bondi Blue #039CB1
RGB
CMYK
RGB Variations
Color information
#039CB1 (or 0x039CB1) is known color: Bondi Blue. HEX triplet: 03, 9C and B1. RGB value is (3,156,177). Sum of RGB (Red+Green+Blue) = 3+156+177=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 177 (69.53% from 255 or 52.68% from 336); Max value from RGB is 177 - color contains mainly: blue. Hex color #039CB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039CB1 is #FC634E. Grayscale: #707070. Windows color (decimal): -16540495 or 11639811. OLE color: 11639811.
HSL color Cylindrical-coordinate representation of color #039CB1: hue angle of 187.24º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039CB1 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 156 | 177 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.31 |
| HSL | 187.24º | 0.97% | 0.35% | - |
| HSV(B) | 187.24º | 0.98% | 0.69% | - |
| XYZ | 19.86 | 26.97 | 45.75 | - |
| YUV | 112.65 | 164.31 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 177 | 0.98 | 0.12 | 0 | 0.31 | 187.24 | 0.97 | 0.35 |
| Hex | 3 | 9C | B1 | 62 | C | 0 | 1F | BB | 61 | 23 |
| Octal | 3 | 234 | 261 | 142 | 14 | 0 | 37 | 273 | 141 | 43 |
| Binary | 11 | 10011100 | 10110001 | 1100010 | 1100 | 0 | 11111 | 10111011 | 1100001 | 100011 |
Color Harmonies of #039CB1
Complementary color
Monochromatic Colors of #039CB1
Black with #039CB1
Text Example
Text Example
White with #039CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039CB1; }
p { color: rgb(3,156,177); }
H1.HeaderClassName
{
color: #039CB1;
}
.AnyTagClassName
{
color: #039CB1;
}
</style>
background-color css
<style>
a { background-color: #039CB1; }
a { background-color: rgb(3,156,177); }
div.DivClassName
{
background-color: #039CB1;
}
.BgClassName
{
background-color: #039CB1;
}
</style>
border-color css
<style>
span { border-color: #039CB1; }
span { border-color: rgb(3,156,177); }
td.TdClassName
{
border-color: #039CB1;
}
.TagClassName
{
border-color: #039CB1;
}
</style>