Shades of Pelorous #1A89CA
Tints of Pelorous #1A89CA
RGB
CMYK
RGB Variations
Color information
#1A89CA (or 0x1A89CA) is known color: Pelorous. HEX triplet: 1A, 89 and CA. RGB value is (26,137,202). Sum of RGB (Red+Green+Blue) = 26+137+202=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #1A89CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A89CA is #E57635. Grayscale: #6E6E6E. Windows color (decimal): -15038006 or 13273370. OLE color: 13273370.
HSL color Cylindrical-coordinate representation of color #1A89CA: hue angle of 202.16º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A89CA is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 137 | 202 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.21 |
| HSL | 202.16º | 0.77% | 0.45% | - |
| HSV(B) | 202.16º | 0.87% | 0.79% | - |
| XYZ | 20.03 | 22.38 | 59.14 | - |
| YUV | 111.22 | 179.23 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 137 | 202 | 0.87 | 0.32 | 0 | 0.21 | 202.16 | 0.77 | 0.45 |
| Hex | 1A | 89 | CA | 57 | 20 | 0 | 15 | CA | 4D | 2D |
| Octal | 32 | 211 | 312 | 127 | 40 | 0 | 25 | 312 | 115 | 55 |
| Binary | 11010 | 10001001 | 11001010 | 1010111 | 100000 | 0 | 10101 | 11001010 | 1001101 | 101101 |
Color Harmonies of #1A89CA
Complementary color
Monochromatic Colors of #1A89CA
Black with #1A89CA
Text Example
Text Example
White with #1A89CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A89CA; }
p { color: rgb(26,137,202); }
H1.HeaderClassName
{
color: #1A89CA;
}
.AnyTagClassName
{
color: #1A89CA;
}
</style>
background-color css
<style>
a { background-color: #1A89CA; }
a { background-color: rgb(26,137,202); }
div.DivClassName
{
background-color: #1A89CA;
}
.BgClassName
{
background-color: #1A89CA;
}
</style>
border-color css
<style>
span { border-color: #1A89CA; }
span { border-color: rgb(26,137,202); }
td.TdClassName
{
border-color: #1A89CA;
}
.TagClassName
{
border-color: #1A89CA;
}
</style>