Shades of Bondi Blue #1390BD
Tints of Bondi Blue #1390BD
RGB
CMYK
RGB Variations
Color information
#1390BD (or 0x1390BD) is known color: Bondi Blue. HEX triplet: 13, 90 and BD. RGB value is (19,144,189). Sum of RGB (Red+Green+Blue) = 19+144+189=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #1390BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1390BD is #EC6F42. Grayscale: #6F6F6F. Windows color (decimal): -15494979 or 12423187. OLE color: 12423187.
HSL color Cylindrical-coordinate representation of color #1390BD: hue angle of 195.88º 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 #1390BD is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 144 | 189 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.26 |
| HSL | 195.88º | 0.82% | 0.41% | - |
| HSV(B) | 195.88º | 0.9% | 0.74% | - |
| XYZ | 19.43 | 23.76 | 51.71 | - |
| YUV | 111.76 | 171.59 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 189 | 0.90 | 0.24 | 0 | 0.26 | 195.88 | 0.82 | 0.41 |
| Hex | 13 | 90 | BD | 5A | 18 | 0 | 1A | C4 | 52 | 29 |
| Octal | 23 | 220 | 275 | 132 | 30 | 0 | 32 | 304 | 122 | 51 |
| Binary | 10011 | 10010000 | 10111101 | 1011010 | 11000 | 0 | 11010 | 11000100 | 1010010 | 101001 |
Color Harmonies of #1390BD
Complementary color
Monochromatic Colors of #1390BD
Black with #1390BD
Text Example
Text Example
White with #1390BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1390BD; }
p { color: rgb(19,144,189); }
H1.HeaderClassName
{
color: #1390BD;
}
.AnyTagClassName
{
color: #1390BD;
}
</style>
background-color css
<style>
a { background-color: #1390BD; }
a { background-color: rgb(19,144,189); }
div.DivClassName
{
background-color: #1390BD;
}
.BgClassName
{
background-color: #1390BD;
}
</style>
border-color css
<style>
span { border-color: #1390BD; }
span { border-color: rgb(19,144,189); }
td.TdClassName
{
border-color: #1390BD;
}
.TagClassName
{
border-color: #1390BD;
}
</style>