Shades of Pelorous #1993BF
Tints of Pelorous #1993BF
RGB
CMYK
RGB Variations
Color information
#1993BF (or 0x1993BF) is known color: Pelorous. HEX triplet: 19, 93 and BF. RGB value is (25,147,191). Sum of RGB (Red+Green+Blue) = 25+147+191=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #1993BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1993BF is #E66C40. Grayscale: #737373. Windows color (decimal): -15100993 or 12555033. OLE color: 12555033.
HSL color Cylindrical-coordinate representation of color #1993BF: hue angle of 195.9º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1993BF is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 147 | 191 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.25 |
| HSL | 195.9º | 0.77% | 0.42% | - |
| HSV(B) | 195.9º | 0.87% | 0.75% | - |
| XYZ | 20.24 | 24.84 | 53.02 | - |
| YUV | 115.54 | 170.58 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 147 | 191 | 0.87 | 0.23 | 0 | 0.25 | 195.9 | 0.77 | 0.42 |
| Hex | 19 | 93 | BF | 57 | 17 | 0 | 19 | C4 | 4D | 2A |
| Octal | 31 | 223 | 277 | 127 | 27 | 0 | 31 | 304 | 115 | 52 |
| Binary | 11001 | 10010011 | 10111111 | 1010111 | 10111 | 0 | 11001 | 11000100 | 1001101 | 101010 |
Color Harmonies of #1993BF
Complementary color
Monochromatic Colors of #1993BF
Black with #1993BF
Text Example
Text Example
White with #1993BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1993BF; }
p { color: rgb(25,147,191); }
H1.HeaderClassName
{
color: #1993BF;
}
.AnyTagClassName
{
color: #1993BF;
}
</style>
background-color css
<style>
a { background-color: #1993BF; }
a { background-color: rgb(25,147,191); }
div.DivClassName
{
background-color: #1993BF;
}
.BgClassName
{
background-color: #1993BF;
}
</style>
border-color css
<style>
span { border-color: #1993BF; }
span { border-color: rgb(25,147,191); }
td.TdClassName
{
border-color: #1993BF;
}
.TagClassName
{
border-color: #1993BF;
}
</style>