Shades of Pacific Blue #1292C1
Tints of Pacific Blue #1292C1
RGB
CMYK
RGB Variations
Color information
#1292C1 (or 0x1292C1) is known color: Pacific Blue. HEX triplet: 12, 92 and C1. RGB value is (18,146,193). Sum of RGB (Red+Green+Blue) = 18+146+193=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 146 (57.42% from 255 or 40.90% 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 #1292C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1292C1 is #ED6D3E. Grayscale: #707070. Windows color (decimal): -15559999 or 12685842. OLE color: 12685842.
HSL color Cylindrical-coordinate representation of color #1292C1: hue angle of 196.11º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1292C1 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 146 | 193 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.24 |
| HSL | 196.11º | 0.83% | 0.41% | - |
| HSV(B) | 196.11º | 0.91% | 0.76% | - |
| XYZ | 20.15 | 24.54 | 54.13 | - |
| YUV | 113.09 | 173.09 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 193 | 0.91 | 0.24 | 0 | 0.24 | 196.11 | 0.83 | 0.41 |
| Hex | 12 | 92 | C1 | 5B | 18 | 0 | 18 | C4 | 53 | 29 |
| Octal | 22 | 222 | 301 | 133 | 30 | 0 | 30 | 304 | 123 | 51 |
| Binary | 10010 | 10010010 | 11000001 | 1011011 | 11000 | 0 | 11000 | 11000100 | 1010011 | 101001 |
Color Harmonies of #1292C1
Complementary color
Monochromatic Colors of #1292C1
Black with #1292C1
Text Example
Text Example
White with #1292C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1292C1; }
p { color: rgb(18,146,193); }
H1.HeaderClassName
{
color: #1292C1;
}
.AnyTagClassName
{
color: #1292C1;
}
</style>
background-color css
<style>
a { background-color: #1292C1; }
a { background-color: rgb(18,146,193); }
div.DivClassName
{
background-color: #1292C1;
}
.BgClassName
{
background-color: #1292C1;
}
</style>
border-color css
<style>
span { border-color: #1292C1; }
span { border-color: rgb(18,146,193); }
td.TdClassName
{
border-color: #1292C1;
}
.TagClassName
{
border-color: #1292C1;
}
</style>