Shades of Pelorous #1F87AA
Tints of Pelorous #1F87AA
RGB
CMYK
RGB Variations
Color information
#1F87AA (or 0x1F87AA) is known color: Pelorous. HEX triplet: 1F, 87 and AA. RGB value is (31,135,170). Sum of RGB (Red+Green+Blue) = 31+135+170=336 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.23% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F87AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F87AA is #E07855. Grayscale: #6B6B6B. Windows color (decimal): -14710870 or 11175711. OLE color: 11175711.
HSL color Cylindrical-coordinate representation of color #1F87AA: hue angle of 195.11º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F87AA is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 135 | 170 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.33 |
| HSL | 195.11º | 0.69% | 0.39% | - |
| HSV(B) | 195.11º | 0.82% | 0.67% | - |
| XYZ | 16.48 | 20.52 | 41.12 | - |
| YUV | 107.89 | 163.04 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 170 | 0.82 | 0.21 | 0 | 0.33 | 195.11 | 0.69 | 0.39 |
| Hex | 1F | 87 | AA | 52 | 15 | 0 | 21 | C3 | 45 | 27 |
| Octal | 37 | 207 | 252 | 122 | 25 | 0 | 41 | 303 | 105 | 47 |
| Binary | 11111 | 10000111 | 10101010 | 1010010 | 10101 | 0 | 100001 | 11000011 | 1000101 | 100111 |
Color Harmonies of #1F87AA
Complementary color
Monochromatic Colors of #1F87AA
Black with #1F87AA
Text Example
Text Example
White with #1F87AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F87AA; }
p { color: rgb(31,135,170); }
H1.HeaderClassName
{
color: #1F87AA;
}
.AnyTagClassName
{
color: #1F87AA;
}
</style>
background-color css
<style>
a { background-color: #1F87AA; }
a { background-color: rgb(31,135,170); }
div.DivClassName
{
background-color: #1F87AA;
}
.BgClassName
{
background-color: #1F87AA;
}
</style>
border-color css
<style>
span { border-color: #1F87AA; }
span { border-color: rgb(31,135,170); }
td.TdClassName
{
border-color: #1F87AA;
}
.TagClassName
{
border-color: #1F87AA;
}
</style>