Shades of Pacific Blue #1594D1
Tints of Pacific Blue #1594D1
RGB
CMYK
RGB Variations
Color information
#1594D1 (or 0x1594D1) is known color: Pacific Blue. HEX triplet: 15, 94 and D1. RGB value is (21,148,209). Sum of RGB (Red+Green+Blue) = 21+148+209=378 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.56% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 209 (82.03% from 255 or 55.29% from 378); Max value from RGB is 209 - color contains mainly: blue. Hex color #1594D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1594D1 is #EA6B2E. Grayscale: #747474. Windows color (decimal): -15362863 or 13734933. OLE color: 13734933.
HSL color Cylindrical-coordinate representation of color #1594D1: hue angle of 199.47º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1594D1 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 148 | 209 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.18 |
| HSL | 199.47º | 0.82% | 0.45% | - |
| HSV(B) | 199.47º | 0.9% | 0.82% | - |
| XYZ | 22.41 | 25.94 | 64.15 | - |
| YUV | 116.98 | 179.92 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 148 | 209 | 0.90 | 0.29 | 0 | 0.18 | 199.47 | 0.82 | 0.45 |
| Hex | 15 | 94 | D1 | 5A | 1D | 0 | 12 | C7 | 52 | 2D |
| Octal | 25 | 224 | 321 | 132 | 35 | 0 | 22 | 307 | 122 | 55 |
| Binary | 10101 | 10010100 | 11010001 | 1011010 | 11101 | 0 | 10010 | 11000111 | 1010010 | 101101 |
Color Harmonies of #1594D1
Complementary color
Monochromatic Colors of #1594D1
Black with #1594D1
Text Example
Text Example
White with #1594D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1594D1; }
p { color: rgb(21,148,209); }
H1.HeaderClassName
{
color: #1594D1;
}
.AnyTagClassName
{
color: #1594D1;
}
</style>
background-color css
<style>
a { background-color: #1594D1; }
a { background-color: rgb(21,148,209); }
div.DivClassName
{
background-color: #1594D1;
}
.BgClassName
{
background-color: #1594D1;
}
</style>
border-color css
<style>
span { border-color: #1594D1; }
span { border-color: rgb(21,148,209); }
td.TdClassName
{
border-color: #1594D1;
}
.TagClassName
{
border-color: #1594D1;
}
</style>