Shades of Pelorous #1F91BE
Tints of Pelorous #1F91BE
RGB
CMYK
RGB Variations
Color information
#1F91BE (or 0x1F91BE) is known color: Pelorous. HEX triplet: 1F, 91 and BE. RGB value is (31,145,190). Sum of RGB (Red+Green+Blue) = 31+145+190=366 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.47% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F91BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F91BE is #E06E41. Grayscale: #737373. Windows color (decimal): -14708290 or 12488991. OLE color: 12488991.
HSL color Cylindrical-coordinate representation of color #1F91BE: hue angle of 196.98º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F91BE is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 145 | 190 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.25 |
| HSL | 196.98º | 0.72% | 0.43% | - |
| HSV(B) | 196.98º | 0.84% | 0.75% | - |
| XYZ | 19.98 | 24.26 | 52.34 | - |
| YUV | 116.04 | 169.73 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 145 | 190 | 0.84 | 0.24 | 0 | 0.25 | 196.98 | 0.72 | 0.43 |
| Hex | 1F | 91 | BE | 54 | 18 | 0 | 19 | C5 | 48 | 2B |
| Octal | 37 | 221 | 276 | 124 | 30 | 0 | 31 | 305 | 110 | 53 |
| Binary | 11111 | 10010001 | 10111110 | 1010100 | 11000 | 0 | 11001 | 11000101 | 1001000 | 101011 |
Color Harmonies of #1F91BE
Complementary color
Monochromatic Colors of #1F91BE
Black with #1F91BE
Text Example
Text Example
White with #1F91BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F91BE; }
p { color: rgb(31,145,190); }
H1.HeaderClassName
{
color: #1F91BE;
}
.AnyTagClassName
{
color: #1F91BE;
}
</style>
background-color css
<style>
a { background-color: #1F91BE; }
a { background-color: rgb(31,145,190); }
div.DivClassName
{
background-color: #1F91BE;
}
.BgClassName
{
background-color: #1F91BE;
}
</style>
border-color css
<style>
span { border-color: #1F91BE; }
span { border-color: rgb(31,145,190); }
td.TdClassName
{
border-color: #1F91BE;
}
.TagClassName
{
border-color: #1F91BE;
}
</style>