Shades of Pacific Blue #1286CB
Tints of Pacific Blue #1286CB
RGB
CMYK
RGB Variations
Color information
#1286CB (or 0x1286CB) is known color: Pacific Blue. HEX triplet: 12, 86 and CB. RGB value is (18,134,203). Sum of RGB (Red+Green+Blue) = 18+134+203=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #1286CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1286CB is #ED7934. Grayscale: #6A6A6A. Windows color (decimal): -15563061 or 13338130. OLE color: 13338130.
HSL color Cylindrical-coordinate representation of color #1286CB: hue angle of 202.38º 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 #1286CB is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 134 | 203 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.20 |
| HSL | 202.38º | 0.84% | 0.43% | - |
| HSV(B) | 202.38º | 0.91% | 0.8% | - |
| XYZ | 19.55 | 21.49 | 59.62 | - |
| YUV | 107.18 | 182.07 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 203 | 0.91 | 0.34 | 0 | 0.20 | 202.38 | 0.84 | 0.43 |
| Hex | 12 | 86 | CB | 5B | 22 | 0 | 14 | CA | 54 | 2B |
| Octal | 22 | 206 | 313 | 133 | 42 | 0 | 24 | 312 | 124 | 53 |
| Binary | 10010 | 10000110 | 11001011 | 1011011 | 100010 | 0 | 10100 | 11001010 | 1010100 | 101011 |
Color Harmonies of #1286CB
Complementary color
Monochromatic Colors of #1286CB
Black with #1286CB
Text Example
Text Example
White with #1286CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1286CB; }
p { color: rgb(18,134,203); }
H1.HeaderClassName
{
color: #1286CB;
}
.AnyTagClassName
{
color: #1286CB;
}
</style>
background-color css
<style>
a { background-color: #1286CB; }
a { background-color: rgb(18,134,203); }
div.DivClassName
{
background-color: #1286CB;
}
.BgClassName
{
background-color: #1286CB;
}
</style>
border-color css
<style>
span { border-color: #1286CB; }
span { border-color: rgb(18,134,203); }
td.TdClassName
{
border-color: #1286CB;
}
.TagClassName
{
border-color: #1286CB;
}
</style>