Shades of Bondi Blue #1385BD
Tints of Bondi Blue #1385BD
RGB
CMYK
RGB Variations
Color information
#1385BD (or 0x1385BD) is known color: Bondi Blue. HEX triplet: 13, 85 and BD. RGB value is (19,133,189). Sum of RGB (Red+Green+Blue) = 19+133+189=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #1385BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1385BD is #EC7A42. Grayscale: #686868. Windows color (decimal): -15497795 or 12420371. OLE color: 12420371.
HSL color Cylindrical-coordinate representation of color #1385BD: hue angle of 199.76º 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 #1385BD is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 133 | 189 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.26 |
| HSL | 199.76º | 0.82% | 0.41% | - |
| HSV(B) | 199.76º | 0.9% | 0.74% | - |
| XYZ | 17.84 | 20.59 | 51.18 | - |
| YUV | 105.3 | 175.23 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 189 | 0.90 | 0.30 | 0 | 0.26 | 199.76 | 0.82 | 0.41 |
| Hex | 13 | 85 | BD | 5A | 1E | 0 | 1A | C8 | 52 | 29 |
| Octal | 23 | 205 | 275 | 132 | 36 | 0 | 32 | 310 | 122 | 51 |
| Binary | 10011 | 10000101 | 10111101 | 1011010 | 11110 | 0 | 11010 | 11001000 | 1010010 | 101001 |
Color Harmonies of #1385BD
Complementary color
Monochromatic Colors of #1385BD
Black with #1385BD
Text Example
Text Example
White with #1385BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1385BD; }
p { color: rgb(19,133,189); }
H1.HeaderClassName
{
color: #1385BD;
}
.AnyTagClassName
{
color: #1385BD;
}
</style>
background-color css
<style>
a { background-color: #1385BD; }
a { background-color: rgb(19,133,189); }
div.DivClassName
{
background-color: #1385BD;
}
.BgClassName
{
background-color: #1385BD;
}
</style>
border-color css
<style>
span { border-color: #1385BD; }
span { border-color: rgb(19,133,189); }
td.TdClassName
{
border-color: #1385BD;
}
.TagClassName
{
border-color: #1385BD;
}
</style>