Shades of Pacific Blue #1491CE
Tints of Pacific Blue #1491CE
RGB
CMYK
RGB Variations
Color information
#1491CE (or 0x1491CE) is known color: Pacific Blue. HEX triplet: 14, 91 and CE. RGB value is (20,145,206). Sum of RGB (Red+Green+Blue) = 20+145+206=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #1491CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1491CE is #EB6E31. Grayscale: #727272. Windows color (decimal): -15429170 or 13537556. OLE color: 13537556.
HSL color Cylindrical-coordinate representation of color #1491CE: hue angle of 199.68º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1491CE is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 145 | 206 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.19 |
| HSL | 199.68º | 0.82% | 0.44% | - |
| HSV(B) | 199.68º | 0.9% | 0.81% | - |
| XYZ | 21.55 | 24.86 | 62.05 | - |
| YUV | 114.58 | 179.59 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 206 | 0.90 | 0.30 | 0 | 0.19 | 199.68 | 0.82 | 0.44 |
| Hex | 14 | 91 | CE | 5A | 1E | 0 | 13 | C8 | 52 | 2C |
| Octal | 24 | 221 | 316 | 132 | 36 | 0 | 23 | 310 | 122 | 54 |
| Binary | 10100 | 10010001 | 11001110 | 1011010 | 11110 | 0 | 10011 | 11001000 | 1010010 | 101100 |
Color Harmonies of #1491CE
Complementary color
Monochromatic Colors of #1491CE
Black with #1491CE
Text Example
Text Example
White with #1491CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1491CE; }
p { color: rgb(20,145,206); }
H1.HeaderClassName
{
color: #1491CE;
}
.AnyTagClassName
{
color: #1491CE;
}
</style>
background-color css
<style>
a { background-color: #1491CE; }
a { background-color: rgb(20,145,206); }
div.DivClassName
{
background-color: #1491CE;
}
.BgClassName
{
background-color: #1491CE;
}
</style>
border-color css
<style>
span { border-color: #1491CE; }
span { border-color: rgb(20,145,206); }
td.TdClassName
{
border-color: #1491CE;
}
.TagClassName
{
border-color: #1491CE;
}
</style>