Shades of Bondi Blue #1394BF
Tints of Bondi Blue #1394BF
RGB
CMYK
RGB Variations
Color information
#1394BF (or 0x1394BF) is known color: Bondi Blue. HEX triplet: 13, 94 and BF. RGB value is (19,148,191). Sum of RGB (Red+Green+Blue) = 19+148+191=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #1394BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1394BF is #EC6B40. Grayscale: #727272. Windows color (decimal): -15493953 or 12555283. OLE color: 12555283.
HSL color Cylindrical-coordinate representation of color #1394BF: hue angle of 195º 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 #1394BF is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 148 | 191 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.25 |
| HSL | 195º | 0.82% | 0.41% | - |
| HSV(B) | 195º | 0.9% | 0.75% | - |
| XYZ | 20.26 | 25.08 | 53.06 | - |
| YUV | 114.33 | 171.26 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 191 | 0.90 | 0.23 | 0 | 0.25 | 195 | 0.82 | 0.41 |
| Hex | 13 | 94 | BF | 5A | 17 | 0 | 19 | C3 | 52 | 29 |
| Octal | 23 | 224 | 277 | 132 | 27 | 0 | 31 | 303 | 122 | 51 |
| Binary | 10011 | 10010100 | 10111111 | 1011010 | 10111 | 0 | 11001 | 11000011 | 1010010 | 101001 |
Color Harmonies of #1394BF
Complementary color
Monochromatic Colors of #1394BF
Black with #1394BF
Text Example
Text Example
White with #1394BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1394BF; }
p { color: rgb(19,148,191); }
H1.HeaderClassName
{
color: #1394BF;
}
.AnyTagClassName
{
color: #1394BF;
}
</style>
background-color css
<style>
a { background-color: #1394BF; }
a { background-color: rgb(19,148,191); }
div.DivClassName
{
background-color: #1394BF;
}
.BgClassName
{
background-color: #1394BF;
}
</style>
border-color css
<style>
span { border-color: #1394BF; }
span { border-color: rgb(19,148,191); }
td.TdClassName
{
border-color: #1394BF;
}
.TagClassName
{
border-color: #1394BF;
}
</style>