Shades of Pacific Blue #1096CA
Tints of Pacific Blue #1096CA
RGB
CMYK
RGB Variations
Color information
#1096CA (or 0x1096CA) is known color: Pacific Blue. HEX triplet: 10, 96 and CA. RGB value is (16,150,202). Sum of RGB (Red+Green+Blue) = 16+150+202=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #1096CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1096CA is #EF6935. Grayscale: #737373. Windows color (decimal): -15690038 or 13276688. OLE color: 13276688.
HSL color Cylindrical-coordinate representation of color #1096CA: hue angle of 196.77º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1096CA is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 150 | 202 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.21 |
| HSL | 196.77º | 0.85% | 0.43% | - |
| HSV(B) | 196.77º | 0.92% | 0.79% | - |
| XYZ | 21.78 | 26.19 | 59.78 | - |
| YUV | 115.86 | 176.61 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 150 | 202 | 0.92 | 0.26 | 0 | 0.21 | 196.77 | 0.85 | 0.43 |
| Hex | 10 | 96 | CA | 5C | 1A | 0 | 15 | C5 | 55 | 2B |
| Octal | 20 | 226 | 312 | 134 | 32 | 0 | 25 | 305 | 125 | 53 |
| Binary | 10000 | 10010110 | 11001010 | 1011100 | 11010 | 0 | 10101 | 11000101 | 1010101 | 101011 |
Color Harmonies of #1096CA
Complementary color
Monochromatic Colors of #1096CA
Black with #1096CA
Text Example
Text Example
White with #1096CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1096CA; }
p { color: rgb(16,150,202); }
H1.HeaderClassName
{
color: #1096CA;
}
.AnyTagClassName
{
color: #1096CA;
}
</style>
background-color css
<style>
a { background-color: #1096CA; }
a { background-color: rgb(16,150,202); }
div.DivClassName
{
background-color: #1096CA;
}
.BgClassName
{
background-color: #1096CA;
}
</style>
border-color css
<style>
span { border-color: #1096CA; }
span { border-color: rgb(16,150,202); }
td.TdClassName
{
border-color: #1096CA;
}
.TagClassName
{
border-color: #1096CA;
}
</style>