Shades of Pacific Blue #1399CC
Tints of Pacific Blue #1399CC
RGB
CMYK
RGB Variations
Color information
#1399CC (or 0x1399CC) is known color: Pacific Blue. HEX triplet: 13, 99 and CC. RGB value is (19,153,204). Sum of RGB (Red+Green+Blue) = 19+153+204=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #1399CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1399CC is #EC6633. Grayscale: #767676. Windows color (decimal): -15492660 or 13408531. OLE color: 13408531.
HSL color Cylindrical-coordinate representation of color #1399CC: hue angle of 196.54º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1399CC is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 153 | 204 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.2 |
| HSL | 196.54º | 0.83% | 0.44% | - |
| HSV(B) | 196.54º | 0.91% | 0.8% | - |
| XYZ | 22.56 | 27.28 | 61.2 | - |
| YUV | 118.75 | 176.11 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 204 | 0.91 | 0.25 | 0 | 0.2 | 196.54 | 0.83 | 0.44 |
| Hex | 13 | 99 | CC | 5B | 19 | 0 | 14 | C5 | 53 | 2C |
| Octal | 23 | 231 | 314 | 133 | 31 | 0 | 24 | 305 | 123 | 54 |
| Binary | 10011 | 10011001 | 11001100 | 1011011 | 11001 | 0 | 10100 | 11000101 | 1010011 | 101100 |
Color Harmonies of #1399CC
Complementary color
Monochromatic Colors of #1399CC
Black with #1399CC
Text Example
Text Example
White with #1399CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1399CC; }
p { color: rgb(19,153,204); }
H1.HeaderClassName
{
color: #1399CC;
}
.AnyTagClassName
{
color: #1399CC;
}
</style>
background-color css
<style>
a { background-color: #1399CC; }
a { background-color: rgb(19,153,204); }
div.DivClassName
{
background-color: #1399CC;
}
.BgClassName
{
background-color: #1399CC;
}
</style>
border-color css
<style>
span { border-color: #1399CC; }
span { border-color: rgb(19,153,204); }
td.TdClassName
{
border-color: #1399CC;
}
.TagClassName
{
border-color: #1399CC;
}
</style>