Shades of Pacific Blue #1288C9
Tints of Pacific Blue #1288C9
RGB
CMYK
RGB Variations
Color information
#1288C9 (or 0x1288C9) is known color: Pacific Blue. HEX triplet: 12, 88 and C9. RGB value is (18,136,201). Sum of RGB (Red+Green+Blue) = 18+136+201=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 201 (78.91% from 255 or 56.62% from 355); Max value from RGB is 201 - color contains mainly: blue. Hex color #1288C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1288C9 is #ED7736. Grayscale: #6B6B6B. Windows color (decimal): -15562551 or 13207570. OLE color: 13207570.
HSL color Cylindrical-coordinate representation of color #1288C9: hue angle of 201.31º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1288C9 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 136 | 201 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.21 |
| HSL | 201.31º | 0.84% | 0.43% | - |
| HSV(B) | 201.31º | 0.91% | 0.79% | - |
| XYZ | 19.6 | 21.95 | 58.46 | - |
| YUV | 108.13 | 180.41 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 136 | 201 | 0.91 | 0.32 | 0 | 0.21 | 201.31 | 0.84 | 0.43 |
| Hex | 12 | 88 | C9 | 5B | 20 | 0 | 15 | C9 | 54 | 2B |
| Octal | 22 | 210 | 311 | 133 | 40 | 0 | 25 | 311 | 124 | 53 |
| Binary | 10010 | 10001000 | 11001001 | 1011011 | 100000 | 0 | 10101 | 11001001 | 1010100 | 101011 |
Color Harmonies of #1288C9
Complementary color
Monochromatic Colors of #1288C9
Black with #1288C9
Text Example
Text Example
White with #1288C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1288C9; }
p { color: rgb(18,136,201); }
H1.HeaderClassName
{
color: #1288C9;
}
.AnyTagClassName
{
color: #1288C9;
}
</style>
background-color css
<style>
a { background-color: #1288C9; }
a { background-color: rgb(18,136,201); }
div.DivClassName
{
background-color: #1288C9;
}
.BgClassName
{
background-color: #1288C9;
}
</style>
border-color css
<style>
span { border-color: #1288C9; }
span { border-color: rgb(18,136,201); }
td.TdClassName
{
border-color: #1288C9;
}
.TagClassName
{
border-color: #1288C9;
}
</style>