Shades of Pacific Blue #1394D9
Tints of Pacific Blue #1394D9
RGB
CMYK
RGB Variations
Color information
#1394D9 (or 0x1394D9) is known color: Pacific Blue. HEX triplet: 13, 94 and D9. RGB value is (19,148,217). Sum of RGB (Red+Green+Blue) = 19+148+217=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 217 (85.16% from 255 or 56.51% from 384); Max value from RGB is 217 - color contains mainly: blue. Hex color #1394D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1394D9 is #EC6B26. Grayscale: #747474. Windows color (decimal): -15493927 or 14259219. OLE color: 14259219.
HSL color Cylindrical-coordinate representation of color #1394D9: hue angle of 200.91º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1394D9 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 148 | 217 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.15 |
| HSL | 200.91º | 0.84% | 0.46% | - |
| HSV(B) | 200.91º | 0.91% | 0.85% | - |
| XYZ | 23.38 | 26.33 | 69.5 | - |
| YUV | 117.3 | 184.26 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 217 | 0.91 | 0.32 | 0 | 0.15 | 200.91 | 0.84 | 0.46 |
| Hex | 13 | 94 | D9 | 5B | 20 | 0 | F | C9 | 54 | 2E |
| Octal | 23 | 224 | 331 | 133 | 40 | 0 | 17 | 311 | 124 | 56 |
| Binary | 10011 | 10010100 | 11011001 | 1011011 | 100000 | 0 | 1111 | 11001001 | 1010100 | 101110 |
Color Harmonies of #1394D9
Complementary color
Monochromatic Colors of #1394D9
Black with #1394D9
Text Example
Text Example
White with #1394D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1394D9; }
p { color: rgb(19,148,217); }
H1.HeaderClassName
{
color: #1394D9;
}
.AnyTagClassName
{
color: #1394D9;
}
</style>
background-color css
<style>
a { background-color: #1394D9; }
a { background-color: rgb(19,148,217); }
div.DivClassName
{
background-color: #1394D9;
}
.BgClassName
{
background-color: #1394D9;
}
</style>
border-color css
<style>
span { border-color: #1394D9; }
span { border-color: rgb(19,148,217); }
td.TdClassName
{
border-color: #1394D9;
}
.TagClassName
{
border-color: #1394D9;
}
</style>