Shades of Pacific Blue #1495CA
Tints of Pacific Blue #1495CA
RGB
CMYK
RGB Variations
Color information
#1495CA (or 0x1495CA) is known color: Pacific Blue. HEX triplet: 14, 95 and CA. RGB value is (20,149,202). Sum of RGB (Red+Green+Blue) = 20+149+202=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #1495CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1495CA is #EB6A35. Grayscale: #747474. Windows color (decimal): -15428150 or 13276436. OLE color: 13276436.
HSL color Cylindrical-coordinate representation of color #1495CA: hue angle of 197.47º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1495CA is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 149 | 202 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.21 |
| HSL | 197.47º | 0.82% | 0.44% | - |
| HSV(B) | 197.47º | 0.9% | 0.79% | - |
| XYZ | 21.7 | 25.91 | 59.73 | - |
| YUV | 116.47 | 176.26 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 202 | 0.90 | 0.26 | 0 | 0.21 | 197.47 | 0.82 | 0.44 |
| Hex | 14 | 95 | CA | 5A | 1A | 0 | 15 | C5 | 52 | 2C |
| Octal | 24 | 225 | 312 | 132 | 32 | 0 | 25 | 305 | 122 | 54 |
| Binary | 10100 | 10010101 | 11001010 | 1011010 | 11010 | 0 | 10101 | 11000101 | 1010010 | 101100 |
Color Harmonies of #1495CA
Complementary color
Monochromatic Colors of #1495CA
Black with #1495CA
Text Example
Text Example
White with #1495CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1495CA; }
p { color: rgb(20,149,202); }
H1.HeaderClassName
{
color: #1495CA;
}
.AnyTagClassName
{
color: #1495CA;
}
</style>
background-color css
<style>
a { background-color: #1495CA; }
a { background-color: rgb(20,149,202); }
div.DivClassName
{
background-color: #1495CA;
}
.BgClassName
{
background-color: #1495CA;
}
</style>
border-color css
<style>
span { border-color: #1495CA; }
span { border-color: rgb(20,149,202); }
td.TdClassName
{
border-color: #1495CA;
}
.TagClassName
{
border-color: #1495CA;
}
</style>