Shades of Pelorous #1F90AA
Tints of Pelorous #1F90AA
RGB
CMYK
RGB Variations
Color information
#1F90AA (or 0x1F90AA) is known color: Pelorous. HEX triplet: 1F, 90 and AA. RGB value is (31,144,170). Sum of RGB (Red+Green+Blue) = 31+144+170=345 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.99% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F90AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F90AA is #E06F55. Grayscale: #707070. Windows color (decimal): -14708566 or 11178015. OLE color: 11178015.
HSL color Cylindrical-coordinate representation of color #1F90AA: hue angle of 191.22º 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 #1F90AA is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 144 | 170 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.33 |
| HSL | 191.22º | 0.69% | 0.39% | - |
| HSV(B) | 191.22º | 0.82% | 0.67% | - |
| XYZ | 17.79 | 23.14 | 41.56 | - |
| YUV | 113.18 | 160.06 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 144 | 170 | 0.82 | 0.15 | 0 | 0.33 | 191.22 | 0.69 | 0.39 |
| Hex | 1F | 90 | AA | 52 | F | 0 | 21 | BF | 45 | 27 |
| Octal | 37 | 220 | 252 | 122 | 17 | 0 | 41 | 277 | 105 | 47 |
| Binary | 11111 | 10010000 | 10101010 | 1010010 | 1111 | 0 | 100001 | 10111111 | 1000101 | 100111 |
Color Harmonies of #1F90AA
Complementary color
Monochromatic Colors of #1F90AA
Black with #1F90AA
Text Example
Text Example
White with #1F90AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F90AA; }
p { color: rgb(31,144,170); }
H1.HeaderClassName
{
color: #1F90AA;
}
.AnyTagClassName
{
color: #1F90AA;
}
</style>
background-color css
<style>
a { background-color: #1F90AA; }
a { background-color: rgb(31,144,170); }
div.DivClassName
{
background-color: #1F90AA;
}
.BgClassName
{
background-color: #1F90AA;
}
</style>
border-color css
<style>
span { border-color: #1F90AA; }
span { border-color: rgb(31,144,170); }
td.TdClassName
{
border-color: #1F90AA;
}
.TagClassName
{
border-color: #1F90AA;
}
</style>