Shades of Pacific Blue #1290CF
Tints of Pacific Blue #1290CF
RGB
CMYK
RGB Variations
Color information
#1290CF (or 0x1290CF) is known color: Pacific Blue. HEX triplet: 12, 90 and CF. RGB value is (18,144,207). Sum of RGB (Red+Green+Blue) = 18+144+207=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #1290CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1290CF is #ED6F30. Grayscale: #717171. Windows color (decimal): -15560497 or 13602834. OLE color: 13602834.
HSL color Cylindrical-coordinate representation of color #1290CF: hue angle of 200º 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 #1290CF is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 144 | 207 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.19 |
| HSL | 200º | 0.84% | 0.44% | - |
| HSV(B) | 200º | 0.91% | 0.81% | - |
| XYZ | 21.49 | 24.58 | 62.64 | - |
| YUV | 113.51 | 180.76 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 207 | 0.91 | 0.30 | 0 | 0.19 | 200 | 0.84 | 0.44 |
| Hex | 12 | 90 | CF | 5B | 1E | 0 | 13 | C8 | 54 | 2C |
| Octal | 22 | 220 | 317 | 133 | 36 | 0 | 23 | 310 | 124 | 54 |
| Binary | 10010 | 10010000 | 11001111 | 1011011 | 11110 | 0 | 10011 | 11001000 | 1010100 | 101100 |
Color Harmonies of #1290CF
Complementary color
Monochromatic Colors of #1290CF
Black with #1290CF
Text Example
Text Example
White with #1290CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1290CF; }
p { color: rgb(18,144,207); }
H1.HeaderClassName
{
color: #1290CF;
}
.AnyTagClassName
{
color: #1290CF;
}
</style>
background-color css
<style>
a { background-color: #1290CF; }
a { background-color: rgb(18,144,207); }
div.DivClassName
{
background-color: #1290CF;
}
.BgClassName
{
background-color: #1290CF;
}
</style>
border-color css
<style>
span { border-color: #1290CF; }
span { border-color: rgb(18,144,207); }
td.TdClassName
{
border-color: #1290CF;
}
.TagClassName
{
border-color: #1290CF;
}
</style>