Shades of Pacific Blue #1387CF
Tints of Pacific Blue #1387CF
RGB
CMYK
RGB Variations
Color information
#1387CF (or 0x1387CF) is known color: Pacific Blue. HEX triplet: 13, 87 and CF. RGB value is (19,135,207). Sum of RGB (Red+Green+Blue) = 19+135+207=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #1387CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1387CF is #EC7830. Grayscale: #6C6C6C. Windows color (decimal): -15497265 or 13600531. OLE color: 13600531.
HSL color Cylindrical-coordinate representation of color #1387CF: hue angle of 202.98º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1387CF is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 135 | 207 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.19 |
| HSL | 202.98º | 0.83% | 0.44% | - |
| HSV(B) | 202.98º | 0.91% | 0.81% | - |
| XYZ | 20.2 | 21.97 | 62.21 | - |
| YUV | 108.52 | 183.57 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 207 | 0.91 | 0.35 | 0 | 0.19 | 202.98 | 0.83 | 0.44 |
| Hex | 13 | 87 | CF | 5B | 23 | 0 | 13 | CB | 53 | 2C |
| Octal | 23 | 207 | 317 | 133 | 43 | 0 | 23 | 313 | 123 | 54 |
| Binary | 10011 | 10000111 | 11001111 | 1011011 | 100011 | 0 | 10011 | 11001011 | 1010011 | 101100 |
Color Harmonies of #1387CF
Complementary color
Monochromatic Colors of #1387CF
Black with #1387CF
Text Example
Text Example
White with #1387CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1387CF; }
p { color: rgb(19,135,207); }
H1.HeaderClassName
{
color: #1387CF;
}
.AnyTagClassName
{
color: #1387CF;
}
</style>
background-color css
<style>
a { background-color: #1387CF; }
a { background-color: rgb(19,135,207); }
div.DivClassName
{
background-color: #1387CF;
}
.BgClassName
{
background-color: #1387CF;
}
</style>
border-color css
<style>
span { border-color: #1387CF; }
span { border-color: rgb(19,135,207); }
td.TdClassName
{
border-color: #1387CF;
}
.TagClassName
{
border-color: #1387CF;
}
</style>