Shades of Pacific Blue #1585CB
Tints of Pacific Blue #1585CB
RGB
CMYK
RGB Variations
Color information
#1585CB (or 0x1585CB) is known color: Pacific Blue. HEX triplet: 15, 85 and CB. RGB value is (21,133,203). Sum of RGB (Red+Green+Blue) = 21+133+203=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #1585CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1585CB is #EA7A34. Grayscale: #6B6B6B. Windows color (decimal): -15366709 or 13337877. OLE color: 13337877.
HSL color Cylindrical-coordinate representation of color #1585CB: hue angle of 203.08º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1585CB is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 133 | 203 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.20 |
| HSL | 203.08º | 0.81% | 0.44% | - |
| HSV(B) | 203.08º | 0.9% | 0.8% | - |
| XYZ | 19.48 | 21.25 | 59.57 | - |
| YUV | 107.49 | 181.89 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 133 | 203 | 0.90 | 0.34 | 0 | 0.20 | 203.08 | 0.81 | 0.44 |
| Hex | 15 | 85 | CB | 5A | 22 | 0 | 14 | CB | 51 | 2C |
| Octal | 25 | 205 | 313 | 132 | 42 | 0 | 24 | 313 | 121 | 54 |
| Binary | 10101 | 10000101 | 11001011 | 1011010 | 100010 | 0 | 10100 | 11001011 | 1010001 | 101100 |
Color Harmonies of #1585CB
Complementary color
Monochromatic Colors of #1585CB
Black with #1585CB
Text Example
Text Example
White with #1585CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1585CB; }
p { color: rgb(21,133,203); }
H1.HeaderClassName
{
color: #1585CB;
}
.AnyTagClassName
{
color: #1585CB;
}
</style>
background-color css
<style>
a { background-color: #1585CB; }
a { background-color: rgb(21,133,203); }
div.DivClassName
{
background-color: #1585CB;
}
.BgClassName
{
background-color: #1585CB;
}
</style>
border-color css
<style>
span { border-color: #1585CB; }
span { border-color: rgb(21,133,203); }
td.TdClassName
{
border-color: #1585CB;
}
.TagClassName
{
border-color: #1585CB;
}
</style>