Shades of Pacific Blue #1594CD
Tints of Pacific Blue #1594CD
RGB
CMYK
RGB Variations
Color information
#1594CD (or 0x1594CD) is known color: Pacific Blue. HEX triplet: 15, 94 and CD. RGB value is (21,148,205). Sum of RGB (Red+Green+Blue) = 21+148+205=374 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.61% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #1594CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1594CD is #EA6B32. Grayscale: #747474. Windows color (decimal): -15362867 or 13472789. OLE color: 13472789.
HSL color Cylindrical-coordinate representation of color #1594CD: hue angle of 198.59º 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 #1594CD is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 148 | 205 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.20 |
| HSL | 198.59º | 0.81% | 0.44% | - |
| HSV(B) | 198.59º | 0.9% | 0.8% | - |
| XYZ | 21.92 | 25.75 | 61.57 | - |
| YUV | 116.53 | 177.92 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 148 | 205 | 0.90 | 0.28 | 0 | 0.20 | 198.59 | 0.81 | 0.44 |
| Hex | 15 | 94 | CD | 5A | 1C | 0 | 14 | C7 | 51 | 2C |
| Octal | 25 | 224 | 315 | 132 | 34 | 0 | 24 | 307 | 121 | 54 |
| Binary | 10101 | 10010100 | 11001101 | 1011010 | 11100 | 0 | 10100 | 11000111 | 1010001 | 101100 |
Color Harmonies of #1594CD
Complementary color
Monochromatic Colors of #1594CD
Black with #1594CD
Text Example
Text Example
White with #1594CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1594CD; }
p { color: rgb(21,148,205); }
H1.HeaderClassName
{
color: #1594CD;
}
.AnyTagClassName
{
color: #1594CD;
}
</style>
background-color css
<style>
a { background-color: #1594CD; }
a { background-color: rgb(21,148,205); }
div.DivClassName
{
background-color: #1594CD;
}
.BgClassName
{
background-color: #1594CD;
}
</style>
border-color css
<style>
span { border-color: #1594CD; }
span { border-color: rgb(21,148,205); }
td.TdClassName
{
border-color: #1594CD;
}
.TagClassName
{
border-color: #1594CD;
}
</style>