Shades of Pelorous #1F87AD
Tints of Pelorous #1F87AD
RGB
CMYK
RGB Variations
Color information
#1F87AD (or 0x1F87AD) is known color: Pelorous. HEX triplet: 1F, 87 and AD. RGB value is (31,135,173). Sum of RGB (Red+Green+Blue) = 31+135+173=339 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.14% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F87AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F87AD is #E07852. Grayscale: #6B6B6B. Windows color (decimal): -14710867 or 11372319. OLE color: 11372319.
HSL color Cylindrical-coordinate representation of color #1F87AD: hue angle of 196.06º 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 #1F87AD is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 135 | 173 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.32 |
| HSL | 196.06º | 0.7% | 0.4% | - |
| HSV(B) | 196.06º | 0.82% | 0.68% | - |
| XYZ | 16.77 | 20.64 | 42.63 | - |
| YUV | 108.24 | 164.54 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 173 | 0.82 | 0.22 | 0 | 0.32 | 196.06 | 0.7 | 0.4 |
| Hex | 1F | 87 | AD | 52 | 16 | 0 | 20 | C4 | 46 | 28 |
| Octal | 37 | 207 | 255 | 122 | 26 | 0 | 40 | 304 | 106 | 50 |
| Binary | 11111 | 10000111 | 10101101 | 1010010 | 10110 | 0 | 100000 | 11000100 | 1000110 | 101000 |
Color Harmonies of #1F87AD
Complementary color
Monochromatic Colors of #1F87AD
Black with #1F87AD
Text Example
Text Example
White with #1F87AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F87AD; }
p { color: rgb(31,135,173); }
H1.HeaderClassName
{
color: #1F87AD;
}
.AnyTagClassName
{
color: #1F87AD;
}
</style>
background-color css
<style>
a { background-color: #1F87AD; }
a { background-color: rgb(31,135,173); }
div.DivClassName
{
background-color: #1F87AD;
}
.BgClassName
{
background-color: #1F87AD;
}
</style>
border-color css
<style>
span { border-color: #1F87AD; }
span { border-color: rgb(31,135,173); }
td.TdClassName
{
border-color: #1F87AD;
}
.TagClassName
{
border-color: #1F87AD;
}
</style>