Shades of Pacific Blue #1392CD
Tints of Pacific Blue #1392CD
RGB
CMYK
RGB Variations
Color information
#1392CD (or 0x1392CD) is known color: Pacific Blue. HEX triplet: 13, 92 and CD. RGB value is (19,146,205). Sum of RGB (Red+Green+Blue) = 19+146+205=370 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.14% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #1392CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1392CD is #EC6D32. Grayscale: #727272. Windows color (decimal): -15494451 or 13472275. OLE color: 13472275.
HSL color Cylindrical-coordinate representation of color #1392CD: hue angle of 199.03º 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 #1392CD is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 146 | 205 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.20 |
| HSL | 199.03º | 0.83% | 0.44% | - |
| HSV(B) | 199.03º | 0.91% | 0.8% | - |
| XYZ | 21.57 | 25.1 | 61.47 | - |
| YUV | 114.75 | 178.92 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 205 | 0.91 | 0.29 | 0 | 0.20 | 199.03 | 0.83 | 0.44 |
| Hex | 13 | 92 | CD | 5B | 1D | 0 | 14 | C7 | 53 | 2C |
| Octal | 23 | 222 | 315 | 133 | 35 | 0 | 24 | 307 | 123 | 54 |
| Binary | 10011 | 10010010 | 11001101 | 1011011 | 11101 | 0 | 10100 | 11000111 | 1010011 | 101100 |
Color Harmonies of #1392CD
Complementary color
Monochromatic Colors of #1392CD
Black with #1392CD
Text Example
Text Example
White with #1392CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1392CD; }
p { color: rgb(19,146,205); }
H1.HeaderClassName
{
color: #1392CD;
}
.AnyTagClassName
{
color: #1392CD;
}
</style>
background-color css
<style>
a { background-color: #1392CD; }
a { background-color: rgb(19,146,205); }
div.DivClassName
{
background-color: #1392CD;
}
.BgClassName
{
background-color: #1392CD;
}
</style>
border-color css
<style>
span { border-color: #1392CD; }
span { border-color: rgb(19,146,205); }
td.TdClassName
{
border-color: #1392CD;
}
.TagClassName
{
border-color: #1392CD;
}
</style>