Shades of Pelorous #1F87AB
Tints of Pelorous #1F87AB
RGB
CMYK
RGB Variations
Color information
#1F87AB (or 0x1F87AB) is known color: Pelorous. HEX triplet: 1F, 87 and AB. RGB value is (31,135,171). Sum of RGB (Red+Green+Blue) = 31+135+171=337 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.20% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F87AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F87AB is #E07854. Grayscale: #6B6B6B. Windows color (decimal): -14710869 or 11241247. OLE color: 11241247.
HSL color Cylindrical-coordinate representation of color #1F87AB: hue angle of 195.43º 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 #1F87AB is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 135 | 171 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.33 |
| HSL | 195.43º | 0.69% | 0.4% | - |
| HSV(B) | 195.43º | 0.82% | 0.67% | - |
| XYZ | 16.58 | 20.56 | 41.62 | - |
| YUV | 108.01 | 163.54 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 171 | 0.82 | 0.21 | 0 | 0.33 | 195.43 | 0.69 | 0.4 |
| Hex | 1F | 87 | AB | 52 | 15 | 0 | 21 | C3 | 45 | 28 |
| Octal | 37 | 207 | 253 | 122 | 25 | 0 | 41 | 303 | 105 | 50 |
| Binary | 11111 | 10000111 | 10101011 | 1010010 | 10101 | 0 | 100001 | 11000011 | 1000101 | 101000 |
Color Harmonies of #1F87AB
Complementary color
Monochromatic Colors of #1F87AB
Black with #1F87AB
Text Example
Text Example
White with #1F87AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F87AB; }
p { color: rgb(31,135,171); }
H1.HeaderClassName
{
color: #1F87AB;
}
.AnyTagClassName
{
color: #1F87AB;
}
</style>
background-color css
<style>
a { background-color: #1F87AB; }
a { background-color: rgb(31,135,171); }
div.DivClassName
{
background-color: #1F87AB;
}
.BgClassName
{
background-color: #1F87AB;
}
</style>
border-color css
<style>
span { border-color: #1F87AB; }
span { border-color: rgb(31,135,171); }
td.TdClassName
{
border-color: #1F87AB;
}
.TagClassName
{
border-color: #1F87AB;
}
</style>