Shades of Pacific Blue #1296DB
Tints of Pacific Blue #1296DB
RGB
CMYK
RGB Variations
Color information
#1296DB (or 0x1296DB) is known color: Pacific Blue. HEX triplet: 12, 96 and DB. RGB value is (18,150,219). Sum of RGB (Red+Green+Blue) = 18+150+219=387 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.65% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #1296DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1296DB is #ED6924. Grayscale: #757575. Windows color (decimal): -15558949 or 14390802. OLE color: 14390802.
HSL color Cylindrical-coordinate representation of color #1296DB: hue angle of 200.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1296DB is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 150 | 219 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.14 |
| HSL | 200.6º | 0.85% | 0.46% | - |
| HSV(B) | 200.6º | 0.92% | 0.86% | - |
| XYZ | 23.94 | 27.06 | 70.98 | - |
| YUV | 118.4 | 184.77 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 219 | 0.92 | 0.32 | 0 | 0.14 | 200.6 | 0.85 | 0.46 |
| Hex | 12 | 96 | DB | 5C | 20 | 0 | E | C9 | 55 | 2E |
| Octal | 22 | 226 | 333 | 134 | 40 | 0 | 16 | 311 | 125 | 56 |
| Binary | 10010 | 10010110 | 11011011 | 1011100 | 100000 | 0 | 1110 | 11001001 | 1010101 | 101110 |
Color Harmonies of #1296DB
Complementary color
Monochromatic Colors of #1296DB
Black with #1296DB
Text Example
Text Example
White with #1296DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1296DB; }
p { color: rgb(18,150,219); }
H1.HeaderClassName
{
color: #1296DB;
}
.AnyTagClassName
{
color: #1296DB;
}
</style>
background-color css
<style>
a { background-color: #1296DB; }
a { background-color: rgb(18,150,219); }
div.DivClassName
{
background-color: #1296DB;
}
.BgClassName
{
background-color: #1296DB;
}
</style>
border-color css
<style>
span { border-color: #1296DB; }
span { border-color: rgb(18,150,219); }
td.TdClassName
{
border-color: #1296DB;
}
.TagClassName
{
border-color: #1296DB;
}
</style>