Shades of Pacific Blue #1399CA
Tints of Pacific Blue #1399CA
RGB
CMYK
RGB Variations
Color information
#1399CA (or 0x1399CA) is known color: Pacific Blue. HEX triplet: 13, 99 and CA. RGB value is (19,153,202). Sum of RGB (Red+Green+Blue) = 19+153+202=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #1399CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1399CA is #EC6635. Grayscale: #767676. Windows color (decimal): -15492662 or 13277459. OLE color: 13277459.
HSL color Cylindrical-coordinate representation of color #1399CA: hue angle of 196.07º 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 #1399CA is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 153 | 202 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.21 |
| HSL | 196.07º | 0.83% | 0.43% | - |
| HSV(B) | 196.07º | 0.91% | 0.79% | - |
| XYZ | 22.32 | 27.19 | 59.95 | - |
| YUV | 118.52 | 175.11 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 202 | 0.91 | 0.24 | 0 | 0.21 | 196.07 | 0.83 | 0.43 |
| Hex | 13 | 99 | CA | 5B | 18 | 0 | 15 | C4 | 53 | 2B |
| Octal | 23 | 231 | 312 | 133 | 30 | 0 | 25 | 304 | 123 | 53 |
| Binary | 10011 | 10011001 | 11001010 | 1011011 | 11000 | 0 | 10101 | 11000100 | 1010011 | 101011 |
Color Harmonies of #1399CA
Complementary color
Monochromatic Colors of #1399CA
Black with #1399CA
Text Example
Text Example
White with #1399CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1399CA; }
p { color: rgb(19,153,202); }
H1.HeaderClassName
{
color: #1399CA;
}
.AnyTagClassName
{
color: #1399CA;
}
</style>
background-color css
<style>
a { background-color: #1399CA; }
a { background-color: rgb(19,153,202); }
div.DivClassName
{
background-color: #1399CA;
}
.BgClassName
{
background-color: #1399CA;
}
</style>
border-color css
<style>
span { border-color: #1399CA; }
span { border-color: rgb(19,153,202); }
td.TdClassName
{
border-color: #1399CA;
}
.TagClassName
{
border-color: #1399CA;
}
</style>