Shades of Bondi Blue #1385BC
Tints of Bondi Blue #1385BC
RGB
CMYK
RGB Variations
Color information
#1385BC (or 0x1385BC) is known color: Bondi Blue. HEX triplet: 13, 85 and BC. RGB value is (19,133,188). Sum of RGB (Red+Green+Blue) = 19+133+188=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #1385BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1385BC is #EC7A43. Grayscale: #686868. Windows color (decimal): -15497796 or 12354835. OLE color: 12354835.
HSL color Cylindrical-coordinate representation of color #1385BC: hue angle of 199.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1385BC is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 133 | 188 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.26 |
| HSL | 199.53º | 0.82% | 0.41% | - |
| HSV(B) | 199.53º | 0.9% | 0.74% | - |
| XYZ | 17.73 | 20.54 | 50.61 | - |
| YUV | 105.18 | 174.73 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 188 | 0.90 | 0.29 | 0 | 0.26 | 199.53 | 0.82 | 0.41 |
| Hex | 13 | 85 | BC | 5A | 1D | 0 | 1A | C8 | 52 | 29 |
| Octal | 23 | 205 | 274 | 132 | 35 | 0 | 32 | 310 | 122 | 51 |
| Binary | 10011 | 10000101 | 10111100 | 1011010 | 11101 | 0 | 11010 | 11001000 | 1010010 | 101001 |
Color Harmonies of #1385BC
Complementary color
Monochromatic Colors of #1385BC
Black with #1385BC
Text Example
Text Example
White with #1385BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1385BC; }
p { color: rgb(19,133,188); }
H1.HeaderClassName
{
color: #1385BC;
}
.AnyTagClassName
{
color: #1385BC;
}
</style>
background-color css
<style>
a { background-color: #1385BC; }
a { background-color: rgb(19,133,188); }
div.DivClassName
{
background-color: #1385BC;
}
.BgClassName
{
background-color: #1385BC;
}
</style>
border-color css
<style>
span { border-color: #1385BC; }
span { border-color: rgb(19,133,188); }
td.TdClassName
{
border-color: #1385BC;
}
.TagClassName
{
border-color: #1385BC;
}
</style>