Shades of Pelorous #1F91AD
Tints of Pelorous #1F91AD
RGB
CMYK
RGB Variations
Color information
#1F91AD (or 0x1F91AD) is known color: Pelorous. HEX triplet: 1F, 91 and AD. RGB value is (31,145,173). Sum of RGB (Red+Green+Blue) = 31+145+173=349 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.88% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F91AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F91AD is #E06E52. Grayscale: #717171. Windows color (decimal): -14708307 or 11374879. OLE color: 11374879.
HSL color Cylindrical-coordinate representation of color #1F91AD: hue angle of 191.83º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F91AD is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 145 | 173 | - |
| CMYK | 0.82 | 0.16 | 0 | 0.32 |
| HSL | 191.83º | 0.7% | 0.4% | - |
| HSV(B) | 191.83º | 0.82% | 0.68% | - |
| XYZ | 18.23 | 23.56 | 43.12 | - |
| YUV | 114.11 | 161.23 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 145 | 173 | 0.82 | 0.16 | 0 | 0.32 | 191.83 | 0.7 | 0.4 |
| Hex | 1F | 91 | AD | 52 | 10 | 0 | 20 | C0 | 46 | 28 |
| Octal | 37 | 221 | 255 | 122 | 20 | 0 | 40 | 300 | 106 | 50 |
| Binary | 11111 | 10010001 | 10101101 | 1010010 | 10000 | 0 | 100000 | 11000000 | 1000110 | 101000 |
Color Harmonies of #1F91AD
Complementary color
Monochromatic Colors of #1F91AD
Black with #1F91AD
Text Example
Text Example
White with #1F91AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F91AD; }
p { color: rgb(31,145,173); }
H1.HeaderClassName
{
color: #1F91AD;
}
.AnyTagClassName
{
color: #1F91AD;
}
</style>
background-color css
<style>
a { background-color: #1F91AD; }
a { background-color: rgb(31,145,173); }
div.DivClassName
{
background-color: #1F91AD;
}
.BgClassName
{
background-color: #1F91AD;
}
</style>
border-color css
<style>
span { border-color: #1F91AD; }
span { border-color: rgb(31,145,173); }
td.TdClassName
{
border-color: #1F91AD;
}
.TagClassName
{
border-color: #1F91AD;
}
</style>