Shades of Pacific Blue #1594DA
Tints of Pacific Blue #1594DA
RGB
CMYK
RGB Variations
Color information
#1594DA (or 0x1594DA) is known color: Pacific Blue. HEX triplet: 15, 94 and DA. RGB value is (21,148,218). Sum of RGB (Red+Green+Blue) = 21+148+218=387 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.43% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #1594DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1594DA is #EA6B25. Grayscale: #757575. Windows color (decimal): -15362854 or 14324757. OLE color: 14324757.
HSL color Cylindrical-coordinate representation of color #1594DA: hue angle of 201.32º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1594DA is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 148 | 218 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.15 |
| HSL | 201.32º | 0.82% | 0.47% | - |
| HSV(B) | 201.32º | 0.9% | 0.85% | - |
| XYZ | 23.55 | 26.4 | 70.18 | - |
| YUV | 118.01 | 184.42 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 148 | 218 | 0.90 | 0.32 | 0 | 0.15 | 201.32 | 0.82 | 0.47 |
| Hex | 15 | 94 | DA | 5A | 20 | 0 | F | C9 | 52 | 2F |
| Octal | 25 | 224 | 332 | 132 | 40 | 0 | 17 | 311 | 122 | 57 |
| Binary | 10101 | 10010100 | 11011010 | 1011010 | 100000 | 0 | 1111 | 11001001 | 1010010 | 101111 |
Color Harmonies of #1594DA
Complementary color
Monochromatic Colors of #1594DA
Black with #1594DA
Text Example
Text Example
White with #1594DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1594DA; }
p { color: rgb(21,148,218); }
H1.HeaderClassName
{
color: #1594DA;
}
.AnyTagClassName
{
color: #1594DA;
}
</style>
background-color css
<style>
a { background-color: #1594DA; }
a { background-color: rgb(21,148,218); }
div.DivClassName
{
background-color: #1594DA;
}
.BgClassName
{
background-color: #1594DA;
}
</style>
border-color css
<style>
span { border-color: #1594DA; }
span { border-color: rgb(21,148,218); }
td.TdClassName
{
border-color: #1594DA;
}
.TagClassName
{
border-color: #1594DA;
}
</style>