Shades of Pacific Blue #1397CC
Tints of Pacific Blue #1397CC
RGB
CMYK
RGB Variations
Color information
#1397CC (or 0x1397CC) is known color: Pacific Blue. HEX triplet: 13, 97 and CC. RGB value is (19,151,204). Sum of RGB (Red+Green+Blue) = 19+151+204=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #1397CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1397CC is #EC6833. Grayscale: #757575. Windows color (decimal): -15493172 or 13408019. OLE color: 13408019.
HSL color Cylindrical-coordinate representation of color #1397CC: hue angle of 197.19º 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 #1397CC is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 151 | 204 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.2 |
| HSL | 197.19º | 0.83% | 0.44% | - |
| HSV(B) | 197.19º | 0.91% | 0.8% | - |
| XYZ | 22.23 | 26.63 | 61.1 | - |
| YUV | 117.57 | 176.77 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 151 | 204 | 0.91 | 0.26 | 0 | 0.2 | 197.19 | 0.83 | 0.44 |
| Hex | 13 | 97 | CC | 5B | 1A | 0 | 14 | C5 | 53 | 2C |
| Octal | 23 | 227 | 314 | 133 | 32 | 0 | 24 | 305 | 123 | 54 |
| Binary | 10011 | 10010111 | 11001100 | 1011011 | 11010 | 0 | 10100 | 11000101 | 1010011 | 101100 |
Color Harmonies of #1397CC
Complementary color
Monochromatic Colors of #1397CC
Black with #1397CC
Text Example
Text Example
White with #1397CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1397CC; }
p { color: rgb(19,151,204); }
H1.HeaderClassName
{
color: #1397CC;
}
.AnyTagClassName
{
color: #1397CC;
}
</style>
background-color css
<style>
a { background-color: #1397CC; }
a { background-color: rgb(19,151,204); }
div.DivClassName
{
background-color: #1397CC;
}
.BgClassName
{
background-color: #1397CC;
}
</style>
border-color css
<style>
span { border-color: #1397CC; }
span { border-color: rgb(19,151,204); }
td.TdClassName
{
border-color: #1397CC;
}
.TagClassName
{
border-color: #1397CC;
}
</style>