Shades of Pelorous #1592AE
Tints of Pelorous #1592AE
RGB
CMYK
RGB Variations
Color information
#1592AE (or 0x1592AE) is known color: Pelorous. HEX triplet: 15, 92 and AE. RGB value is (21,146,174). Sum of RGB (Red+Green+Blue) = 21+146+174=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #1592AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1592AE is #EA6D51. Grayscale: #6F6F6F. Windows color (decimal): -15363410 or 11440661. OLE color: 11440661.
HSL color Cylindrical-coordinate representation of color #1592AE: hue angle of 190.98º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1592AE is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 146 | 174 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.32 |
| HSL | 190.98º | 0.78% | 0.38% | - |
| HSV(B) | 190.98º | 0.88% | 0.68% | - |
| XYZ | 18.23 | 23.77 | 43.67 | - |
| YUV | 111.82 | 163.09 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 146 | 174 | 0.88 | 0.16 | 0 | 0.32 | 190.98 | 0.78 | 0.38 |
| Hex | 15 | 92 | AE | 58 | 10 | 0 | 20 | BF | 4E | 26 |
| Octal | 25 | 222 | 256 | 130 | 20 | 0 | 40 | 277 | 116 | 46 |
| Binary | 10101 | 10010010 | 10101110 | 1011000 | 10000 | 0 | 100000 | 10111111 | 1001110 | 100110 |
Color Harmonies of #1592AE
Complementary color
Monochromatic Colors of #1592AE
Black with #1592AE
Text Example
Text Example
White with #1592AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1592AE; }
p { color: rgb(21,146,174); }
H1.HeaderClassName
{
color: #1592AE;
}
.AnyTagClassName
{
color: #1592AE;
}
</style>
background-color css
<style>
a { background-color: #1592AE; }
a { background-color: rgb(21,146,174); }
div.DivClassName
{
background-color: #1592AE;
}
.BgClassName
{
background-color: #1592AE;
}
</style>
border-color css
<style>
span { border-color: #1592AE; }
span { border-color: rgb(21,146,174); }
td.TdClassName
{
border-color: #1592AE;
}
.TagClassName
{
border-color: #1592AE;
}
</style>