Shades of Pacific Blue #1397CD
Tints of Pacific Blue #1397CD
RGB
CMYK
RGB Variations
Color information
#1397CD (or 0x1397CD) is known color: Pacific Blue. HEX triplet: 13, 97 and CD. RGB value is (19,151,205). Sum of RGB (Red+Green+Blue) = 19+151+205=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #1397CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1397CD is #EC6832. Grayscale: #757575. Windows color (decimal): -15493171 or 13473555. OLE color: 13473555.
HSL color Cylindrical-coordinate representation of color #1397CD: hue angle of 197.42º 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 #1397CD is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 151 | 205 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.20 |
| HSL | 197.42º | 0.83% | 0.44% | - |
| HSV(B) | 197.42º | 0.91% | 0.8% | - |
| XYZ | 22.35 | 26.68 | 61.73 | - |
| YUV | 117.69 | 177.27 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 151 | 205 | 0.91 | 0.26 | 0 | 0.20 | 197.42 | 0.83 | 0.44 |
| Hex | 13 | 97 | CD | 5B | 1A | 0 | 14 | C5 | 53 | 2C |
| Octal | 23 | 227 | 315 | 133 | 32 | 0 | 24 | 305 | 123 | 54 |
| Binary | 10011 | 10010111 | 11001101 | 1011011 | 11010 | 0 | 10100 | 11000101 | 1010011 | 101100 |
Color Harmonies of #1397CD
Complementary color
Monochromatic Colors of #1397CD
Black with #1397CD
Text Example
Text Example
White with #1397CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1397CD; }
p { color: rgb(19,151,205); }
H1.HeaderClassName
{
color: #1397CD;
}
.AnyTagClassName
{
color: #1397CD;
}
</style>
background-color css
<style>
a { background-color: #1397CD; }
a { background-color: rgb(19,151,205); }
div.DivClassName
{
background-color: #1397CD;
}
.BgClassName
{
background-color: #1397CD;
}
</style>
border-color css
<style>
span { border-color: #1397CD; }
span { border-color: rgb(19,151,205); }
td.TdClassName
{
border-color: #1397CD;
}
.TagClassName
{
border-color: #1397CD;
}
</style>