Shades of Bondi Blue #1387BF
Tints of Bondi Blue #1387BF
RGB
CMYK
RGB Variations
Color information
#1387BF (or 0x1387BF) is known color: Bondi Blue. HEX triplet: 13, 87 and BF. RGB value is (19,135,191). Sum of RGB (Red+Green+Blue) = 19+135+191=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #1387BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1387BF is #EC7840. Grayscale: #6A6A6A. Windows color (decimal): -15497281 or 12551955. OLE color: 12551955.
HSL color Cylindrical-coordinate representation of color #1387BF: hue angle of 199.53º 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 #1387BF is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 135 | 191 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.25 |
| HSL | 199.53º | 0.82% | 0.41% | - |
| HSV(B) | 199.53º | 0.9% | 0.75% | - |
| XYZ | 18.34 | 21.23 | 52.42 | - |
| YUV | 106.7 | 175.57 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 191 | 0.90 | 0.29 | 0 | 0.25 | 199.53 | 0.82 | 0.41 |
| Hex | 13 | 87 | BF | 5A | 1D | 0 | 19 | C8 | 52 | 29 |
| Octal | 23 | 207 | 277 | 132 | 35 | 0 | 31 | 310 | 122 | 51 |
| Binary | 10011 | 10000111 | 10111111 | 1011010 | 11101 | 0 | 11001 | 11001000 | 1010010 | 101001 |
Color Harmonies of #1387BF
Complementary color
Monochromatic Colors of #1387BF
Black with #1387BF
Text Example
Text Example
White with #1387BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1387BF; }
p { color: rgb(19,135,191); }
H1.HeaderClassName
{
color: #1387BF;
}
.AnyTagClassName
{
color: #1387BF;
}
</style>
background-color css
<style>
a { background-color: #1387BF; }
a { background-color: rgb(19,135,191); }
div.DivClassName
{
background-color: #1387BF;
}
.BgClassName
{
background-color: #1387BF;
}
</style>
border-color css
<style>
span { border-color: #1387BF; }
span { border-color: rgb(19,135,191); }
td.TdClassName
{
border-color: #1387BF;
}
.TagClassName
{
border-color: #1387BF;
}
</style>