Shades of Bondi Blue #1386B7
Tints of Bondi Blue #1386B7
RGB
CMYK
RGB Variations
Color information
#1386B7 (or 0x1386B7) is known color: Bondi Blue. HEX triplet: 13, 86 and B7. RGB value is (19,134,183). Sum of RGB (Red+Green+Blue) = 19+134+183=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 183 (71.88% from 255 or 54.46% from 336); Max value from RGB is 183 - color contains mainly: blue. Hex color #1386B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1386B7 is #EC7948. Grayscale: #686868. Windows color (decimal): -15497545 or 12027411. OLE color: 12027411.
HSL color Cylindrical-coordinate representation of color #1386B7: hue angle of 197.93º 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 #1386B7 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 134 | 183 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.28 |
| HSL | 197.93º | 0.81% | 0.4% | - |
| HSV(B) | 197.93º | 0.9% | 0.72% | - |
| XYZ | 17.34 | 20.61 | 47.86 | - |
| YUV | 105.2 | 171.9 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 183 | 0.90 | 0.27 | 0 | 0.28 | 197.93 | 0.81 | 0.4 |
| Hex | 13 | 86 | B7 | 5A | 1B | 0 | 1C | C6 | 51 | 28 |
| Octal | 23 | 206 | 267 | 132 | 33 | 0 | 34 | 306 | 121 | 50 |
| Binary | 10011 | 10000110 | 10110111 | 1011010 | 11011 | 0 | 11100 | 11000110 | 1010001 | 101000 |
Color Harmonies of #1386B7
Complementary color
Monochromatic Colors of #1386B7
Black with #1386B7
Text Example
Text Example
White with #1386B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1386B7; }
p { color: rgb(19,134,183); }
H1.HeaderClassName
{
color: #1386B7;
}
.AnyTagClassName
{
color: #1386B7;
}
</style>
background-color css
<style>
a { background-color: #1386B7; }
a { background-color: rgb(19,134,183); }
div.DivClassName
{
background-color: #1386B7;
}
.BgClassName
{
background-color: #1386B7;
}
</style>
border-color css
<style>
span { border-color: #1386B7; }
span { border-color: rgb(19,134,183); }
td.TdClassName
{
border-color: #1386B7;
}
.TagClassName
{
border-color: #1386B7;
}
</style>