Shades of Pelorous #1F8DAC
Tints of Pelorous #1F8DAC
RGB
CMYK
RGB Variations
Color information
#1F8DAC (or 0x1F8DAC) is known color: Pelorous. HEX triplet: 1F, 8D and AC. RGB value is (31,141,172). Sum of RGB (Red+Green+Blue) = 31+141+172=344 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.01% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #1F8DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8DAC is #E07253. Grayscale: #6F6F6F. Windows color (decimal): -14709332 or 11308319. OLE color: 11308319.
HSL color Cylindrical-coordinate representation of color #1F8DAC: hue angle of 193.19º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F8DAC is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 141 | 172 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.33 |
| HSL | 193.19º | 0.69% | 0.4% | - |
| HSV(B) | 193.19º | 0.82% | 0.67% | - |
| XYZ | 17.54 | 22.32 | 42.41 | - |
| YUV | 111.64 | 162.06 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 141 | 172 | 0.82 | 0.18 | 0 | 0.33 | 193.19 | 0.69 | 0.4 |
| Hex | 1F | 8D | AC | 52 | 12 | 0 | 21 | C1 | 45 | 28 |
| Octal | 37 | 215 | 254 | 122 | 22 | 0 | 41 | 301 | 105 | 50 |
| Binary | 11111 | 10001101 | 10101100 | 1010010 | 10010 | 0 | 100001 | 11000001 | 1000101 | 101000 |
Color Harmonies of #1F8DAC
Complementary color
Monochromatic Colors of #1F8DAC
Black with #1F8DAC
Text Example
Text Example
White with #1F8DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8DAC; }
p { color: rgb(31,141,172); }
H1.HeaderClassName
{
color: #1F8DAC;
}
.AnyTagClassName
{
color: #1F8DAC;
}
</style>
background-color css
<style>
a { background-color: #1F8DAC; }
a { background-color: rgb(31,141,172); }
div.DivClassName
{
background-color: #1F8DAC;
}
.BgClassName
{
background-color: #1F8DAC;
}
</style>
border-color css
<style>
span { border-color: #1F8DAC; }
span { border-color: rgb(31,141,172); }
td.TdClassName
{
border-color: #1F8DAC;
}
.TagClassName
{
border-color: #1F8DAC;
}
</style>