Shades of Pacific Blue #1299C1
Tints of Pacific Blue #1299C1
RGB
CMYK
RGB Variations
Color information
#1299C1 (or 0x1299C1) is known color: Pacific Blue. HEX triplet: 12, 99 and C1. RGB value is (18,153,193). Sum of RGB (Red+Green+Blue) = 18+153+193=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #1299C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1299C1 is #ED663E. Grayscale: #747474. Windows color (decimal): -15558207 or 12687634. OLE color: 12687634.
HSL color Cylindrical-coordinate representation of color #1299C1: hue angle of 193.71º 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 #1299C1 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 153 | 193 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.24 |
| HSL | 193.71º | 0.83% | 0.41% | - |
| HSV(B) | 193.71º | 0.91% | 0.76% | - |
| XYZ | 21.27 | 26.76 | 54.5 | - |
| YUV | 117.2 | 170.77 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 193 | 0.91 | 0.21 | 0 | 0.24 | 193.71 | 0.83 | 0.41 |
| Hex | 12 | 99 | C1 | 5B | 15 | 0 | 18 | C2 | 53 | 29 |
| Octal | 22 | 231 | 301 | 133 | 25 | 0 | 30 | 302 | 123 | 51 |
| Binary | 10010 | 10011001 | 11000001 | 1011011 | 10101 | 0 | 11000 | 11000010 | 1010011 | 101001 |
Color Harmonies of #1299C1
Complementary color
Monochromatic Colors of #1299C1
Black with #1299C1
Text Example
Text Example
White with #1299C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1299C1; }
p { color: rgb(18,153,193); }
H1.HeaderClassName
{
color: #1299C1;
}
.AnyTagClassName
{
color: #1299C1;
}
</style>
background-color css
<style>
a { background-color: #1299C1; }
a { background-color: rgb(18,153,193); }
div.DivClassName
{
background-color: #1299C1;
}
.BgClassName
{
background-color: #1299C1;
}
</style>
border-color css
<style>
span { border-color: #1299C1; }
span { border-color: rgb(18,153,193); }
td.TdClassName
{
border-color: #1299C1;
}
.TagClassName
{
border-color: #1299C1;
}
</style>