Shades of Pacific Blue #1192DB
Tints of Pacific Blue #1192DB
RGB
CMYK
RGB Variations
Color information
#1192DB (or 0x1192DB) is known color: Pacific Blue. HEX triplet: 11, 92 and DB. RGB value is (17,146,219). Sum of RGB (Red+Green+Blue) = 17+146+219=382 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.45% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #1192DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1192DB is #EE6D24. Grayscale: #737373. Windows color (decimal): -15625509 or 14389777. OLE color: 14389777.
HSL color Cylindrical-coordinate representation of color #1192DB: hue angle of 201.68º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1192DB is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 146 | 219 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.14 |
| HSL | 201.68º | 0.86% | 0.46% | - |
| HSV(B) | 201.68º | 0.92% | 0.86% | - |
| XYZ | 23.3 | 25.79 | 70.77 | - |
| YUV | 115.75 | 186.26 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 219 | 0.92 | 0.33 | 0 | 0.14 | 201.68 | 0.86 | 0.46 |
| Hex | 11 | 92 | DB | 5C | 21 | 0 | E | CA | 56 | 2E |
| Octal | 21 | 222 | 333 | 134 | 41 | 0 | 16 | 312 | 126 | 56 |
| Binary | 10001 | 10010010 | 11011011 | 1011100 | 100001 | 0 | 1110 | 11001010 | 1010110 | 101110 |
Color Harmonies of #1192DB
Complementary color
Monochromatic Colors of #1192DB
Black with #1192DB
Text Example
Text Example
White with #1192DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1192DB; }
p { color: rgb(17,146,219); }
H1.HeaderClassName
{
color: #1192DB;
}
.AnyTagClassName
{
color: #1192DB;
}
</style>
background-color css
<style>
a { background-color: #1192DB; }
a { background-color: rgb(17,146,219); }
div.DivClassName
{
background-color: #1192DB;
}
.BgClassName
{
background-color: #1192DB;
}
</style>
border-color css
<style>
span { border-color: #1192DB; }
span { border-color: rgb(17,146,219); }
td.TdClassName
{
border-color: #1192DB;
}
.TagClassName
{
border-color: #1192DB;
}
</style>