Shades of Pacific Blue #1390CB
Tints of Pacific Blue #1390CB
RGB
CMYK
RGB Variations
Color information
#1390CB (or 0x1390CB) is known color: Pacific Blue. HEX triplet: 13, 90 and CB. RGB value is (19,144,203). Sum of RGB (Red+Green+Blue) = 19+144+203=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #1390CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1390CB is #EC6F34. Grayscale: #707070. Windows color (decimal): -15494965 or 13340691. OLE color: 13340691.
HSL color Cylindrical-coordinate representation of color #1390CB: hue angle of 199.24º 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 #1390CB is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 144 | 203 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.20 |
| HSL | 199.24º | 0.83% | 0.44% | - |
| HSV(B) | 199.24º | 0.91% | 0.8% | - |
| XYZ | 21.02 | 24.4 | 60.1 | - |
| YUV | 113.35 | 178.59 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 203 | 0.91 | 0.29 | 0 | 0.20 | 199.24 | 0.83 | 0.44 |
| Hex | 13 | 90 | CB | 5B | 1D | 0 | 14 | C7 | 53 | 2C |
| Octal | 23 | 220 | 313 | 133 | 35 | 0 | 24 | 307 | 123 | 54 |
| Binary | 10011 | 10010000 | 11001011 | 1011011 | 11101 | 0 | 10100 | 11000111 | 1010011 | 101100 |
Color Harmonies of #1390CB
Complementary color
Monochromatic Colors of #1390CB
Black with #1390CB
Text Example
Text Example
White with #1390CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1390CB; }
p { color: rgb(19,144,203); }
H1.HeaderClassName
{
color: #1390CB;
}
.AnyTagClassName
{
color: #1390CB;
}
</style>
background-color css
<style>
a { background-color: #1390CB; }
a { background-color: rgb(19,144,203); }
div.DivClassName
{
background-color: #1390CB;
}
.BgClassName
{
background-color: #1390CB;
}
</style>
border-color css
<style>
span { border-color: #1390CB; }
span { border-color: rgb(19,144,203); }
td.TdClassName
{
border-color: #1390CB;
}
.TagClassName
{
border-color: #1390CB;
}
</style>