Shades of Bondi Blue #1396BD
Tints of Bondi Blue #1396BD
RGB
CMYK
RGB Variations
Color information
#1396BD (or 0x1396BD) is known color: Bondi Blue. HEX triplet: 13, 96 and BD. RGB value is (19,150,189). Sum of RGB (Red+Green+Blue) = 19+150+189=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #1396BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1396BD is #EC6942. Grayscale: #727272. Windows color (decimal): -15493443 or 12424723. OLE color: 12424723.
HSL color Cylindrical-coordinate representation of color #1396BD: hue angle of 193.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 #1396BD is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 150 | 189 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.26 |
| HSL | 193.76º | 0.82% | 0.41% | - |
| HSV(B) | 193.76º | 0.9% | 0.74% | - |
| XYZ | 20.36 | 25.63 | 52.02 | - |
| YUV | 115.28 | 169.6 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 150 | 189 | 0.90 | 0.21 | 0 | 0.26 | 193.76 | 0.82 | 0.41 |
| Hex | 13 | 96 | BD | 5A | 15 | 0 | 1A | C2 | 52 | 29 |
| Octal | 23 | 226 | 275 | 132 | 25 | 0 | 32 | 302 | 122 | 51 |
| Binary | 10011 | 10010110 | 10111101 | 1011010 | 10101 | 0 | 11010 | 11000010 | 1010010 | 101001 |
Color Harmonies of #1396BD
Complementary color
Monochromatic Colors of #1396BD
Black with #1396BD
Text Example
Text Example
White with #1396BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1396BD; }
p { color: rgb(19,150,189); }
H1.HeaderClassName
{
color: #1396BD;
}
.AnyTagClassName
{
color: #1396BD;
}
</style>
background-color css
<style>
a { background-color: #1396BD; }
a { background-color: rgb(19,150,189); }
div.DivClassName
{
background-color: #1396BD;
}
.BgClassName
{
background-color: #1396BD;
}
</style>
border-color css
<style>
span { border-color: #1396BD; }
span { border-color: rgb(19,150,189); }
td.TdClassName
{
border-color: #1396BD;
}
.TagClassName
{
border-color: #1396BD;
}
</style>