Shades of Pacific Blue #1390CE
Tints of Pacific Blue #1390CE
RGB
CMYK
RGB Variations
Color information
#1390CE (or 0x1390CE) is known color: Pacific Blue. HEX triplet: 13, 90 and CE. RGB value is (19,144,206). Sum of RGB (Red+Green+Blue) = 19+144+206=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #1390CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1390CE is #EC6F31. Grayscale: #717171. Windows color (decimal): -15494962 or 13537299. OLE color: 13537299.
HSL color Cylindrical-coordinate representation of color #1390CE: hue angle of 199.89º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1390CE is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 144 | 206 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.19 |
| HSL | 199.89º | 0.83% | 0.44% | - |
| HSV(B) | 199.89º | 0.91% | 0.81% | - |
| XYZ | 21.38 | 24.54 | 62 | - |
| YUV | 113.69 | 180.09 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 206 | 0.91 | 0.30 | 0 | 0.19 | 199.89 | 0.83 | 0.44 |
| Hex | 13 | 90 | CE | 5B | 1E | 0 | 13 | C8 | 53 | 2C |
| Octal | 23 | 220 | 316 | 133 | 36 | 0 | 23 | 310 | 123 | 54 |
| Binary | 10011 | 10010000 | 11001110 | 1011011 | 11110 | 0 | 10011 | 11001000 | 1010011 | 101100 |
Color Harmonies of #1390CE
Complementary color
Monochromatic Colors of #1390CE
Black with #1390CE
Text Example
Text Example
White with #1390CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1390CE; }
p { color: rgb(19,144,206); }
H1.HeaderClassName
{
color: #1390CE;
}
.AnyTagClassName
{
color: #1390CE;
}
</style>
background-color css
<style>
a { background-color: #1390CE; }
a { background-color: rgb(19,144,206); }
div.DivClassName
{
background-color: #1390CE;
}
.BgClassName
{
background-color: #1390CE;
}
</style>
border-color css
<style>
span { border-color: #1390CE; }
span { border-color: rgb(19,144,206); }
td.TdClassName
{
border-color: #1390CE;
}
.TagClassName
{
border-color: #1390CE;
}
</style>