Shades of Pelorous #1792AD
Tints of Pelorous #1792AD
RGB
CMYK
RGB Variations
Color information
#1792AD (or 0x1792AD) is known color: Pelorous. HEX triplet: 17, 92 and AD. RGB value is (23,146,173). Sum of RGB (Red+Green+Blue) = 23+146+173=342 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.73% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #1792AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1792AD is #E86D52. Grayscale: #707070. Windows color (decimal): -15232339 or 11375127. OLE color: 11375127.
HSL color Cylindrical-coordinate representation of color #1792AD: hue angle of 190.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1792AD is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 146 | 173 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.32 |
| HSL | 190.8º | 0.77% | 0.38% | - |
| HSV(B) | 190.8º | 0.87% | 0.68% | - |
| XYZ | 18.18 | 23.76 | 43.16 | - |
| YUV | 112.3 | 162.25 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 146 | 173 | 0.87 | 0.16 | 0 | 0.32 | 190.8 | 0.77 | 0.38 |
| Hex | 17 | 92 | AD | 57 | 10 | 0 | 20 | BF | 4D | 26 |
| Octal | 27 | 222 | 255 | 127 | 20 | 0 | 40 | 277 | 115 | 46 |
| Binary | 10111 | 10010010 | 10101101 | 1010111 | 10000 | 0 | 100000 | 10111111 | 1001101 | 100110 |
Color Harmonies of #1792AD
Complementary color
Monochromatic Colors of #1792AD
Black with #1792AD
Text Example
Text Example
White with #1792AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1792AD; }
p { color: rgb(23,146,173); }
H1.HeaderClassName
{
color: #1792AD;
}
.AnyTagClassName
{
color: #1792AD;
}
</style>
background-color css
<style>
a { background-color: #1792AD; }
a { background-color: rgb(23,146,173); }
div.DivClassName
{
background-color: #1792AD;
}
.BgClassName
{
background-color: #1792AD;
}
</style>
border-color css
<style>
span { border-color: #1792AD; }
span { border-color: rgb(23,146,173); }
td.TdClassName
{
border-color: #1792AD;
}
.TagClassName
{
border-color: #1792AD;
}
</style>