Shades of Pacific Blue #1387CD
Tints of Pacific Blue #1387CD
RGB
CMYK
RGB Variations
Color information
#1387CD (or 0x1387CD) is known color: Pacific Blue. HEX triplet: 13, 87 and CD. RGB value is (19,135,205). Sum of RGB (Red+Green+Blue) = 19+135+205=359 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.29% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #1387CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1387CD is #EC7832. Grayscale: #6B6B6B. Windows color (decimal): -15497267 or 13469459. OLE color: 13469459.
HSL color Cylindrical-coordinate representation of color #1387CD: hue angle of 202.58º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1387CD is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 135 | 205 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.20 |
| HSL | 202.58º | 0.83% | 0.44% | - |
| HSV(B) | 202.58º | 0.91% | 0.8% | - |
| XYZ | 19.95 | 21.87 | 60.93 | - |
| YUV | 108.3 | 182.57 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 205 | 0.91 | 0.34 | 0 | 0.20 | 202.58 | 0.83 | 0.44 |
| Hex | 13 | 87 | CD | 5B | 22 | 0 | 14 | CB | 53 | 2C |
| Octal | 23 | 207 | 315 | 133 | 42 | 0 | 24 | 313 | 123 | 54 |
| Binary | 10011 | 10000111 | 11001101 | 1011011 | 100010 | 0 | 10100 | 11001011 | 1010011 | 101100 |
Color Harmonies of #1387CD
Complementary color
Monochromatic Colors of #1387CD
Black with #1387CD
Text Example
Text Example
White with #1387CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1387CD; }
p { color: rgb(19,135,205); }
H1.HeaderClassName
{
color: #1387CD;
}
.AnyTagClassName
{
color: #1387CD;
}
</style>
background-color css
<style>
a { background-color: #1387CD; }
a { background-color: rgb(19,135,205); }
div.DivClassName
{
background-color: #1387CD;
}
.BgClassName
{
background-color: #1387CD;
}
</style>
border-color css
<style>
span { border-color: #1387CD; }
span { border-color: rgb(19,135,205); }
td.TdClassName
{
border-color: #1387CD;
}
.TagClassName
{
border-color: #1387CD;
}
</style>