Shades of Pacific Blue #1296D1
Tints of Pacific Blue #1296D1
RGB
CMYK
RGB Variations
Color information
#1296D1 (or 0x1296D1) is known color: Pacific Blue. HEX triplet: 12, 96 and D1. RGB value is (18,150,209). Sum of RGB (Red+Green+Blue) = 18+150+209=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 209 (82.03% from 255 or 55.44% from 377); Max value from RGB is 209 - color contains mainly: blue. Hex color #1296D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1296D1 is #ED692E. Grayscale: #747474. Windows color (decimal): -15558959 or 13735442. OLE color: 13735442.
HSL color Cylindrical-coordinate representation of color #1296D1: hue angle of 198.53º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1296D1 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 150 | 209 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.18 |
| HSL | 198.53º | 0.84% | 0.45% | - |
| HSV(B) | 198.53º | 0.91% | 0.82% | - |
| XYZ | 22.66 | 26.54 | 64.25 | - |
| YUV | 117.26 | 179.77 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 209 | 0.91 | 0.28 | 0 | 0.18 | 198.53 | 0.84 | 0.45 |
| Hex | 12 | 96 | D1 | 5B | 1C | 0 | 12 | C7 | 54 | 2D |
| Octal | 22 | 226 | 321 | 133 | 34 | 0 | 22 | 307 | 124 | 55 |
| Binary | 10010 | 10010110 | 11010001 | 1011011 | 11100 | 0 | 10010 | 11000111 | 1010100 | 101101 |
Color Harmonies of #1296D1
Complementary color
Monochromatic Colors of #1296D1
Black with #1296D1
Text Example
Text Example
White with #1296D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1296D1; }
p { color: rgb(18,150,209); }
H1.HeaderClassName
{
color: #1296D1;
}
.AnyTagClassName
{
color: #1296D1;
}
</style>
background-color css
<style>
a { background-color: #1296D1; }
a { background-color: rgb(18,150,209); }
div.DivClassName
{
background-color: #1296D1;
}
.BgClassName
{
background-color: #1296D1;
}
</style>
border-color css
<style>
span { border-color: #1296D1; }
span { border-color: rgb(18,150,209); }
td.TdClassName
{
border-color: #1296D1;
}
.TagClassName
{
border-color: #1296D1;
}
</style>