Shades of Pacific Blue #1391CF
Tints of Pacific Blue #1391CF
RGB
CMYK
RGB Variations
Color information
#1391CF (or 0x1391CF) is known color: Pacific Blue. HEX triplet: 13, 91 and CF. RGB value is (19,145,207). Sum of RGB (Red+Green+Blue) = 19+145+207=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #1391CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1391CF is #EC6E30. Grayscale: #727272. Windows color (decimal): -15494705 or 13603091. OLE color: 13603091.
HSL color Cylindrical-coordinate representation of color #1391CF: hue angle of 199.79º 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 #1391CF is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 145 | 207 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.19 |
| HSL | 199.79º | 0.83% | 0.44% | - |
| HSV(B) | 199.79º | 0.91% | 0.81% | - |
| XYZ | 21.66 | 24.89 | 62.7 | - |
| YUV | 114.39 | 180.26 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 207 | 0.91 | 0.30 | 0 | 0.19 | 199.79 | 0.83 | 0.44 |
| Hex | 13 | 91 | CF | 5B | 1E | 0 | 13 | C8 | 53 | 2C |
| Octal | 23 | 221 | 317 | 133 | 36 | 0 | 23 | 310 | 123 | 54 |
| Binary | 10011 | 10010001 | 11001111 | 1011011 | 11110 | 0 | 10011 | 11001000 | 1010011 | 101100 |
Color Harmonies of #1391CF
Complementary color
Monochromatic Colors of #1391CF
Black with #1391CF
Text Example
Text Example
White with #1391CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1391CF; }
p { color: rgb(19,145,207); }
H1.HeaderClassName
{
color: #1391CF;
}
.AnyTagClassName
{
color: #1391CF;
}
</style>
background-color css
<style>
a { background-color: #1391CF; }
a { background-color: rgb(19,145,207); }
div.DivClassName
{
background-color: #1391CF;
}
.BgClassName
{
background-color: #1391CF;
}
</style>
border-color css
<style>
span { border-color: #1391CF; }
span { border-color: rgb(19,145,207); }
td.TdClassName
{
border-color: #1391CF;
}
.TagClassName
{
border-color: #1391CF;
}
</style>