Shades of Pacific Blue #1385CE
Tints of Pacific Blue #1385CE
RGB
CMYK
RGB Variations
Color information
#1385CE (or 0x1385CE) is known color: Pacific Blue. HEX triplet: 13, 85 and CE. RGB value is (19,133,206). Sum of RGB (Red+Green+Blue) = 19+133+206=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #1385CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1385CE is #EC7A31. Grayscale: #6A6A6A. Windows color (decimal): -15497778 or 13534483. OLE color: 13534483.
HSL color Cylindrical-coordinate representation of color #1385CE: hue angle of 203.42º 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 #1385CE is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 133 | 206 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.19 |
| HSL | 203.42º | 0.83% | 0.44% | - |
| HSV(B) | 203.42º | 0.91% | 0.81% | - |
| XYZ | 19.8 | 21.37 | 61.47 | - |
| YUV | 107.24 | 183.73 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 206 | 0.91 | 0.35 | 0 | 0.19 | 203.42 | 0.83 | 0.44 |
| Hex | 13 | 85 | CE | 5B | 23 | 0 | 13 | CB | 53 | 2C |
| Octal | 23 | 205 | 316 | 133 | 43 | 0 | 23 | 313 | 123 | 54 |
| Binary | 10011 | 10000101 | 11001110 | 1011011 | 100011 | 0 | 10011 | 11001011 | 1010011 | 101100 |
Color Harmonies of #1385CE
Complementary color
Monochromatic Colors of #1385CE
Black with #1385CE
Text Example
Text Example
White with #1385CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1385CE; }
p { color: rgb(19,133,206); }
H1.HeaderClassName
{
color: #1385CE;
}
.AnyTagClassName
{
color: #1385CE;
}
</style>
background-color css
<style>
a { background-color: #1385CE; }
a { background-color: rgb(19,133,206); }
div.DivClassName
{
background-color: #1385CE;
}
.BgClassName
{
background-color: #1385CE;
}
</style>
border-color css
<style>
span { border-color: #1385CE; }
span { border-color: rgb(19,133,206); }
td.TdClassName
{
border-color: #1385CE;
}
.TagClassName
{
border-color: #1385CE;
}
</style>