Shades of Pacific Blue #1394D1
Tints of Pacific Blue #1394D1
RGB
CMYK
RGB Variations
Color information
#1394D1 (or 0x1394D1) is known color: Pacific Blue. HEX triplet: 13, 94 and D1. RGB value is (19,148,209). Sum of RGB (Red+Green+Blue) = 19+148+209=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 209 (82.03% from 255 or 55.59% from 376); Max value from RGB is 209 - color contains mainly: blue. Hex color #1394D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1394D1 is #EC6B2E. Grayscale: #747474. Windows color (decimal): -15493935 or 13734931. OLE color: 13734931.
HSL color Cylindrical-coordinate representation of color #1394D1: hue angle of 199.26º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1394D1 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 148 | 209 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.18 |
| HSL | 199.26º | 0.83% | 0.45% | - |
| HSV(B) | 199.26º | 0.91% | 0.82% | - |
| XYZ | 22.37 | 25.92 | 64.15 | - |
| YUV | 116.38 | 180.26 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 209 | 0.91 | 0.29 | 0 | 0.18 | 199.26 | 0.83 | 0.45 |
| Hex | 13 | 94 | D1 | 5B | 1D | 0 | 12 | C7 | 53 | 2D |
| Octal | 23 | 224 | 321 | 133 | 35 | 0 | 22 | 307 | 123 | 55 |
| Binary | 10011 | 10010100 | 11010001 | 1011011 | 11101 | 0 | 10010 | 11000111 | 1010011 | 101101 |
Color Harmonies of #1394D1
Complementary color
Monochromatic Colors of #1394D1
Black with #1394D1
Text Example
Text Example
White with #1394D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1394D1; }
p { color: rgb(19,148,209); }
H1.HeaderClassName
{
color: #1394D1;
}
.AnyTagClassName
{
color: #1394D1;
}
</style>
background-color css
<style>
a { background-color: #1394D1; }
a { background-color: rgb(19,148,209); }
div.DivClassName
{
background-color: #1394D1;
}
.BgClassName
{
background-color: #1394D1;
}
</style>
border-color css
<style>
span { border-color: #1394D1; }
span { border-color: rgb(19,148,209); }
td.TdClassName
{
border-color: #1394D1;
}
.TagClassName
{
border-color: #1394D1;
}
</style>