Shades of Pelorous #1793BC
Tints of Pelorous #1793BC
RGB
CMYK
RGB Variations
Color information
#1793BC (or 0x1793BC) is known color: Pelorous. HEX triplet: 17, 93 and BC. RGB value is (23,147,188). Sum of RGB (Red+Green+Blue) = 23+147+188=358 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.42% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #1793BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1793BC is #E86C43. Grayscale: #727272. Windows color (decimal): -15232068 or 12358423. OLE color: 12358423.
HSL color Cylindrical-coordinate representation of color #1793BC: hue angle of 194.91º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1793BC is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 147 | 188 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.26 |
| HSL | 194.91º | 0.78% | 0.41% | - |
| HSV(B) | 194.91º | 0.88% | 0.74% | - |
| XYZ | 19.86 | 24.68 | 51.29 | - |
| YUV | 114.6 | 169.42 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 147 | 188 | 0.88 | 0.22 | 0 | 0.26 | 194.91 | 0.78 | 0.41 |
| Hex | 17 | 93 | BC | 58 | 16 | 0 | 1A | C3 | 4E | 29 |
| Octal | 27 | 223 | 274 | 130 | 26 | 0 | 32 | 303 | 116 | 51 |
| Binary | 10111 | 10010011 | 10111100 | 1011000 | 10110 | 0 | 11010 | 11000011 | 1001110 | 101001 |
Color Harmonies of #1793BC
Complementary color
Monochromatic Colors of #1793BC
Black with #1793BC
Text Example
Text Example
White with #1793BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1793BC; }
p { color: rgb(23,147,188); }
H1.HeaderClassName
{
color: #1793BC;
}
.AnyTagClassName
{
color: #1793BC;
}
</style>
background-color css
<style>
a { background-color: #1793BC; }
a { background-color: rgb(23,147,188); }
div.DivClassName
{
background-color: #1793BC;
}
.BgClassName
{
background-color: #1793BC;
}
</style>
border-color css
<style>
span { border-color: #1793BC; }
span { border-color: rgb(23,147,188); }
td.TdClassName
{
border-color: #1793BC;
}
.TagClassName
{
border-color: #1793BC;
}
</style>