Shades of Allports #1F7593
Tints of Allports #1F7593
RGB
CMYK
RGB Variations
Color information
#1F7593 (or 0x1F7593) is known color: Allports. HEX triplet: 1F, 75 and 93. RGB value is (31,117,147). Sum of RGB (Red+Green+Blue) = 31+117+147=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #1F7593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7593 is #E08A6C. Grayscale: #5E5E5E. Windows color (decimal): -14715501 or 9663775. OLE color: 9663775.
HSL color Cylindrical-coordinate representation of color #1F7593: hue angle of 195.52º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F7593 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 117 | 147 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.42 |
| HSL | 195.52º | 0.65% | 0.35% | - |
| HSV(B) | 195.52º | 0.79% | 0.58% | - |
| XYZ | 12.19 | 15.12 | 29.88 | - |
| YUV | 94.71 | 157.51 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 147 | 0.79 | 0.20 | 0 | 0.42 | 195.52 | 0.65 | 0.35 |
| Hex | 1F | 75 | 93 | 4F | 14 | 0 | 2A | C4 | 41 | 23 |
| Octal | 37 | 165 | 223 | 117 | 24 | 0 | 52 | 304 | 101 | 43 |
| Binary | 11111 | 1110101 | 10010011 | 1001111 | 10100 | 0 | 101010 | 11000100 | 1000001 | 100011 |
Color Harmonies of #1F7593
Complementary color
Monochromatic Colors of #1F7593
Black with #1F7593
Text Example
Text Example
White with #1F7593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7593; }
p { color: rgb(31,117,147); }
H1.HeaderClassName
{
color: #1F7593;
}
.AnyTagClassName
{
color: #1F7593;
}
</style>
background-color css
<style>
a { background-color: #1F7593; }
a { background-color: rgb(31,117,147); }
div.DivClassName
{
background-color: #1F7593;
}
.BgClassName
{
background-color: #1F7593;
}
</style>
border-color css
<style>
span { border-color: #1F7593; }
span { border-color: rgb(31,117,147); }
td.TdClassName
{
border-color: #1F7593;
}
.TagClassName
{
border-color: #1F7593;
}
</style>