Shades of Pacific Blue #1296DA
Tints of Pacific Blue #1296DA
RGB
CMYK
RGB Variations
Color information
#1296DA (or 0x1296DA) is known color: Pacific Blue. HEX triplet: 12, 96 and DA. RGB value is (18,150,218). Sum of RGB (Red+Green+Blue) = 18+150+218=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #1296DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1296DA is #ED6925. Grayscale: #757575. Windows color (decimal): -15558950 or 14325266. OLE color: 14325266.
HSL color Cylindrical-coordinate representation of color #1296DA: hue angle of 200.4º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1296DA is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 150 | 218 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.15 |
| HSL | 200.4º | 0.85% | 0.46% | - |
| HSV(B) | 200.4º | 0.92% | 0.85% | - |
| XYZ | 23.81 | 27 | 70.29 | - |
| YUV | 118.28 | 184.27 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 218 | 0.92 | 0.31 | 0 | 0.15 | 200.4 | 0.85 | 0.46 |
| Hex | 12 | 96 | DA | 5C | 1F | 0 | F | C8 | 55 | 2E |
| Octal | 22 | 226 | 332 | 134 | 37 | 0 | 17 | 310 | 125 | 56 |
| Binary | 10010 | 10010110 | 11011010 | 1011100 | 11111 | 0 | 1111 | 11001000 | 1010101 | 101110 |
Color Harmonies of #1296DA
Complementary color
Monochromatic Colors of #1296DA
Black with #1296DA
Text Example
Text Example
White with #1296DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1296DA; }
p { color: rgb(18,150,218); }
H1.HeaderClassName
{
color: #1296DA;
}
.AnyTagClassName
{
color: #1296DA;
}
</style>
background-color css
<style>
a { background-color: #1296DA; }
a { background-color: rgb(18,150,218); }
div.DivClassName
{
background-color: #1296DA;
}
.BgClassName
{
background-color: #1296DA;
}
</style>
border-color css
<style>
span { border-color: #1296DA; }
span { border-color: rgb(18,150,218); }
td.TdClassName
{
border-color: #1296DA;
}
.TagClassName
{
border-color: #1296DA;
}
</style>