Shades of Pelorous #1892AA
Tints of Pelorous #1892AA
RGB
CMYK
RGB Variations
Color information
#1892AA (or 0x1892AA) is known color: Pelorous. HEX triplet: 18, 92 and AA. RGB value is (24,146,170). Sum of RGB (Red+Green+Blue) = 24+146+170=340 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.06% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #1892AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1892AA is #E76D55. Grayscale: #707070. Windows color (decimal): -15166806 or 11178520. OLE color: 11178520.
HSL color Cylindrical-coordinate representation of color #1892AA: hue angle of 189.86º 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 #1892AA is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 146 | 170 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.33 |
| HSL | 189.86º | 0.75% | 0.38% | - |
| HSV(B) | 189.86º | 0.86% | 0.67% | - |
| XYZ | 17.91 | 23.65 | 41.65 | - |
| YUV | 112.26 | 160.58 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 170 | 0.86 | 0.14 | 0 | 0.33 | 189.86 | 0.75 | 0.38 |
| Hex | 18 | 92 | AA | 56 | E | 0 | 21 | BE | 4B | 26 |
| Octal | 30 | 222 | 252 | 126 | 16 | 0 | 41 | 276 | 113 | 46 |
| Binary | 11000 | 10010010 | 10101010 | 1010110 | 1110 | 0 | 100001 | 10111110 | 1001011 | 100110 |
Color Harmonies of #1892AA
Complementary color
Monochromatic Colors of #1892AA
Black with #1892AA
Text Example
Text Example
White with #1892AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1892AA; }
p { color: rgb(24,146,170); }
H1.HeaderClassName
{
color: #1892AA;
}
.AnyTagClassName
{
color: #1892AA;
}
</style>
background-color css
<style>
a { background-color: #1892AA; }
a { background-color: rgb(24,146,170); }
div.DivClassName
{
background-color: #1892AA;
}
.BgClassName
{
background-color: #1892AA;
}
</style>
border-color css
<style>
span { border-color: #1892AA; }
span { border-color: rgb(24,146,170); }
td.TdClassName
{
border-color: #1892AA;
}
.TagClassName
{
border-color: #1892AA;
}
</style>