Shades of Pelorous #1F91CB
Tints of Pelorous #1F91CB
RGB
CMYK
RGB Variations
Color information
#1F91CB (or 0x1F91CB) is known color: Pelorous. HEX triplet: 1F, 91 and CB. RGB value is (31,145,203). Sum of RGB (Red+Green+Blue) = 31+145+203=379 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.18% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F91CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F91CB is #E06E34. Grayscale: #757575. Windows color (decimal): -14708277 or 13340959. OLE color: 13340959.
HSL color Cylindrical-coordinate representation of color #1F91CB: hue angle of 200.23º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F91CB is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 145 | 203 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.20 |
| HSL | 200.23º | 0.74% | 0.46% | - |
| HSV(B) | 200.23º | 0.85% | 0.8% | - |
| XYZ | 21.47 | 24.85 | 60.17 | - |
| YUV | 117.53 | 176.23 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 145 | 203 | 0.85 | 0.29 | 0 | 0.20 | 200.23 | 0.74 | 0.46 |
| Hex | 1F | 91 | CB | 55 | 1D | 0 | 14 | C8 | 4A | 2E |
| Octal | 37 | 221 | 313 | 125 | 35 | 0 | 24 | 310 | 112 | 56 |
| Binary | 11111 | 10010001 | 11001011 | 1010101 | 11101 | 0 | 10100 | 11001000 | 1001010 | 101110 |
Color Harmonies of #1F91CB
Complementary color
Monochromatic Colors of #1F91CB
Black with #1F91CB
Text Example
Text Example
White with #1F91CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F91CB; }
p { color: rgb(31,145,203); }
H1.HeaderClassName
{
color: #1F91CB;
}
.AnyTagClassName
{
color: #1F91CB;
}
</style>
background-color css
<style>
a { background-color: #1F91CB; }
a { background-color: rgb(31,145,203); }
div.DivClassName
{
background-color: #1F91CB;
}
.BgClassName
{
background-color: #1F91CB;
}
</style>
border-color css
<style>
span { border-color: #1F91CB; }
span { border-color: rgb(31,145,203); }
td.TdClassName
{
border-color: #1F91CB;
}
.TagClassName
{
border-color: #1F91CB;
}
</style>