Shades of Pelorous #1993BA
Tints of Pelorous #1993BA
RGB
CMYK
RGB Variations
Color information
#1993BA (or 0x1993BA) is known color: Pelorous. HEX triplet: 19, 93 and BA. RGB value is (25,147,186). Sum of RGB (Red+Green+Blue) = 25+147+186=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #1993BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1993BA is #E66C45. Grayscale: #727272. Windows color (decimal): -15100998 or 12227353. OLE color: 12227353.
HSL color Cylindrical-coordinate representation of color #1993BA: hue angle of 194.53º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1993BA is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 147 | 186 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.27 |
| HSL | 194.53º | 0.76% | 0.41% | - |
| HSV(B) | 194.53º | 0.87% | 0.73% | - |
| XYZ | 19.7 | 24.62 | 50.17 | - |
| YUV | 114.97 | 168.08 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 147 | 186 | 0.87 | 0.21 | 0 | 0.27 | 194.53 | 0.76 | 0.41 |
| Hex | 19 | 93 | BA | 57 | 15 | 0 | 1B | C3 | 4C | 29 |
| Octal | 31 | 223 | 272 | 127 | 25 | 0 | 33 | 303 | 114 | 51 |
| Binary | 11001 | 10010011 | 10111010 | 1010111 | 10101 | 0 | 11011 | 11000011 | 1001100 | 101001 |
Color Harmonies of #1993BA
Complementary color
Monochromatic Colors of #1993BA
Black with #1993BA
Text Example
Text Example
White with #1993BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1993BA; }
p { color: rgb(25,147,186); }
H1.HeaderClassName
{
color: #1993BA;
}
.AnyTagClassName
{
color: #1993BA;
}
</style>
background-color css
<style>
a { background-color: #1993BA; }
a { background-color: rgb(25,147,186); }
div.DivClassName
{
background-color: #1993BA;
}
.BgClassName
{
background-color: #1993BA;
}
</style>
border-color css
<style>
span { border-color: #1993BA; }
span { border-color: rgb(25,147,186); }
td.TdClassName
{
border-color: #1993BA;
}
.TagClassName
{
border-color: #1993BA;
}
</style>