Shades of Pacific Blue #1399CE
Tints of Pacific Blue #1399CE
RGB
CMYK
RGB Variations
Color information
#1399CE (or 0x1399CE) is known color: Pacific Blue. HEX triplet: 13, 99 and CE. RGB value is (19,153,206). Sum of RGB (Red+Green+Blue) = 19+153+206=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #1399CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1399CE is #EC6631. Grayscale: #767676. Windows color (decimal): -15492658 or 13539603. OLE color: 13539603.
HSL color Cylindrical-coordinate representation of color #1399CE: hue angle of 197.01º 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 #1399CE is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 153 | 206 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.19 |
| HSL | 197.01º | 0.83% | 0.44% | - |
| HSV(B) | 197.01º | 0.91% | 0.81% | - |
| XYZ | 22.8 | 27.38 | 62.48 | - |
| YUV | 118.98 | 177.11 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 206 | 0.91 | 0.26 | 0 | 0.19 | 197.01 | 0.83 | 0.44 |
| Hex | 13 | 99 | CE | 5B | 1A | 0 | 13 | C5 | 53 | 2C |
| Octal | 23 | 231 | 316 | 133 | 32 | 0 | 23 | 305 | 123 | 54 |
| Binary | 10011 | 10011001 | 11001110 | 1011011 | 11010 | 0 | 10011 | 11000101 | 1010011 | 101100 |
Color Harmonies of #1399CE
Complementary color
Monochromatic Colors of #1399CE
Black with #1399CE
Text Example
Text Example
White with #1399CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1399CE; }
p { color: rgb(19,153,206); }
H1.HeaderClassName
{
color: #1399CE;
}
.AnyTagClassName
{
color: #1399CE;
}
</style>
background-color css
<style>
a { background-color: #1399CE; }
a { background-color: rgb(19,153,206); }
div.DivClassName
{
background-color: #1399CE;
}
.BgClassName
{
background-color: #1399CE;
}
</style>
border-color css
<style>
span { border-color: #1399CE; }
span { border-color: rgb(19,153,206); }
td.TdClassName
{
border-color: #1399CE;
}
.TagClassName
{
border-color: #1399CE;
}
</style>