Shades of Pacific Blue #1285CD
Tints of Pacific Blue #1285CD
RGB
CMYK
RGB Variations
Color information
#1285CD (or 0x1285CD) is known color: Pacific Blue. HEX triplet: 12, 85 and CD. RGB value is (18,133,205). Sum of RGB (Red+Green+Blue) = 18+133+205=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #1285CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1285CD is #ED7A32. Grayscale: #6A6A6A. Windows color (decimal): -15563315 or 13468946. OLE color: 13468946.
HSL color Cylindrical-coordinate representation of color #1285CD: hue angle of 203.1º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1285CD is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 133 | 205 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.20 |
| HSL | 203.1º | 0.84% | 0.44% | - |
| HSV(B) | 203.1º | 0.91% | 0.8% | - |
| XYZ | 19.66 | 21.31 | 60.84 | - |
| YUV | 106.82 | 183.4 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 205 | 0.91 | 0.35 | 0 | 0.20 | 203.1 | 0.84 | 0.44 |
| Hex | 12 | 85 | CD | 5B | 23 | 0 | 14 | CB | 54 | 2C |
| Octal | 22 | 205 | 315 | 133 | 43 | 0 | 24 | 313 | 124 | 54 |
| Binary | 10010 | 10000101 | 11001101 | 1011011 | 100011 | 0 | 10100 | 11001011 | 1010100 | 101100 |
Color Harmonies of #1285CD
Complementary color
Monochromatic Colors of #1285CD
Black with #1285CD
Text Example
Text Example
White with #1285CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1285CD; }
p { color: rgb(18,133,205); }
H1.HeaderClassName
{
color: #1285CD;
}
.AnyTagClassName
{
color: #1285CD;
}
</style>
background-color css
<style>
a { background-color: #1285CD; }
a { background-color: rgb(18,133,205); }
div.DivClassName
{
background-color: #1285CD;
}
.BgClassName
{
background-color: #1285CD;
}
</style>
border-color css
<style>
span { border-color: #1285CD; }
span { border-color: rgb(18,133,205); }
td.TdClassName
{
border-color: #1285CD;
}
.TagClassName
{
border-color: #1285CD;
}
</style>