Shades of Pacific Blue #1389CD
Tints of Pacific Blue #1389CD
RGB
CMYK
RGB Variations
Color information
#1389CD (or 0x1389CD) is known color: Pacific Blue. HEX triplet: 13, 89 and CD. RGB value is (19,137,205). Sum of RGB (Red+Green+Blue) = 19+137+205=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #1389CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1389CD is #EC7632. Grayscale: #6D6D6D. Windows color (decimal): -15496755 or 13469971. OLE color: 13469971.
HSL color Cylindrical-coordinate representation of color #1389CD: hue angle of 201.94º 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 #1389CD is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 137 | 205 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.20 |
| HSL | 201.94º | 0.83% | 0.44% | - |
| HSV(B) | 201.94º | 0.91% | 0.8% | - |
| XYZ | 20.23 | 22.44 | 61.02 | - |
| YUV | 109.47 | 181.91 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 205 | 0.91 | 0.33 | 0 | 0.20 | 201.94 | 0.83 | 0.44 |
| Hex | 13 | 89 | CD | 5B | 21 | 0 | 14 | CA | 53 | 2C |
| Octal | 23 | 211 | 315 | 133 | 41 | 0 | 24 | 312 | 123 | 54 |
| Binary | 10011 | 10001001 | 11001101 | 1011011 | 100001 | 0 | 10100 | 11001010 | 1010011 | 101100 |
Color Harmonies of #1389CD
Complementary color
Monochromatic Colors of #1389CD
Black with #1389CD
Text Example
Text Example
White with #1389CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1389CD; }
p { color: rgb(19,137,205); }
H1.HeaderClassName
{
color: #1389CD;
}
.AnyTagClassName
{
color: #1389CD;
}
</style>
background-color css
<style>
a { background-color: #1389CD; }
a { background-color: rgb(19,137,205); }
div.DivClassName
{
background-color: #1389CD;
}
.BgClassName
{
background-color: #1389CD;
}
</style>
border-color css
<style>
span { border-color: #1389CD; }
span { border-color: rgb(19,137,205); }
td.TdClassName
{
border-color: #1389CD;
}
.TagClassName
{
border-color: #1389CD;
}
</style>