Shades of Pacific Blue #1287CB
Tints of Pacific Blue #1287CB
RGB
CMYK
RGB Variations
Color information
#1287CB (or 0x1287CB) is known color: Pacific Blue. HEX triplet: 12, 87 and CB. RGB value is (18,135,203). Sum of RGB (Red+Green+Blue) = 18+135+203=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #1287CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1287CB is #ED7834. Grayscale: #6B6B6B. Windows color (decimal): -15562805 or 13338386. OLE color: 13338386.
HSL color Cylindrical-coordinate representation of color #1287CB: hue angle of 202.05º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1287CB is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 135 | 203 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.20 |
| HSL | 202.05º | 0.84% | 0.43% | - |
| HSV(B) | 202.05º | 0.91% | 0.8% | - |
| XYZ | 19.69 | 21.77 | 59.66 | - |
| YUV | 107.77 | 181.74 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 203 | 0.91 | 0.33 | 0 | 0.20 | 202.05 | 0.84 | 0.43 |
| Hex | 12 | 87 | CB | 5B | 21 | 0 | 14 | CA | 54 | 2B |
| Octal | 22 | 207 | 313 | 133 | 41 | 0 | 24 | 312 | 124 | 53 |
| Binary | 10010 | 10000111 | 11001011 | 1011011 | 100001 | 0 | 10100 | 11001010 | 1010100 | 101011 |
Color Harmonies of #1287CB
Complementary color
Monochromatic Colors of #1287CB
Black with #1287CB
Text Example
Text Example
White with #1287CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1287CB; }
p { color: rgb(18,135,203); }
H1.HeaderClassName
{
color: #1287CB;
}
.AnyTagClassName
{
color: #1287CB;
}
</style>
background-color css
<style>
a { background-color: #1287CB; }
a { background-color: rgb(18,135,203); }
div.DivClassName
{
background-color: #1287CB;
}
.BgClassName
{
background-color: #1287CB;
}
</style>
border-color css
<style>
span { border-color: #1287CB; }
span { border-color: rgb(18,135,203); }
td.TdClassName
{
border-color: #1287CB;
}
.TagClassName
{
border-color: #1287CB;
}
</style>