Shades of Pacific Blue #1288CC
Tints of Pacific Blue #1288CC
RGB
CMYK
RGB Variations
Color information
#1288CC (or 0x1288CC) is known color: Pacific Blue. HEX triplet: 12, 88 and CC. RGB value is (18,136,204). Sum of RGB (Red+Green+Blue) = 18+136+204=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #1288CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1288CC is #ED7733. Grayscale: #6C6C6C. Windows color (decimal): -15562548 or 13404178. OLE color: 13404178.
HSL color Cylindrical-coordinate representation of color #1288CC: hue angle of 201.94º degrees, saturation: 0.84, 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 #1288CC is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 136 | 204 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.2 |
| HSL | 201.94º | 0.84% | 0.44% | - |
| HSV(B) | 201.94º | 0.91% | 0.8% | - |
| XYZ | 19.95 | 22.1 | 60.34 | - |
| YUV | 108.47 | 181.91 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 136 | 204 | 0.91 | 0.33 | 0 | 0.2 | 201.94 | 0.84 | 0.44 |
| Hex | 12 | 88 | CC | 5B | 21 | 0 | 14 | CA | 54 | 2C |
| Octal | 22 | 210 | 314 | 133 | 41 | 0 | 24 | 312 | 124 | 54 |
| Binary | 10010 | 10001000 | 11001100 | 1011011 | 100001 | 0 | 10100 | 11001010 | 1010100 | 101100 |
Color Harmonies of #1288CC
Complementary color
Monochromatic Colors of #1288CC
Black with #1288CC
Text Example
Text Example
White with #1288CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1288CC; }
p { color: rgb(18,136,204); }
H1.HeaderClassName
{
color: #1288CC;
}
.AnyTagClassName
{
color: #1288CC;
}
</style>
background-color css
<style>
a { background-color: #1288CC; }
a { background-color: rgb(18,136,204); }
div.DivClassName
{
background-color: #1288CC;
}
.BgClassName
{
background-color: #1288CC;
}
</style>
border-color css
<style>
span { border-color: #1288CC; }
span { border-color: rgb(18,136,204); }
td.TdClassName
{
border-color: #1288CC;
}
.TagClassName
{
border-color: #1288CC;
}
</style>