Shades of Pacific Blue #1285CB
Tints of Pacific Blue #1285CB
RGB
CMYK
RGB Variations
Color information
#1285CB (or 0x1285CB) is known color: Pacific Blue. HEX triplet: 12, 85 and CB. RGB value is (18,133,203). Sum of RGB (Red+Green+Blue) = 18+133+203=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #1285CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1285CB is #ED7A34. Grayscale: #6A6A6A. Windows color (decimal): -15563317 or 13337874. OLE color: 13337874.
HSL color Cylindrical-coordinate representation of color #1285CB: hue angle of 202.7º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1285CB is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 133 | 203 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.20 |
| HSL | 202.7º | 0.84% | 0.43% | - |
| HSV(B) | 202.7º | 0.91% | 0.8% | - |
| XYZ | 19.42 | 21.22 | 59.57 | - |
| YUV | 106.6 | 182.4 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 203 | 0.91 | 0.34 | 0 | 0.20 | 202.7 | 0.84 | 0.43 |
| Hex | 12 | 85 | CB | 5B | 22 | 0 | 14 | CB | 54 | 2B |
| Octal | 22 | 205 | 313 | 133 | 42 | 0 | 24 | 313 | 124 | 53 |
| Binary | 10010 | 10000101 | 11001011 | 1011011 | 100010 | 0 | 10100 | 11001011 | 1010100 | 101011 |
Color Harmonies of #1285CB
Complementary color
Monochromatic Colors of #1285CB
Black with #1285CB
Text Example
Text Example
White with #1285CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1285CB; }
p { color: rgb(18,133,203); }
H1.HeaderClassName
{
color: #1285CB;
}
.AnyTagClassName
{
color: #1285CB;
}
</style>
background-color css
<style>
a { background-color: #1285CB; }
a { background-color: rgb(18,133,203); }
div.DivClassName
{
background-color: #1285CB;
}
.BgClassName
{
background-color: #1285CB;
}
</style>
border-color css
<style>
span { border-color: #1285CB; }
span { border-color: rgb(18,133,203); }
td.TdClassName
{
border-color: #1285CB;
}
.TagClassName
{
border-color: #1285CB;
}
</style>