Shades of Pacific Blue #1386CB
Tints of Pacific Blue #1386CB
RGB
CMYK
RGB Variations
Color information
#1386CB (or 0x1386CB) is known color: Pacific Blue. HEX triplet: 13, 86 and CB. RGB value is (19,134,203). Sum of RGB (Red+Green+Blue) = 19+134+203=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #1386CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1386CB is #EC7934. Grayscale: #6B6B6B. Windows color (decimal): -15497525 or 13338131. OLE color: 13338131.
HSL color Cylindrical-coordinate representation of color #1386CB: hue angle of 202.5º 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 #1386CB is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 134 | 203 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.20 |
| HSL | 202.5º | 0.83% | 0.44% | - |
| HSV(B) | 202.5º | 0.91% | 0.8% | - |
| XYZ | 19.57 | 21.5 | 59.62 | - |
| YUV | 107.48 | 181.9 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 203 | 0.91 | 0.34 | 0 | 0.20 | 202.5 | 0.83 | 0.44 |
| Hex | 13 | 86 | CB | 5B | 22 | 0 | 14 | CA | 53 | 2C |
| Octal | 23 | 206 | 313 | 133 | 42 | 0 | 24 | 312 | 123 | 54 |
| Binary | 10011 | 10000110 | 11001011 | 1011011 | 100010 | 0 | 10100 | 11001010 | 1010011 | 101100 |
Color Harmonies of #1386CB
Complementary color
Monochromatic Colors of #1386CB
Black with #1386CB
Text Example
Text Example
White with #1386CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1386CB; }
p { color: rgb(19,134,203); }
H1.HeaderClassName
{
color: #1386CB;
}
.AnyTagClassName
{
color: #1386CB;
}
</style>
background-color css
<style>
a { background-color: #1386CB; }
a { background-color: rgb(19,134,203); }
div.DivClassName
{
background-color: #1386CB;
}
.BgClassName
{
background-color: #1386CB;
}
</style>
border-color css
<style>
span { border-color: #1386CB; }
span { border-color: rgb(19,134,203); }
td.TdClassName
{
border-color: #1386CB;
}
.TagClassName
{
border-color: #1386CB;
}
</style>