Shades of Bondi Blue #1394BE
Tints of Bondi Blue #1394BE
RGB
CMYK
RGB Variations
Color information
#1394BE (or 0x1394BE) is known color: Bondi Blue. HEX triplet: 13, 94 and BE. RGB value is (19,148,190). Sum of RGB (Red+Green+Blue) = 19+148+190=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #1394BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1394BE is #EC6B41. Grayscale: #717171. Windows color (decimal): -15493954 or 12489747. OLE color: 12489747.
HSL color Cylindrical-coordinate representation of color #1394BE: hue angle of 194.74º 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 #1394BE is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 148 | 190 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.25 |
| HSL | 194.74º | 0.82% | 0.41% | - |
| HSV(B) | 194.74º | 0.9% | 0.75% | - |
| XYZ | 20.15 | 25.04 | 52.49 | - |
| YUV | 114.22 | 170.76 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 190 | 0.90 | 0.22 | 0 | 0.25 | 194.74 | 0.82 | 0.41 |
| Hex | 13 | 94 | BE | 5A | 16 | 0 | 19 | C3 | 52 | 29 |
| Octal | 23 | 224 | 276 | 132 | 26 | 0 | 31 | 303 | 122 | 51 |
| Binary | 10011 | 10010100 | 10111110 | 1011010 | 10110 | 0 | 11001 | 11000011 | 1010010 | 101001 |
Color Harmonies of #1394BE
Complementary color
Monochromatic Colors of #1394BE
Black with #1394BE
Text Example
Text Example
White with #1394BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1394BE; }
p { color: rgb(19,148,190); }
H1.HeaderClassName
{
color: #1394BE;
}
.AnyTagClassName
{
color: #1394BE;
}
</style>
background-color css
<style>
a { background-color: #1394BE; }
a { background-color: rgb(19,148,190); }
div.DivClassName
{
background-color: #1394BE;
}
.BgClassName
{
background-color: #1394BE;
}
</style>
border-color css
<style>
span { border-color: #1394BE; }
span { border-color: rgb(19,148,190); }
td.TdClassName
{
border-color: #1394BE;
}
.TagClassName
{
border-color: #1394BE;
}
</style>