Shades of Allports #1F6583
Tints of Allports #1F6583
RGB
CMYK
RGB Variations
Color information
#1F6583 (or 0x1F6583) is known color: Allports. HEX triplet: 1F, 65 and 83. RGB value is (31,101,131). Sum of RGB (Red+Green+Blue) = 31+101+131=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 131 (51.56% from 255 or 49.81% from 263); Max value from RGB is 131 - color contains mainly: blue. Hex color #1F6583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6583 is #E09A7C. Grayscale: #535353. Windows color (decimal): -14719613 or 8611103. OLE color: 8611103.
HSL color Cylindrical-coordinate representation of color #1F6583: hue angle of 198º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F6583 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 101 | 131 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.49 |
| HSL | 198º | 0.62% | 0.32% | - |
| HSV(B) | 198º | 0.76% | 0.51% | - |
| XYZ | 9.32 | 11.24 | 23.15 | - |
| YUV | 83.49 | 154.81 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 131 | 0.76 | 0.23 | 0 | 0.49 | 198 | 0.62 | 0.32 |
| Hex | 1F | 65 | 83 | 4C | 17 | 0 | 31 | C6 | 3E | 20 |
| Octal | 37 | 145 | 203 | 114 | 27 | 0 | 61 | 306 | 76 | 40 |
| Binary | 11111 | 1100101 | 10000011 | 1001100 | 10111 | 0 | 110001 | 11000110 | 111110 | 100000 |
Color Harmonies of #1F6583
Complementary color
Monochromatic Colors of #1F6583
Black with #1F6583
Text Example
Text Example
White with #1F6583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6583; }
p { color: rgb(31,101,131); }
H1.HeaderClassName
{
color: #1F6583;
}
.AnyTagClassName
{
color: #1F6583;
}
</style>
background-color css
<style>
a { background-color: #1F6583; }
a { background-color: rgb(31,101,131); }
div.DivClassName
{
background-color: #1F6583;
}
.BgClassName
{
background-color: #1F6583;
}
</style>
border-color css
<style>
span { border-color: #1F6583; }
span { border-color: rgb(31,101,131); }
td.TdClassName
{
border-color: #1F6583;
}
.TagClassName
{
border-color: #1F6583;
}
</style>