Shades of Pacific Blue #1590CB
Tints of Pacific Blue #1590CB
RGB
CMYK
RGB Variations
Color information
#1590CB (or 0x1590CB) is known color: Pacific Blue. HEX triplet: 15, 90 and CB. RGB value is (21,144,203). Sum of RGB (Red+Green+Blue) = 21+144+203=368 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.71% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #1590CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1590CB is #EA6F34. Grayscale: #717171. Windows color (decimal): -15363893 or 13340693. OLE color: 13340693.
HSL color Cylindrical-coordinate representation of color #1590CB: hue angle of 199.45º 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 #1590CB is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 144 | 203 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.20 |
| HSL | 199.45º | 0.81% | 0.44% | - |
| HSV(B) | 199.45º | 0.9% | 0.8% | - |
| XYZ | 21.06 | 24.42 | 60.1 | - |
| YUV | 113.95 | 178.25 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 144 | 203 | 0.90 | 0.29 | 0 | 0.20 | 199.45 | 0.81 | 0.44 |
| Hex | 15 | 90 | CB | 5A | 1D | 0 | 14 | C7 | 51 | 2C |
| Octal | 25 | 220 | 313 | 132 | 35 | 0 | 24 | 307 | 121 | 54 |
| Binary | 10101 | 10010000 | 11001011 | 1011010 | 11101 | 0 | 10100 | 11000111 | 1010001 | 101100 |
Color Harmonies of #1590CB
Complementary color
Monochromatic Colors of #1590CB
Black with #1590CB
Text Example
Text Example
White with #1590CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1590CB; }
p { color: rgb(21,144,203); }
H1.HeaderClassName
{
color: #1590CB;
}
.AnyTagClassName
{
color: #1590CB;
}
</style>
background-color css
<style>
a { background-color: #1590CB; }
a { background-color: rgb(21,144,203); }
div.DivClassName
{
background-color: #1590CB;
}
.BgClassName
{
background-color: #1590CB;
}
</style>
border-color css
<style>
span { border-color: #1590CB; }
span { border-color: rgb(21,144,203); }
td.TdClassName
{
border-color: #1590CB;
}
.TagClassName
{
border-color: #1590CB;
}
</style>