Shades of Pelorous #1F96AA
Tints of Pelorous #1F96AA
RGB
CMYK
RGB Variations
Color information
#1F96AA (or 0x1F96AA) is known color: Pelorous. HEX triplet: 1F, 96 and AA. RGB value is (31,150,170). Sum of RGB (Red+Green+Blue) = 31+150+170=351 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.83% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F96AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F96AA is #E06955. Grayscale: #747474. Windows color (decimal): -14707030 or 11179551. OLE color: 11179551.
HSL color Cylindrical-coordinate representation of color #1F96AA: hue angle of 188.63º 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 #1F96AA is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 150 | 170 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.33 |
| HSL | 188.63º | 0.69% | 0.39% | - |
| HSV(B) | 188.63º | 0.82% | 0.67% | - |
| XYZ | 18.73 | 25.01 | 41.87 | - |
| YUV | 116.7 | 158.08 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 150 | 170 | 0.82 | 0.12 | 0 | 0.33 | 188.63 | 0.69 | 0.39 |
| Hex | 1F | 96 | AA | 52 | C | 0 | 21 | BD | 45 | 27 |
| Octal | 37 | 226 | 252 | 122 | 14 | 0 | 41 | 275 | 105 | 47 |
| Binary | 11111 | 10010110 | 10101010 | 1010010 | 1100 | 0 | 100001 | 10111101 | 1000101 | 100111 |
Color Harmonies of #1F96AA
Complementary color
Monochromatic Colors of #1F96AA
Black with #1F96AA
Text Example
Text Example
White with #1F96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F96AA; }
p { color: rgb(31,150,170); }
H1.HeaderClassName
{
color: #1F96AA;
}
.AnyTagClassName
{
color: #1F96AA;
}
</style>
background-color css
<style>
a { background-color: #1F96AA; }
a { background-color: rgb(31,150,170); }
div.DivClassName
{
background-color: #1F96AA;
}
.BgClassName
{
background-color: #1F96AA;
}
</style>
border-color css
<style>
span { border-color: #1F96AA; }
span { border-color: rgb(31,150,170); }
td.TdClassName
{
border-color: #1F96AA;
}
.TagClassName
{
border-color: #1F96AA;
}
</style>