Shades of Pacific Blue #1991DA
Tints of Pacific Blue #1991DA
RGB
CMYK
RGB Variations
Color information
#1991DA (or 0x1991DA) is known color: Pacific Blue. HEX triplet: 19, 91 and DA. RGB value is (25,145,218). Sum of RGB (Red+Green+Blue) = 25+145+218=388 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.44% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #1991DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1991DA is #E66E25. Grayscale: #757575. Windows color (decimal): -15101478 or 14323993. OLE color: 14323993.
HSL color Cylindrical-coordinate representation of color #1991DA: hue angle of 202.69º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1991DA is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 145 | 218 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.15 |
| HSL | 202.69º | 0.79% | 0.48% | - |
| HSV(B) | 202.69º | 0.89% | 0.85% | - |
| XYZ | 23.18 | 25.52 | 70.03 | - |
| YUV | 117.44 | 184.74 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 218 | 0.89 | 0.33 | 0 | 0.15 | 202.69 | 0.79 | 0.48 |
| Hex | 19 | 91 | DA | 59 | 21 | 0 | F | CB | 4F | 30 |
| Octal | 31 | 221 | 332 | 131 | 41 | 0 | 17 | 313 | 117 | 60 |
| Binary | 11001 | 10010001 | 11011010 | 1011001 | 100001 | 0 | 1111 | 11001011 | 1001111 | 110000 |
Color Harmonies of #1991DA
Complementary color
Monochromatic Colors of #1991DA
Black with #1991DA
Text Example
Text Example
White with #1991DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1991DA; }
p { color: rgb(25,145,218); }
H1.HeaderClassName
{
color: #1991DA;
}
.AnyTagClassName
{
color: #1991DA;
}
</style>
background-color css
<style>
a { background-color: #1991DA; }
a { background-color: rgb(25,145,218); }
div.DivClassName
{
background-color: #1991DA;
}
.BgClassName
{
background-color: #1991DA;
}
</style>
border-color css
<style>
span { border-color: #1991DA; }
span { border-color: rgb(25,145,218); }
td.TdClassName
{
border-color: #1991DA;
}
.TagClassName
{
border-color: #1991DA;
}
</style>