Shades of Pelorous #1891AB
Tints of Pelorous #1891AB
RGB
CMYK
RGB Variations
Color information
#1891AB (or 0x1891AB) is known color: Pelorous. HEX triplet: 18, 91 and AB. RGB value is (24,145,171). Sum of RGB (Red+Green+Blue) = 24+145+171=340 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.06% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #1891AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1891AB is #E76E54. Grayscale: #6F6F6F. Windows color (decimal): -15167061 or 11243800. OLE color: 11243800.
HSL color Cylindrical-coordinate representation of color #1891AB: hue angle of 190.61º 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 #1891AB is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 145 | 171 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.33 |
| HSL | 190.61º | 0.75% | 0.38% | - |
| HSV(B) | 190.61º | 0.86% | 0.67% | - |
| XYZ | 17.85 | 23.39 | 42.1 | - |
| YUV | 111.79 | 161.41 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 171 | 0.86 | 0.15 | 0 | 0.33 | 190.61 | 0.75 | 0.38 |
| Hex | 18 | 91 | AB | 56 | F | 0 | 21 | BF | 4B | 26 |
| Octal | 30 | 221 | 253 | 126 | 17 | 0 | 41 | 277 | 113 | 46 |
| Binary | 11000 | 10010001 | 10101011 | 1010110 | 1111 | 0 | 100001 | 10111111 | 1001011 | 100110 |
Color Harmonies of #1891AB
Complementary color
Monochromatic Colors of #1891AB
Black with #1891AB
Text Example
Text Example
White with #1891AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1891AB; }
p { color: rgb(24,145,171); }
H1.HeaderClassName
{
color: #1891AB;
}
.AnyTagClassName
{
color: #1891AB;
}
</style>
background-color css
<style>
a { background-color: #1891AB; }
a { background-color: rgb(24,145,171); }
div.DivClassName
{
background-color: #1891AB;
}
.BgClassName
{
background-color: #1891AB;
}
</style>
border-color css
<style>
span { border-color: #1891AB; }
span { border-color: rgb(24,145,171); }
td.TdClassName
{
border-color: #1891AB;
}
.TagClassName
{
border-color: #1891AB;
}
</style>