Shades of Pelorous #1996BF
Tints of Pelorous #1996BF
RGB
CMYK
RGB Variations
Color information
#1996BF (or 0x1996BF) is known color: Pelorous. HEX triplet: 19, 96 and BF. RGB value is (25,150,191). Sum of RGB (Red+Green+Blue) = 25+150+191=366 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.83% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #1996BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1996BF is #E66940. Grayscale: #757575. Windows color (decimal): -15100225 or 12555801. OLE color: 12555801.
HSL color Cylindrical-coordinate representation of color #1996BF: hue angle of 194.82º 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 #1996BF is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 150 | 191 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.25 |
| HSL | 194.82º | 0.77% | 0.42% | - |
| HSV(B) | 194.82º | 0.87% | 0.75% | - |
| XYZ | 20.71 | 25.78 | 53.17 | - |
| YUV | 117.3 | 169.59 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 191 | 0.87 | 0.21 | 0 | 0.25 | 194.82 | 0.77 | 0.42 |
| Hex | 19 | 96 | BF | 57 | 15 | 0 | 19 | C3 | 4D | 2A |
| Octal | 31 | 226 | 277 | 127 | 25 | 0 | 31 | 303 | 115 | 52 |
| Binary | 11001 | 10010110 | 10111111 | 1010111 | 10101 | 0 | 11001 | 11000011 | 1001101 | 101010 |
Color Harmonies of #1996BF
Complementary color
Monochromatic Colors of #1996BF
Black with #1996BF
Text Example
Text Example
White with #1996BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1996BF; }
p { color: rgb(25,150,191); }
H1.HeaderClassName
{
color: #1996BF;
}
.AnyTagClassName
{
color: #1996BF;
}
</style>
background-color css
<style>
a { background-color: #1996BF; }
a { background-color: rgb(25,150,191); }
div.DivClassName
{
background-color: #1996BF;
}
.BgClassName
{
background-color: #1996BF;
}
</style>
border-color css
<style>
span { border-color: #1996BF; }
span { border-color: rgb(25,150,191); }
td.TdClassName
{
border-color: #1996BF;
}
.TagClassName
{
border-color: #1996BF;
}
</style>