Shades of Pacific Blue #1094C1
Tints of Pacific Blue #1094C1
RGB
CMYK
RGB Variations
Color information
#1094C1 (or 0x1094C1) is known color: Pacific Blue. HEX triplet: 10, 94 and C1. RGB value is (16,148,193). Sum of RGB (Red+Green+Blue) = 16+148+193=357 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.48% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #1094C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1094C1 is #EF6B3E. Grayscale: #717171. Windows color (decimal): -15690559 or 12686352. OLE color: 12686352.
HSL color Cylindrical-coordinate representation of color #1094C1: hue angle of 195.25º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1094C1 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 148 | 193 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.24 |
| HSL | 195.25º | 0.85% | 0.41% | - |
| HSV(B) | 195.25º | 0.92% | 0.76% | - |
| XYZ | 20.43 | 25.14 | 54.23 | - |
| YUV | 113.66 | 172.77 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 148 | 193 | 0.92 | 0.23 | 0 | 0.24 | 195.25 | 0.85 | 0.41 |
| Hex | 10 | 94 | C1 | 5C | 17 | 0 | 18 | C3 | 55 | 29 |
| Octal | 20 | 224 | 301 | 134 | 27 | 0 | 30 | 303 | 125 | 51 |
| Binary | 10000 | 10010100 | 11000001 | 1011100 | 10111 | 0 | 11000 | 11000011 | 1010101 | 101001 |
Color Harmonies of #1094C1
Complementary color
Monochromatic Colors of #1094C1
Black with #1094C1
Text Example
Text Example
White with #1094C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1094C1; }
p { color: rgb(16,148,193); }
H1.HeaderClassName
{
color: #1094C1;
}
.AnyTagClassName
{
color: #1094C1;
}
</style>
background-color css
<style>
a { background-color: #1094C1; }
a { background-color: rgb(16,148,193); }
div.DivClassName
{
background-color: #1094C1;
}
.BgClassName
{
background-color: #1094C1;
}
</style>
border-color css
<style>
span { border-color: #1094C1; }
span { border-color: rgb(16,148,193); }
td.TdClassName
{
border-color: #1094C1;
}
.TagClassName
{
border-color: #1094C1;
}
</style>