Shades of Pelorous #1892AB
Tints of Pelorous #1892AB
RGB
CMYK
RGB Variations
Color information
#1892AB (or 0x1892AB) is known color: Pelorous. HEX triplet: 18, 92 and AB. RGB value is (24,146,171). Sum of RGB (Red+Green+Blue) = 24+146+171=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #1892AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1892AB is #E76D54. Grayscale: #707070. Windows color (decimal): -15166805 or 11244056. OLE color: 11244056.
HSL color Cylindrical-coordinate representation of color #1892AB: hue angle of 190.2º 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 #1892AB is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 146 | 171 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.33 |
| HSL | 190.2º | 0.75% | 0.38% | - |
| HSV(B) | 190.2º | 0.86% | 0.67% | - |
| XYZ | 18.01 | 23.69 | 42.15 | - |
| YUV | 112.37 | 161.08 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 171 | 0.86 | 0.15 | 0 | 0.33 | 190.2 | 0.75 | 0.38 |
| Hex | 18 | 92 | AB | 56 | F | 0 | 21 | BE | 4B | 26 |
| Octal | 30 | 222 | 253 | 126 | 17 | 0 | 41 | 276 | 113 | 46 |
| Binary | 11000 | 10010010 | 10101011 | 1010110 | 1111 | 0 | 100001 | 10111110 | 1001011 | 100110 |
Color Harmonies of #1892AB
Complementary color
Monochromatic Colors of #1892AB
Black with #1892AB
Text Example
Text Example
White with #1892AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1892AB; }
p { color: rgb(24,146,171); }
H1.HeaderClassName
{
color: #1892AB;
}
.AnyTagClassName
{
color: #1892AB;
}
</style>
background-color css
<style>
a { background-color: #1892AB; }
a { background-color: rgb(24,146,171); }
div.DivClassName
{
background-color: #1892AB;
}
.BgClassName
{
background-color: #1892AB;
}
</style>
border-color css
<style>
span { border-color: #1892AB; }
span { border-color: rgb(24,146,171); }
td.TdClassName
{
border-color: #1892AB;
}
.TagClassName
{
border-color: #1892AB;
}
</style>