Shades of Pacific Blue #1491C7
Tints of Pacific Blue #1491C7
RGB
CMYK
RGB Variations
Color information
#1491C7 (or 0x1491C7) is known color: Pacific Blue. HEX triplet: 14, 91 and C7. RGB value is (20,145,199). Sum of RGB (Red+Green+Blue) = 20+145+199=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 199 (78.12% from 255 or 54.67% from 364); Max value from RGB is 199 - color contains mainly: blue. Hex color #1491C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1491C7 is #EB6E38. Grayscale: #717171. Windows color (decimal): -15429177 or 13078804. OLE color: 13078804.
HSL color Cylindrical-coordinate representation of color #1491C7: hue angle of 198.1º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1491C7 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 145 | 199 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.22 |
| HSL | 198.1º | 0.82% | 0.43% | - |
| HSV(B) | 198.1º | 0.9% | 0.78% | - |
| XYZ | 20.72 | 24.52 | 57.67 | - |
| YUV | 113.78 | 176.09 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 199 | 0.90 | 0.27 | 0 | 0.22 | 198.1 | 0.82 | 0.43 |
| Hex | 14 | 91 | C7 | 5A | 1B | 0 | 16 | C6 | 52 | 2B |
| Octal | 24 | 221 | 307 | 132 | 33 | 0 | 26 | 306 | 122 | 53 |
| Binary | 10100 | 10010001 | 11000111 | 1011010 | 11011 | 0 | 10110 | 11000110 | 1010010 | 101011 |
Color Harmonies of #1491C7
Complementary color
Monochromatic Colors of #1491C7
Black with #1491C7
Text Example
Text Example
White with #1491C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1491C7; }
p { color: rgb(20,145,199); }
H1.HeaderClassName
{
color: #1491C7;
}
.AnyTagClassName
{
color: #1491C7;
}
</style>
background-color css
<style>
a { background-color: #1491C7; }
a { background-color: rgb(20,145,199); }
div.DivClassName
{
background-color: #1491C7;
}
.BgClassName
{
background-color: #1491C7;
}
</style>
border-color css
<style>
span { border-color: #1491C7; }
span { border-color: rgb(20,145,199); }
td.TdClassName
{
border-color: #1491C7;
}
.TagClassName
{
border-color: #1491C7;
}
</style>