Shades of Pacific Blue #1891D5
Tints of Pacific Blue #1891D5
RGB
CMYK
RGB Variations
Color information
#1891D5 (or 0x1891D5) is known color: Pacific Blue. HEX triplet: 18, 91 and D5. RGB value is (24,145,213). Sum of RGB (Red+Green+Blue) = 24+145+213=382 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.28% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 213 (83.59% from 255 or 55.76% from 382); Max value from RGB is 213 - color contains mainly: blue. Hex color #1891D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1891D5 is #E76E2A. Grayscale: #747474. Windows color (decimal): -15167019 or 13996312. OLE color: 13996312.
HSL color Cylindrical-coordinate representation of color #1891D5: hue angle of 201.59º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1891D5 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 145 | 213 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.16 |
| HSL | 201.59º | 0.8% | 0.46% | - |
| HSV(B) | 201.59º | 0.89% | 0.84% | - |
| XYZ | 22.51 | 25.25 | 66.64 | - |
| YUV | 116.57 | 182.41 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 213 | 0.89 | 0.32 | 0 | 0.16 | 201.59 | 0.8 | 0.46 |
| Hex | 18 | 91 | D5 | 59 | 20 | 0 | 10 | CA | 50 | 2E |
| Octal | 30 | 221 | 325 | 131 | 40 | 0 | 20 | 312 | 120 | 56 |
| Binary | 11000 | 10010001 | 11010101 | 1011001 | 100000 | 0 | 10000 | 11001010 | 1010000 | 101110 |
Color Harmonies of #1891D5
Complementary color
Monochromatic Colors of #1891D5
Black with #1891D5
Text Example
Text Example
White with #1891D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1891D5; }
p { color: rgb(24,145,213); }
H1.HeaderClassName
{
color: #1891D5;
}
.AnyTagClassName
{
color: #1891D5;
}
</style>
background-color css
<style>
a { background-color: #1891D5; }
a { background-color: rgb(24,145,213); }
div.DivClassName
{
background-color: #1891D5;
}
.BgClassName
{
background-color: #1891D5;
}
</style>
border-color css
<style>
span { border-color: #1891D5; }
span { border-color: rgb(24,145,213); }
td.TdClassName
{
border-color: #1891D5;
}
.TagClassName
{
border-color: #1891D5;
}
</style>