Shades of Pacific Blue #1390CA
Tints of Pacific Blue #1390CA
RGB
CMYK
RGB Variations
Color information
#1390CA (or 0x1390CA) is known color: Pacific Blue. HEX triplet: 13, 90 and CA. RGB value is (19,144,202). Sum of RGB (Red+Green+Blue) = 19+144+202=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #1390CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1390CA is #EC6F35. Grayscale: #707070. Windows color (decimal): -15494966 or 13275155. OLE color: 13275155.
HSL color Cylindrical-coordinate representation of color #1390CA: hue angle of 199.02º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1390CA is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 144 | 202 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.21 |
| HSL | 199.02º | 0.83% | 0.43% | - |
| HSV(B) | 199.02º | 0.91% | 0.79% | - |
| XYZ | 20.9 | 24.35 | 59.48 | - |
| YUV | 113.24 | 178.09 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 202 | 0.91 | 0.29 | 0 | 0.21 | 199.02 | 0.83 | 0.43 |
| Hex | 13 | 90 | CA | 5B | 1D | 0 | 15 | C7 | 53 | 2B |
| Octal | 23 | 220 | 312 | 133 | 35 | 0 | 25 | 307 | 123 | 53 |
| Binary | 10011 | 10010000 | 11001010 | 1011011 | 11101 | 0 | 10101 | 11000111 | 1010011 | 101011 |
Color Harmonies of #1390CA
Complementary color
Monochromatic Colors of #1390CA
Black with #1390CA
Text Example
Text Example
White with #1390CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1390CA; }
p { color: rgb(19,144,202); }
H1.HeaderClassName
{
color: #1390CA;
}
.AnyTagClassName
{
color: #1390CA;
}
</style>
background-color css
<style>
a { background-color: #1390CA; }
a { background-color: rgb(19,144,202); }
div.DivClassName
{
background-color: #1390CA;
}
.BgClassName
{
background-color: #1390CA;
}
</style>
border-color css
<style>
span { border-color: #1390CA; }
span { border-color: rgb(19,144,202); }
td.TdClassName
{
border-color: #1390CA;
}
.TagClassName
{
border-color: #1390CA;
}
</style>