Shades of Pacific Blue #1499BF
Tints of Pacific Blue #1499BF
RGB
CMYK
RGB Variations
Color information
#1499BF (or 0x1499BF) is known color: Pacific Blue. HEX triplet: 14, 99 and BF. RGB value is (20,153,191). Sum of RGB (Red+Green+Blue) = 20+153+191=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #1499BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1499BF is #EB6640. Grayscale: #757575. Windows color (decimal): -15427137 or 12556564. OLE color: 12556564.
HSL color Cylindrical-coordinate representation of color #1499BF: hue angle of 193.33º degrees, saturation: 0.81, 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 #1499BF is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 153 | 191 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.25 |
| HSL | 193.33º | 0.81% | 0.41% | - |
| HSV(B) | 193.33º | 0.9% | 0.75% | - |
| XYZ | 21.08 | 26.69 | 53.33 | - |
| YUV | 117.57 | 169.44 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 191 | 0.90 | 0.20 | 0 | 0.25 | 193.33 | 0.81 | 0.41 |
| Hex | 14 | 99 | BF | 5A | 14 | 0 | 19 | C1 | 51 | 29 |
| Octal | 24 | 231 | 277 | 132 | 24 | 0 | 31 | 301 | 121 | 51 |
| Binary | 10100 | 10011001 | 10111111 | 1011010 | 10100 | 0 | 11001 | 11000001 | 1010001 | 101001 |
Color Harmonies of #1499BF
Complementary color
Monochromatic Colors of #1499BF
Black with #1499BF
Text Example
Text Example
White with #1499BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1499BF; }
p { color: rgb(20,153,191); }
H1.HeaderClassName
{
color: #1499BF;
}
.AnyTagClassName
{
color: #1499BF;
}
</style>
background-color css
<style>
a { background-color: #1499BF; }
a { background-color: rgb(20,153,191); }
div.DivClassName
{
background-color: #1499BF;
}
.BgClassName
{
background-color: #1499BF;
}
</style>
border-color css
<style>
span { border-color: #1499BF; }
span { border-color: rgb(20,153,191); }
td.TdClassName
{
border-color: #1499BF;
}
.TagClassName
{
border-color: #1499BF;
}
</style>