Shades of Bondi Blue #1390BE
Tints of Bondi Blue #1390BE
RGB
CMYK
RGB Variations
Color information
#1390BE (or 0x1390BE) is known color: Bondi Blue. HEX triplet: 13, 90 and BE. RGB value is (19,144,190). Sum of RGB (Red+Green+Blue) = 19+144+190=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #1390BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1390BE is #EC6F41. Grayscale: #6F6F6F. Windows color (decimal): -15494978 or 12488723. OLE color: 12488723.
HSL color Cylindrical-coordinate representation of color #1390BE: hue angle of 196.14º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1390BE is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 144 | 190 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.25 |
| HSL | 196.14º | 0.82% | 0.41% | - |
| HSV(B) | 196.14º | 0.9% | 0.75% | - |
| XYZ | 19.54 | 23.8 | 52.28 | - |
| YUV | 111.87 | 172.09 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 190 | 0.90 | 0.24 | 0 | 0.25 | 196.14 | 0.82 | 0.41 |
| Hex | 13 | 90 | BE | 5A | 18 | 0 | 19 | C4 | 52 | 29 |
| Octal | 23 | 220 | 276 | 132 | 30 | 0 | 31 | 304 | 122 | 51 |
| Binary | 10011 | 10010000 | 10111110 | 1011010 | 11000 | 0 | 11001 | 11000100 | 1010010 | 101001 |
Color Harmonies of #1390BE
Complementary color
Monochromatic Colors of #1390BE
Black with #1390BE
Text Example
Text Example
White with #1390BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1390BE; }
p { color: rgb(19,144,190); }
H1.HeaderClassName
{
color: #1390BE;
}
.AnyTagClassName
{
color: #1390BE;
}
</style>
background-color css
<style>
a { background-color: #1390BE; }
a { background-color: rgb(19,144,190); }
div.DivClassName
{
background-color: #1390BE;
}
.BgClassName
{
background-color: #1390BE;
}
</style>
border-color css
<style>
span { border-color: #1390BE; }
span { border-color: rgb(19,144,190); }
td.TdClassName
{
border-color: #1390BE;
}
.TagClassName
{
border-color: #1390BE;
}
</style>