Shades of Bondi Blue #019CA7
Tints of Bondi Blue #019CA7
RGB
CMYK
RGB Variations
Color information
#019CA7 (or 0x019CA7) is known color: Bondi Blue. HEX triplet: 01, 9C and A7. RGB value is (1,156,167). Sum of RGB (Red+Green+Blue) = 1+156+167=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 167 (65.62% from 255 or 51.54% from 324); Max value from RGB is 167 - color contains mainly: blue. Hex color #019CA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019CA7 is #FE6358. Grayscale: #6E6E6E. Windows color (decimal): -16671577 or 10984449. OLE color: 10984449.
HSL color Cylindrical-coordinate representation of color #019CA7: hue angle of 183.98º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019CA7 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 156 | 167 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.35 |
| HSL | 183.98º | 0.99% | 0.33% | - |
| HSV(B) | 183.98º | 0.99% | 0.65% | - |
| XYZ | 18.88 | 26.57 | 40.69 | - |
| YUV | 110.91 | 159.65 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 167 | 0.99 | 0.07 | 0 | 0.35 | 183.98 | 0.99 | 0.33 |
| Hex | 1 | 9C | A7 | 63 | 7 | 0 | 23 | B8 | 63 | 21 |
| Octal | 1 | 234 | 247 | 143 | 7 | 0 | 43 | 270 | 143 | 41 |
| Binary | 1 | 10011100 | 10100111 | 1100011 | 111 | 0 | 100011 | 10111000 | 1100011 | 100001 |
Color Harmonies of #019CA7
Complementary color
Monochromatic Colors of #019CA7
Black with #019CA7
Text Example
Text Example
White with #019CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019CA7; }
p { color: rgb(1,156,167); }
H1.HeaderClassName
{
color: #019CA7;
}
.AnyTagClassName
{
color: #019CA7;
}
</style>
background-color css
<style>
a { background-color: #019CA7; }
a { background-color: rgb(1,156,167); }
div.DivClassName
{
background-color: #019CA7;
}
.BgClassName
{
background-color: #019CA7;
}
</style>
border-color css
<style>
span { border-color: #019CA7; }
span { border-color: rgb(1,156,167); }
td.TdClassName
{
border-color: #019CA7;
}
.TagClassName
{
border-color: #019CA7;
}
</style>