Shades of Bondi Blue #1392BD
Tints of Bondi Blue #1392BD
RGB
CMYK
RGB Variations
Color information
#1392BD (or 0x1392BD) is known color: Bondi Blue. HEX triplet: 13, 92 and BD. RGB value is (19,146,189). Sum of RGB (Red+Green+Blue) = 19+146+189=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #1392BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1392BD is #EC6D42. Grayscale: #707070. Windows color (decimal): -15494467 or 12423699. OLE color: 12423699.
HSL color Cylindrical-coordinate representation of color #1392BD: hue angle of 195.18º 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 #1392BD is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 146 | 189 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.26 |
| HSL | 195.18º | 0.82% | 0.41% | - |
| HSV(B) | 195.18º | 0.9% | 0.74% | - |
| XYZ | 19.73 | 24.37 | 51.81 | - |
| YUV | 112.93 | 170.92 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 189 | 0.90 | 0.23 | 0 | 0.26 | 195.18 | 0.82 | 0.41 |
| Hex | 13 | 92 | BD | 5A | 17 | 0 | 1A | C3 | 52 | 29 |
| Octal | 23 | 222 | 275 | 132 | 27 | 0 | 32 | 303 | 122 | 51 |
| Binary | 10011 | 10010010 | 10111101 | 1011010 | 10111 | 0 | 11010 | 11000011 | 1010010 | 101001 |
Color Harmonies of #1392BD
Complementary color
Monochromatic Colors of #1392BD
Black with #1392BD
Text Example
Text Example
White with #1392BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1392BD; }
p { color: rgb(19,146,189); }
H1.HeaderClassName
{
color: #1392BD;
}
.AnyTagClassName
{
color: #1392BD;
}
</style>
background-color css
<style>
a { background-color: #1392BD; }
a { background-color: rgb(19,146,189); }
div.DivClassName
{
background-color: #1392BD;
}
.BgClassName
{
background-color: #1392BD;
}
</style>
border-color css
<style>
span { border-color: #1392BD; }
span { border-color: rgb(19,146,189); }
td.TdClassName
{
border-color: #1392BD;
}
.TagClassName
{
border-color: #1392BD;
}
</style>