Shades of Pacific Blue #1390DC
Tints of Pacific Blue #1390DC
RGB
CMYK
RGB Variations
Color information
#1390DC (or 0x1390DC) is known color: Pacific Blue. HEX triplet: 13, 90 and DC. RGB value is (19,144,220). Sum of RGB (Red+Green+Blue) = 19+144+220=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #1390DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1390DC is #EC6F23. Grayscale: #727272. Windows color (decimal): -15494948 or 14454803. OLE color: 14454803.
HSL color Cylindrical-coordinate representation of color #1390DC: hue angle of 202.69º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1390DC is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 144 | 220 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.14 |
| HSL | 202.69º | 0.84% | 0.47% | - |
| HSV(B) | 202.69º | 0.91% | 0.86% | - |
| XYZ | 23.16 | 25.25 | 71.36 | - |
| YUV | 115.29 | 187.09 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 220 | 0.91 | 0.35 | 0 | 0.14 | 202.69 | 0.84 | 0.47 |
| Hex | 13 | 90 | DC | 5B | 23 | 0 | E | CB | 54 | 2F |
| Octal | 23 | 220 | 334 | 133 | 43 | 0 | 16 | 313 | 124 | 57 |
| Binary | 10011 | 10010000 | 11011100 | 1011011 | 100011 | 0 | 1110 | 11001011 | 1010100 | 101111 |
Color Harmonies of #1390DC
Complementary color
Monochromatic Colors of #1390DC
Black with #1390DC
Text Example
Text Example
White with #1390DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1390DC; }
p { color: rgb(19,144,220); }
H1.HeaderClassName
{
color: #1390DC;
}
.AnyTagClassName
{
color: #1390DC;
}
</style>
background-color css
<style>
a { background-color: #1390DC; }
a { background-color: rgb(19,144,220); }
div.DivClassName
{
background-color: #1390DC;
}
.BgClassName
{
background-color: #1390DC;
}
</style>
border-color css
<style>
span { border-color: #1390DC; }
span { border-color: rgb(19,144,220); }
td.TdClassName
{
border-color: #1390DC;
}
.TagClassName
{
border-color: #1390DC;
}
</style>