Shades of Pacific Blue #1396CD
Tints of Pacific Blue #1396CD
RGB
CMYK
RGB Variations
Color information
#1396CD (or 0x1396CD) is known color: Pacific Blue. HEX triplet: 13, 96 and CD. RGB value is (19,150,205). Sum of RGB (Red+Green+Blue) = 19+150+205=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #1396CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1396CD is #EC6932. Grayscale: #747474. Windows color (decimal): -15493427 or 13473299. OLE color: 13473299.
HSL color Cylindrical-coordinate representation of color #1396CD: hue angle of 197.74º 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 #1396CD is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 150 | 205 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.20 |
| HSL | 197.74º | 0.83% | 0.44% | - |
| HSV(B) | 197.74º | 0.91% | 0.8% | - |
| XYZ | 22.19 | 26.36 | 61.68 | - |
| YUV | 117.1 | 177.6 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 150 | 205 | 0.91 | 0.27 | 0 | 0.20 | 197.74 | 0.83 | 0.44 |
| Hex | 13 | 96 | CD | 5B | 1B | 0 | 14 | C6 | 53 | 2C |
| Octal | 23 | 226 | 315 | 133 | 33 | 0 | 24 | 306 | 123 | 54 |
| Binary | 10011 | 10010110 | 11001101 | 1011011 | 11011 | 0 | 10100 | 11000110 | 1010011 | 101100 |
Color Harmonies of #1396CD
Complementary color
Monochromatic Colors of #1396CD
Black with #1396CD
Text Example
Text Example
White with #1396CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1396CD; }
p { color: rgb(19,150,205); }
H1.HeaderClassName
{
color: #1396CD;
}
.AnyTagClassName
{
color: #1396CD;
}
</style>
background-color css
<style>
a { background-color: #1396CD; }
a { background-color: rgb(19,150,205); }
div.DivClassName
{
background-color: #1396CD;
}
.BgClassName
{
background-color: #1396CD;
}
</style>
border-color css
<style>
span { border-color: #1396CD; }
span { border-color: rgb(19,150,205); }
td.TdClassName
{
border-color: #1396CD;
}
.TagClassName
{
border-color: #1396CD;
}
</style>