Shades of Pacific Blue #1289CE
Tints of Pacific Blue #1289CE
RGB
CMYK
RGB Variations
Color information
#1289CE (or 0x1289CE) is known color: Pacific Blue. HEX triplet: 12, 89 and CE. RGB value is (18,137,206). Sum of RGB (Red+Green+Blue) = 18+137+206=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #1289CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1289CE is #ED7631. Grayscale: #6C6C6C. Windows color (decimal): -15562290 or 13535506. OLE color: 13535506.
HSL color Cylindrical-coordinate representation of color #1289CE: hue angle of 202.02º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1289CE is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 137 | 206 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.19 |
| HSL | 202.02º | 0.84% | 0.44% | - |
| HSV(B) | 202.02º | 0.91% | 0.81% | - |
| XYZ | 20.34 | 22.48 | 61.66 | - |
| YUV | 109.29 | 182.58 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 137 | 206 | 0.91 | 0.33 | 0 | 0.19 | 202.02 | 0.84 | 0.44 |
| Hex | 12 | 89 | CE | 5B | 21 | 0 | 13 | CA | 54 | 2C |
| Octal | 22 | 211 | 316 | 133 | 41 | 0 | 23 | 312 | 124 | 54 |
| Binary | 10010 | 10001001 | 11001110 | 1011011 | 100001 | 0 | 10011 | 11001010 | 1010100 | 101100 |
Color Harmonies of #1289CE
Complementary color
Monochromatic Colors of #1289CE
Black with #1289CE
Text Example
Text Example
White with #1289CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1289CE; }
p { color: rgb(18,137,206); }
H1.HeaderClassName
{
color: #1289CE;
}
.AnyTagClassName
{
color: #1289CE;
}
</style>
background-color css
<style>
a { background-color: #1289CE; }
a { background-color: rgb(18,137,206); }
div.DivClassName
{
background-color: #1289CE;
}
.BgClassName
{
background-color: #1289CE;
}
</style>
border-color css
<style>
span { border-color: #1289CE; }
span { border-color: rgb(18,137,206); }
td.TdClassName
{
border-color: #1289CE;
}
.TagClassName
{
border-color: #1289CE;
}
</style>