Shades of Pelorous #1992AD
Tints of Pelorous #1992AD
RGB
CMYK
RGB Variations
Color information
#1992AD (or 0x1992AD) is known color: Pelorous. HEX triplet: 19, 92 and AD. RGB value is (25,146,173). Sum of RGB (Red+Green+Blue) = 25+146+173=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #1992AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1992AD is #E66D52. Grayscale: #707070. Windows color (decimal): -15101267 or 11375129. OLE color: 11375129.
HSL color Cylindrical-coordinate representation of color #1992AD: hue angle of 190.95º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1992AD is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 146 | 173 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.32 |
| HSL | 190.95º | 0.75% | 0.39% | - |
| HSV(B) | 190.95º | 0.86% | 0.68% | - |
| XYZ | 18.22 | 23.78 | 43.17 | - |
| YUV | 112.9 | 161.91 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 173 | 0.86 | 0.16 | 0 | 0.32 | 190.95 | 0.75 | 0.39 |
| Hex | 19 | 92 | AD | 56 | 10 | 0 | 20 | BF | 4B | 27 |
| Octal | 31 | 222 | 255 | 126 | 20 | 0 | 40 | 277 | 113 | 47 |
| Binary | 11001 | 10010010 | 10101101 | 1010110 | 10000 | 0 | 100000 | 10111111 | 1001011 | 100111 |
Color Harmonies of #1992AD
Complementary color
Monochromatic Colors of #1992AD
Black with #1992AD
Text Example
Text Example
White with #1992AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1992AD; }
p { color: rgb(25,146,173); }
H1.HeaderClassName
{
color: #1992AD;
}
.AnyTagClassName
{
color: #1992AD;
}
</style>
background-color css
<style>
a { background-color: #1992AD; }
a { background-color: rgb(25,146,173); }
div.DivClassName
{
background-color: #1992AD;
}
.BgClassName
{
background-color: #1992AD;
}
</style>
border-color css
<style>
span { border-color: #1992AD; }
span { border-color: rgb(25,146,173); }
td.TdClassName
{
border-color: #1992AD;
}
.TagClassName
{
border-color: #1992AD;
}
</style>