Shades of Pacific Blue #1091CA
Tints of Pacific Blue #1091CA
RGB
CMYK
RGB Variations
Color information
#1091CA (or 0x1091CA) is known color: Pacific Blue. HEX triplet: 10, 91 and CA. RGB value is (16,145,202). Sum of RGB (Red+Green+Blue) = 16+145+202=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #1091CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1091CA is #EF6E35. Grayscale: #707070. Windows color (decimal): -15691318 or 13275408. OLE color: 13275408.
HSL color Cylindrical-coordinate representation of color #1091CA: hue angle of 198.39º 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 #1091CA is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 145 | 202 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.21 |
| HSL | 198.39º | 0.85% | 0.43% | - |
| HSV(B) | 198.39º | 0.92% | 0.79% | - |
| XYZ | 21 | 24.63 | 59.52 | - |
| YUV | 112.93 | 178.26 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 145 | 202 | 0.92 | 0.28 | 0 | 0.21 | 198.39 | 0.85 | 0.43 |
| Hex | 10 | 91 | CA | 5C | 1C | 0 | 15 | C6 | 55 | 2B |
| Octal | 20 | 221 | 312 | 134 | 34 | 0 | 25 | 306 | 125 | 53 |
| Binary | 10000 | 10010001 | 11001010 | 1011100 | 11100 | 0 | 10101 | 11000110 | 1010101 | 101011 |
Color Harmonies of #1091CA
Complementary color
Monochromatic Colors of #1091CA
Black with #1091CA
Text Example
Text Example
White with #1091CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1091CA; }
p { color: rgb(16,145,202); }
H1.HeaderClassName
{
color: #1091CA;
}
.AnyTagClassName
{
color: #1091CA;
}
</style>
background-color css
<style>
a { background-color: #1091CA; }
a { background-color: rgb(16,145,202); }
div.DivClassName
{
background-color: #1091CA;
}
.BgClassName
{
background-color: #1091CA;
}
</style>
border-color css
<style>
span { border-color: #1091CA; }
span { border-color: rgb(16,145,202); }
td.TdClassName
{
border-color: #1091CA;
}
.TagClassName
{
border-color: #1091CA;
}
</style>