Shades of Bondi Blue #1389B8
Tints of Bondi Blue #1389B8
RGB
CMYK
RGB Variations
Color information
#1389B8 (or 0x1389B8) is known color: Bondi Blue. HEX triplet: 13, 89 and B8. RGB value is (19,137,184). Sum of RGB (Red+Green+Blue) = 19+137+184=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 184 (72.27% from 255 or 54.12% from 340); Max value from RGB is 184 - color contains mainly: blue. Hex color #1389B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1389B8 is #EC7647. Grayscale: #6A6A6A. Windows color (decimal): -15496776 or 12093715. OLE color: 12093715.
HSL color Cylindrical-coordinate representation of color #1389B8: hue angle of 197.09º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1389B8 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 137 | 184 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.28 |
| HSL | 197.09º | 0.81% | 0.4% | - |
| HSV(B) | 197.09º | 0.9% | 0.72% | - |
| XYZ | 17.87 | 21.49 | 48.55 | - |
| YUV | 107.08 | 171.41 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 184 | 0.90 | 0.26 | 0 | 0.28 | 197.09 | 0.81 | 0.4 |
| Hex | 13 | 89 | B8 | 5A | 1A | 0 | 1C | C5 | 51 | 28 |
| Octal | 23 | 211 | 270 | 132 | 32 | 0 | 34 | 305 | 121 | 50 |
| Binary | 10011 | 10001001 | 10111000 | 1011010 | 11010 | 0 | 11100 | 11000101 | 1010001 | 101000 |
Color Harmonies of #1389B8
Complementary color
Monochromatic Colors of #1389B8
Black with #1389B8
Text Example
Text Example
White with #1389B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1389B8; }
p { color: rgb(19,137,184); }
H1.HeaderClassName
{
color: #1389B8;
}
.AnyTagClassName
{
color: #1389B8;
}
</style>
background-color css
<style>
a { background-color: #1389B8; }
a { background-color: rgb(19,137,184); }
div.DivClassName
{
background-color: #1389B8;
}
.BgClassName
{
background-color: #1389B8;
}
</style>
border-color css
<style>
span { border-color: #1389B8; }
span { border-color: rgb(19,137,184); }
td.TdClassName
{
border-color: #1389B8;
}
.TagClassName
{
border-color: #1389B8;
}
</style>