Shades of Pacific Blue #1991CC
Tints of Pacific Blue #1991CC
RGB
CMYK
RGB Variations
Color information
#1991CC (or 0x1991CC) is known color: Pacific Blue. HEX triplet: 19, 91 and CC. RGB value is (25,145,204). Sum of RGB (Red+Green+Blue) = 25+145+204=374 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.68% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #1991CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1991CC is #E66E33. Grayscale: #737373. Windows color (decimal): -15101492 or 13406489. OLE color: 13406489.
HSL color Cylindrical-coordinate representation of color #1991CC: hue angle of 199.78º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1991CC is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 145 | 204 | - |
| CMYK | 0.88 | 0.29 | 0 | 0.2 |
| HSL | 199.78º | 0.78% | 0.45% | - |
| HSV(B) | 199.78º | 0.88% | 0.8% | - |
| XYZ | 21.43 | 24.82 | 60.79 | - |
| YUV | 115.85 | 177.74 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 204 | 0.88 | 0.29 | 0 | 0.2 | 199.78 | 0.78 | 0.45 |
| Hex | 19 | 91 | CC | 58 | 1D | 0 | 14 | C8 | 4E | 2D |
| Octal | 31 | 221 | 314 | 130 | 35 | 0 | 24 | 310 | 116 | 55 |
| Binary | 11001 | 10010001 | 11001100 | 1011000 | 11101 | 0 | 10100 | 11001000 | 1001110 | 101101 |
Color Harmonies of #1991CC
Complementary color
Monochromatic Colors of #1991CC
Black with #1991CC
Text Example
Text Example
White with #1991CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1991CC; }
p { color: rgb(25,145,204); }
H1.HeaderClassName
{
color: #1991CC;
}
.AnyTagClassName
{
color: #1991CC;
}
</style>
background-color css
<style>
a { background-color: #1991CC; }
a { background-color: rgb(25,145,204); }
div.DivClassName
{
background-color: #1991CC;
}
.BgClassName
{
background-color: #1991CC;
}
</style>
border-color css
<style>
span { border-color: #1991CC; }
span { border-color: rgb(25,145,204); }
td.TdClassName
{
border-color: #1991CC;
}
.TagClassName
{
border-color: #1991CC;
}
</style>