Shades of Pacific Blue #1399BD
Tints of Pacific Blue #1399BD
RGB
CMYK
RGB Variations
Color information
#1399BD (or 0x1399BD) is known color: Pacific Blue. HEX triplet: 13, 99 and BD. RGB value is (19,153,189). Sum of RGB (Red+Green+Blue) = 19+153+189=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #1399BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1399BD is #EC6642. Grayscale: #747474. Windows color (decimal): -15492675 or 12425491. OLE color: 12425491.
HSL color Cylindrical-coordinate representation of color #1399BD: hue angle of 192.71º 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 #1399BD is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 153 | 189 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.26 |
| HSL | 192.71º | 0.82% | 0.41% | - |
| HSV(B) | 192.71º | 0.9% | 0.74% | - |
| XYZ | 20.85 | 26.6 | 52.18 | - |
| YUV | 117.04 | 168.61 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 189 | 0.90 | 0.19 | 0 | 0.26 | 192.71 | 0.82 | 0.41 |
| Hex | 13 | 99 | BD | 5A | 13 | 0 | 1A | C1 | 52 | 29 |
| Octal | 23 | 231 | 275 | 132 | 23 | 0 | 32 | 301 | 122 | 51 |
| Binary | 10011 | 10011001 | 10111101 | 1011010 | 10011 | 0 | 11010 | 11000001 | 1010010 | 101001 |
Color Harmonies of #1399BD
Complementary color
Monochromatic Colors of #1399BD
Black with #1399BD
Text Example
Text Example
White with #1399BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1399BD; }
p { color: rgb(19,153,189); }
H1.HeaderClassName
{
color: #1399BD;
}
.AnyTagClassName
{
color: #1399BD;
}
</style>
background-color css
<style>
a { background-color: #1399BD; }
a { background-color: rgb(19,153,189); }
div.DivClassName
{
background-color: #1399BD;
}
.BgClassName
{
background-color: #1399BD;
}
</style>
border-color css
<style>
span { border-color: #1399BD; }
span { border-color: rgb(19,153,189); }
td.TdClassName
{
border-color: #1399BD;
}
.TagClassName
{
border-color: #1399BD;
}
</style>