Shades of Pelorous #1891AA
Tints of Pelorous #1891AA
RGB
CMYK
RGB Variations
Color information
#1891AA (or 0x1891AA) is known color: Pelorous. HEX triplet: 18, 91 and AA. RGB value is (24,145,170). Sum of RGB (Red+Green+Blue) = 24+145+170=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #1891AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1891AA is #E76E55. Grayscale: #6F6F6F. Windows color (decimal): -15167062 or 11178264. OLE color: 11178264.
HSL color Cylindrical-coordinate representation of color #1891AA: hue angle of 190.27º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1891AA is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 145 | 170 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.33 |
| HSL | 190.27º | 0.75% | 0.38% | - |
| HSV(B) | 190.27º | 0.86% | 0.67% | - |
| XYZ | 17.76 | 23.35 | 41.6 | - |
| YUV | 111.67 | 160.91 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 170 | 0.86 | 0.15 | 0 | 0.33 | 190.27 | 0.75 | 0.38 |
| Hex | 18 | 91 | AA | 56 | F | 0 | 21 | BE | 4B | 26 |
| Octal | 30 | 221 | 252 | 126 | 17 | 0 | 41 | 276 | 113 | 46 |
| Binary | 11000 | 10010001 | 10101010 | 1010110 | 1111 | 0 | 100001 | 10111110 | 1001011 | 100110 |
Color Harmonies of #1891AA
Complementary color
Monochromatic Colors of #1891AA
Black with #1891AA
Text Example
Text Example
White with #1891AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1891AA; }
p { color: rgb(24,145,170); }
H1.HeaderClassName
{
color: #1891AA;
}
.AnyTagClassName
{
color: #1891AA;
}
</style>
background-color css
<style>
a { background-color: #1891AA; }
a { background-color: rgb(24,145,170); }
div.DivClassName
{
background-color: #1891AA;
}
.BgClassName
{
background-color: #1891AA;
}
</style>
border-color css
<style>
span { border-color: #1891AA; }
span { border-color: rgb(24,145,170); }
td.TdClassName
{
border-color: #1891AA;
}
.TagClassName
{
border-color: #1891AA;
}
</style>