Shades of Pelorous #1F90A7
Tints of Pelorous #1F90A7
RGB
CMYK
RGB Variations
Color information
#1F90A7 (or 0x1F90A7) is known color: Pelorous. HEX triplet: 1F, 90 and A7. RGB value is (31,144,167). Sum of RGB (Red+Green+Blue) = 31+144+167=342 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.06% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 167 (65.62% from 255 or 48.83% from 342); Max value from RGB is 167 - color contains mainly: blue. Hex color #1F90A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F90A7 is #E06F58. Grayscale: #707070. Windows color (decimal): -14708569 or 10981407. OLE color: 10981407.
HSL color Cylindrical-coordinate representation of color #1F90A7: hue angle of 190.15º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F90A7 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 144 | 167 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.35 |
| HSL | 190.15º | 0.69% | 0.39% | - |
| HSV(B) | 190.15º | 0.81% | 0.65% | - |
| XYZ | 17.51 | 23.03 | 40.08 | - |
| YUV | 112.84 | 158.56 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 144 | 167 | 0.81 | 0.14 | 0 | 0.35 | 190.15 | 0.69 | 0.39 |
| Hex | 1F | 90 | A7 | 51 | E | 0 | 23 | BE | 45 | 27 |
| Octal | 37 | 220 | 247 | 121 | 16 | 0 | 43 | 276 | 105 | 47 |
| Binary | 11111 | 10010000 | 10100111 | 1010001 | 1110 | 0 | 100011 | 10111110 | 1000101 | 100111 |
Color Harmonies of #1F90A7
Complementary color
Monochromatic Colors of #1F90A7
Black with #1F90A7
Text Example
Text Example
White with #1F90A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F90A7; }
p { color: rgb(31,144,167); }
H1.HeaderClassName
{
color: #1F90A7;
}
.AnyTagClassName
{
color: #1F90A7;
}
</style>
background-color css
<style>
a { background-color: #1F90A7; }
a { background-color: rgb(31,144,167); }
div.DivClassName
{
background-color: #1F90A7;
}
.BgClassName
{
background-color: #1F90A7;
}
</style>
border-color css
<style>
span { border-color: #1F90A7; }
span { border-color: rgb(31,144,167); }
td.TdClassName
{
border-color: #1F90A7;
}
.TagClassName
{
border-color: #1F90A7;
}
</style>