Shades of Pacific Blue #1287C7
Tints of Pacific Blue #1287C7
RGB
CMYK
RGB Variations
Color information
#1287C7 (or 0x1287C7) is known color: Pacific Blue. HEX triplet: 12, 87 and C7. RGB value is (18,135,199). Sum of RGB (Red+Green+Blue) = 18+135+199=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 199 (78.12% from 255 or 56.53% from 352); Max value from RGB is 199 - color contains mainly: blue. Hex color #1287C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1287C7 is #ED7838. Grayscale: #6A6A6A. Windows color (decimal): -15562809 or 13076242. OLE color: 13076242.
HSL color Cylindrical-coordinate representation of color #1287C7: hue angle of 201.22º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1287C7 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 135 | 199 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.22 |
| HSL | 201.22º | 0.83% | 0.43% | - |
| HSV(B) | 201.22º | 0.91% | 0.78% | - |
| XYZ | 19.22 | 21.58 | 57.19 | - |
| YUV | 107.31 | 179.74 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 199 | 0.91 | 0.32 | 0 | 0.22 | 201.22 | 0.83 | 0.43 |
| Hex | 12 | 87 | C7 | 5B | 20 | 0 | 16 | C9 | 53 | 2B |
| Octal | 22 | 207 | 307 | 133 | 40 | 0 | 26 | 311 | 123 | 53 |
| Binary | 10010 | 10000111 | 11000111 | 1011011 | 100000 | 0 | 10110 | 11001001 | 1010011 | 101011 |
Color Harmonies of #1287C7
Complementary color
Monochromatic Colors of #1287C7
Black with #1287C7
Text Example
Text Example
White with #1287C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1287C7; }
p { color: rgb(18,135,199); }
H1.HeaderClassName
{
color: #1287C7;
}
.AnyTagClassName
{
color: #1287C7;
}
</style>
background-color css
<style>
a { background-color: #1287C7; }
a { background-color: rgb(18,135,199); }
div.DivClassName
{
background-color: #1287C7;
}
.BgClassName
{
background-color: #1287C7;
}
</style>
border-color css
<style>
span { border-color: #1287C7; }
span { border-color: rgb(18,135,199); }
td.TdClassName
{
border-color: #1287C7;
}
.TagClassName
{
border-color: #1287C7;
}
</style>