Shades of Pelorous #1792BA
Tints of Pelorous #1792BA
RGB
CMYK
RGB Variations
Color information
#1792BA (or 0x1792BA) is known color: Pelorous. HEX triplet: 17, 92 and BA. RGB value is (23,146,186). Sum of RGB (Red+Green+Blue) = 23+146+186=355 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.48% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #1792BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1792BA is #E86D45. Grayscale: #717171. Windows color (decimal): -15232326 or 12227095. OLE color: 12227095.
HSL color Cylindrical-coordinate representation of color #1792BA: hue angle of 194.72º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1792BA is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 146 | 186 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.27 |
| HSL | 194.72º | 0.78% | 0.41% | - |
| HSV(B) | 194.72º | 0.88% | 0.73% | - |
| XYZ | 19.5 | 24.29 | 50.11 | - |
| YUV | 113.78 | 168.75 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 146 | 186 | 0.88 | 0.22 | 0 | 0.27 | 194.72 | 0.78 | 0.41 |
| Hex | 17 | 92 | BA | 58 | 16 | 0 | 1B | C3 | 4E | 29 |
| Octal | 27 | 222 | 272 | 130 | 26 | 0 | 33 | 303 | 116 | 51 |
| Binary | 10111 | 10010010 | 10111010 | 1011000 | 10110 | 0 | 11011 | 11000011 | 1001110 | 101001 |
Color Harmonies of #1792BA
Complementary color
Monochromatic Colors of #1792BA
Black with #1792BA
Text Example
Text Example
White with #1792BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1792BA; }
p { color: rgb(23,146,186); }
H1.HeaderClassName
{
color: #1792BA;
}
.AnyTagClassName
{
color: #1792BA;
}
</style>
background-color css
<style>
a { background-color: #1792BA; }
a { background-color: rgb(23,146,186); }
div.DivClassName
{
background-color: #1792BA;
}
.BgClassName
{
background-color: #1792BA;
}
</style>
border-color css
<style>
span { border-color: #1792BA; }
span { border-color: rgb(23,146,186); }
td.TdClassName
{
border-color: #1792BA;
}
.TagClassName
{
border-color: #1792BA;
}
</style>