Shades of Pacific Blue #1394CA
Tints of Pacific Blue #1394CA
RGB
CMYK
RGB Variations
Color information
#1394CA (or 0x1394CA) is known color: Pacific Blue. HEX triplet: 13, 94 and CA. RGB value is (19,148,202). Sum of RGB (Red+Green+Blue) = 19+148+202=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #1394CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1394CA is #EC6B35. Grayscale: #737373. Windows color (decimal): -15493942 or 13276179. OLE color: 13276179.
HSL color Cylindrical-coordinate representation of color #1394CA: hue angle of 197.7º 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 #1394CA is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 148 | 202 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.21 |
| HSL | 197.7º | 0.83% | 0.43% | - |
| HSV(B) | 197.7º | 0.91% | 0.79% | - |
| XYZ | 21.52 | 25.58 | 59.68 | - |
| YUV | 115.59 | 176.76 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 202 | 0.91 | 0.27 | 0 | 0.21 | 197.7 | 0.83 | 0.43 |
| Hex | 13 | 94 | CA | 5B | 1B | 0 | 15 | C6 | 53 | 2B |
| Octal | 23 | 224 | 312 | 133 | 33 | 0 | 25 | 306 | 123 | 53 |
| Binary | 10011 | 10010100 | 11001010 | 1011011 | 11011 | 0 | 10101 | 11000110 | 1010011 | 101011 |
Color Harmonies of #1394CA
Complementary color
Monochromatic Colors of #1394CA
Black with #1394CA
Text Example
Text Example
White with #1394CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1394CA; }
p { color: rgb(19,148,202); }
H1.HeaderClassName
{
color: #1394CA;
}
.AnyTagClassName
{
color: #1394CA;
}
</style>
background-color css
<style>
a { background-color: #1394CA; }
a { background-color: rgb(19,148,202); }
div.DivClassName
{
background-color: #1394CA;
}
.BgClassName
{
background-color: #1394CA;
}
</style>
border-color css
<style>
span { border-color: #1394CA; }
span { border-color: rgb(19,148,202); }
td.TdClassName
{
border-color: #1394CA;
}
.TagClassName
{
border-color: #1394CA;
}
</style>