Shades of Pacific Blue #1091DC
Tints of Pacific Blue #1091DC
RGB
CMYK
RGB Variations
Color information
#1091DC (or 0x1091DC) is known color: Pacific Blue. HEX triplet: 10, 91 and DC. RGB value is (16,145,220). Sum of RGB (Red+Green+Blue) = 16+145+220=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #1091DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1091DC is #EF6E23. Grayscale: #727272. Windows color (decimal): -15691300 or 14455056. OLE color: 14455056.
HSL color Cylindrical-coordinate representation of color #1091DC: hue angle of 202.06º 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 #1091DC is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 145 | 220 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.14 |
| HSL | 202.06º | 0.86% | 0.46% | - |
| HSV(B) | 202.06º | 0.93% | 0.86% | - |
| XYZ | 23.26 | 25.53 | 71.41 | - |
| YUV | 114.98 | 187.26 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 145 | 220 | 0.93 | 0.34 | 0 | 0.14 | 202.06 | 0.86 | 0.46 |
| Hex | 10 | 91 | DC | 5D | 22 | 0 | E | CA | 56 | 2E |
| Octal | 20 | 221 | 334 | 135 | 42 | 0 | 16 | 312 | 126 | 56 |
| Binary | 10000 | 10010001 | 11011100 | 1011101 | 100010 | 0 | 1110 | 11001010 | 1010110 | 101110 |
Color Harmonies of #1091DC
Complementary color
Monochromatic Colors of #1091DC
Black with #1091DC
Text Example
Text Example
White with #1091DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1091DC; }
p { color: rgb(16,145,220); }
H1.HeaderClassName
{
color: #1091DC;
}
.AnyTagClassName
{
color: #1091DC;
}
</style>
background-color css
<style>
a { background-color: #1091DC; }
a { background-color: rgb(16,145,220); }
div.DivClassName
{
background-color: #1091DC;
}
.BgClassName
{
background-color: #1091DC;
}
</style>
border-color css
<style>
span { border-color: #1091DC; }
span { border-color: rgb(16,145,220); }
td.TdClassName
{
border-color: #1091DC;
}
.TagClassName
{
border-color: #1091DC;
}
</style>