Shades of Pacific Blue #1095DC
Tints of Pacific Blue #1095DC
RGB
CMYK
RGB Variations
Color information
#1095DC (or 0x1095DC) is known color: Pacific Blue. HEX triplet: 10, 95 and DC. RGB value is (16,149,220). Sum of RGB (Red+Green+Blue) = 16+149+220=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #1095DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1095DC is #EF6A23. Grayscale: #747474. Windows color (decimal): -15690276 or 14456080. OLE color: 14456080.
HSL color Cylindrical-coordinate representation of color #1095DC: hue angle of 200.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1095DC is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 149 | 220 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.14 |
| HSL | 200.88º | 0.86% | 0.46% | - |
| HSV(B) | 200.88º | 0.93% | 0.86% | - |
| XYZ | 23.88 | 26.77 | 71.62 | - |
| YUV | 117.33 | 185.94 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 220 | 0.93 | 0.32 | 0 | 0.14 | 200.88 | 0.86 | 0.46 |
| Hex | 10 | 95 | DC | 5D | 20 | 0 | E | C9 | 56 | 2E |
| Octal | 20 | 225 | 334 | 135 | 40 | 0 | 16 | 311 | 126 | 56 |
| Binary | 10000 | 10010101 | 11011100 | 1011101 | 100000 | 0 | 1110 | 11001001 | 1010110 | 101110 |
Color Harmonies of #1095DC
Complementary color
Monochromatic Colors of #1095DC
Black with #1095DC
Text Example
Text Example
White with #1095DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1095DC; }
p { color: rgb(16,149,220); }
H1.HeaderClassName
{
color: #1095DC;
}
.AnyTagClassName
{
color: #1095DC;
}
</style>
background-color css
<style>
a { background-color: #1095DC; }
a { background-color: rgb(16,149,220); }
div.DivClassName
{
background-color: #1095DC;
}
.BgClassName
{
background-color: #1095DC;
}
</style>
border-color css
<style>
span { border-color: #1095DC; }
span { border-color: rgb(16,149,220); }
td.TdClassName
{
border-color: #1095DC;
}
.TagClassName
{
border-color: #1095DC;
}
</style>