Shades of Pacific Blue #1584CB
Tints of Pacific Blue #1584CB
RGB
CMYK
RGB Variations
Color information
#1584CB (or 0x1584CB) is known color: Pacific Blue. HEX triplet: 15, 84 and CB. RGB value is (21,132,203). Sum of RGB (Red+Green+Blue) = 21+132+203=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #1584CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1584CB is #EA7B34. Grayscale: #6A6A6A. Windows color (decimal): -15366965 or 13337621. OLE color: 13337621.
HSL color Cylindrical-coordinate representation of color #1584CB: hue angle of 203.41º 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 #1584CB is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 132 | 203 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.20 |
| HSL | 203.41º | 0.81% | 0.44% | - |
| HSV(B) | 203.41º | 0.9% | 0.8% | - |
| XYZ | 19.34 | 20.97 | 59.53 | - |
| YUV | 106.91 | 182.23 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 132 | 203 | 0.90 | 0.35 | 0 | 0.20 | 203.41 | 0.81 | 0.44 |
| Hex | 15 | 84 | CB | 5A | 23 | 0 | 14 | CB | 51 | 2C |
| Octal | 25 | 204 | 313 | 132 | 43 | 0 | 24 | 313 | 121 | 54 |
| Binary | 10101 | 10000100 | 11001011 | 1011010 | 100011 | 0 | 10100 | 11001011 | 1010001 | 101100 |
Color Harmonies of #1584CB
Complementary color
Monochromatic Colors of #1584CB
Black with #1584CB
Text Example
Text Example
White with #1584CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1584CB; }
p { color: rgb(21,132,203); }
H1.HeaderClassName
{
color: #1584CB;
}
.AnyTagClassName
{
color: #1584CB;
}
</style>
background-color css
<style>
a { background-color: #1584CB; }
a { background-color: rgb(21,132,203); }
div.DivClassName
{
background-color: #1584CB;
}
.BgClassName
{
background-color: #1584CB;
}
</style>
border-color css
<style>
span { border-color: #1584CB; }
span { border-color: rgb(21,132,203); }
td.TdClassName
{
border-color: #1584CB;
}
.TagClassName
{
border-color: #1584CB;
}
</style>