Shades of Pelorous #1C92AD
Tints of Pelorous #1C92AD
RGB
CMYK
RGB Variations
Color information
#1C92AD (or 0x1C92AD) is known color: Pelorous. HEX triplet: 1C, 92 and AD. RGB value is (28,146,173). Sum of RGB (Red+Green+Blue) = 28+146+173=347 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.07% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C92AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C92AD is #E36D52. Grayscale: #717171. Windows color (decimal): -14904659 or 11375132. OLE color: 11375132.
HSL color Cylindrical-coordinate representation of color #1C92AD: hue angle of 191.17º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C92AD is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 146 | 173 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.32 |
| HSL | 191.17º | 0.72% | 0.39% | - |
| HSV(B) | 191.17º | 0.84% | 0.68% | - |
| XYZ | 18.3 | 23.82 | 43.17 | - |
| YUV | 113.8 | 161.41 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 146 | 173 | 0.84 | 0.16 | 0 | 0.32 | 191.17 | 0.72 | 0.39 |
| Hex | 1C | 92 | AD | 54 | 10 | 0 | 20 | BF | 48 | 27 |
| Octal | 34 | 222 | 255 | 124 | 20 | 0 | 40 | 277 | 110 | 47 |
| Binary | 11100 | 10010010 | 10101101 | 1010100 | 10000 | 0 | 100000 | 10111111 | 1001000 | 100111 |
Color Harmonies of #1C92AD
Complementary color
Monochromatic Colors of #1C92AD
Black with #1C92AD
Text Example
Text Example
White with #1C92AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C92AD; }
p { color: rgb(28,146,173); }
H1.HeaderClassName
{
color: #1C92AD;
}
.AnyTagClassName
{
color: #1C92AD;
}
</style>
background-color css
<style>
a { background-color: #1C92AD; }
a { background-color: rgb(28,146,173); }
div.DivClassName
{
background-color: #1C92AD;
}
.BgClassName
{
background-color: #1C92AD;
}
</style>
border-color css
<style>
span { border-color: #1C92AD; }
span { border-color: rgb(28,146,173); }
td.TdClassName
{
border-color: #1C92AD;
}
.TagClassName
{
border-color: #1C92AD;
}
</style>