Shades of Pacific Blue #1093C4
Tints of Pacific Blue #1093C4
RGB
CMYK
RGB Variations
Color information
#1093C4 (or 0x1093C4) is known color: Pacific Blue. HEX triplet: 10, 93 and C4. RGB value is (16,147,196). Sum of RGB (Red+Green+Blue) = 16+147+196=359 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.46% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 196 (76.95% from 255 or 54.60% from 359); Max value from RGB is 196 - color contains mainly: blue. Hex color #1093C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1093C4 is #EF6C3B. Grayscale: #717171. Windows color (decimal): -15690812 or 12882704. OLE color: 12882704.
HSL color Cylindrical-coordinate representation of color #1093C4: hue angle of 196.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1093C4 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 147 | 196 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.23 |
| HSL | 196.33º | 0.85% | 0.42% | - |
| HSV(B) | 196.33º | 0.92% | 0.77% | - |
| XYZ | 20.61 | 24.96 | 55.96 | - |
| YUV | 113.42 | 174.6 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 147 | 196 | 0.92 | 0.25 | 0 | 0.23 | 196.33 | 0.85 | 0.42 |
| Hex | 10 | 93 | C4 | 5C | 19 | 0 | 17 | C4 | 55 | 2A |
| Octal | 20 | 223 | 304 | 134 | 31 | 0 | 27 | 304 | 125 | 52 |
| Binary | 10000 | 10010011 | 11000100 | 1011100 | 11001 | 0 | 10111 | 11000100 | 1010101 | 101010 |
Color Harmonies of #1093C4
Complementary color
Monochromatic Colors of #1093C4
Black with #1093C4
Text Example
Text Example
White with #1093C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1093C4; }
p { color: rgb(16,147,196); }
H1.HeaderClassName
{
color: #1093C4;
}
.AnyTagClassName
{
color: #1093C4;
}
</style>
background-color css
<style>
a { background-color: #1093C4; }
a { background-color: rgb(16,147,196); }
div.DivClassName
{
background-color: #1093C4;
}
.BgClassName
{
background-color: #1093C4;
}
</style>
border-color css
<style>
span { border-color: #1093C4; }
span { border-color: rgb(16,147,196); }
td.TdClassName
{
border-color: #1093C4;
}
.TagClassName
{
border-color: #1093C4;
}
</style>