Shades of Pacific Blue #1386CE
Tints of Pacific Blue #1386CE
RGB
CMYK
RGB Variations
Color information
#1386CE (or 0x1386CE) is known color: Pacific Blue. HEX triplet: 13, 86 and CE. RGB value is (19,134,206). Sum of RGB (Red+Green+Blue) = 19+134+206=359 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.29% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #1386CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1386CE is #EC7931. Grayscale: #6B6B6B. Windows color (decimal): -15497522 or 13534739. OLE color: 13534739.
HSL color Cylindrical-coordinate representation of color #1386CE: hue angle of 203.1º 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 #1386CE is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 134 | 206 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.19 |
| HSL | 203.1º | 0.83% | 0.44% | - |
| HSV(B) | 203.1º | 0.91% | 0.81% | - |
| XYZ | 19.93 | 21.64 | 61.52 | - |
| YUV | 107.82 | 183.4 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 206 | 0.91 | 0.35 | 0 | 0.19 | 203.1 | 0.83 | 0.44 |
| Hex | 13 | 86 | CE | 5B | 23 | 0 | 13 | CB | 53 | 2C |
| Octal | 23 | 206 | 316 | 133 | 43 | 0 | 23 | 313 | 123 | 54 |
| Binary | 10011 | 10000110 | 11001110 | 1011011 | 100011 | 0 | 10011 | 11001011 | 1010011 | 101100 |
Color Harmonies of #1386CE
Complementary color
Monochromatic Colors of #1386CE
Black with #1386CE
Text Example
Text Example
White with #1386CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1386CE; }
p { color: rgb(19,134,206); }
H1.HeaderClassName
{
color: #1386CE;
}
.AnyTagClassName
{
color: #1386CE;
}
</style>
background-color css
<style>
a { background-color: #1386CE; }
a { background-color: rgb(19,134,206); }
div.DivClassName
{
background-color: #1386CE;
}
.BgClassName
{
background-color: #1386CE;
}
</style>
border-color css
<style>
span { border-color: #1386CE; }
span { border-color: rgb(19,134,206); }
td.TdClassName
{
border-color: #1386CE;
}
.TagClassName
{
border-color: #1386CE;
}
</style>