Shades of Allports #1F668A
Tints of Allports #1F668A
RGB
CMYK
RGB Variations
Color information
#1F668A (or 0x1F668A) is known color: Allports. HEX triplet: 1F, 66 and 8A. RGB value is (31,102,138). Sum of RGB (Red+Green+Blue) = 31+102+138=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F668A is #E09975. Grayscale: #545454. Windows color (decimal): -14719350 or 9070111. OLE color: 9070111.
HSL color Cylindrical-coordinate representation of color #1F668A: hue angle of 200.19º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F668A is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 102 | 138 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.46 |
| HSL | 200.19º | 0.63% | 0.33% | - |
| HSV(B) | 200.19º | 0.78% | 0.54% | - |
| XYZ | 9.9 | 11.63 | 25.77 | - |
| YUV | 84.88 | 157.98 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 138 | 0.78 | 0.26 | 0 | 0.46 | 200.19 | 0.63 | 0.33 |
| Hex | 1F | 66 | 8A | 4E | 1A | 0 | 2E | C8 | 3F | 21 |
| Octal | 37 | 146 | 212 | 116 | 32 | 0 | 56 | 310 | 77 | 41 |
| Binary | 11111 | 1100110 | 10001010 | 1001110 | 11010 | 0 | 101110 | 11001000 | 111111 | 100001 |
Color Harmonies of #1F668A
Complementary color
Monochromatic Colors of #1F668A
Black with #1F668A
Text Example
Text Example
White with #1F668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F668A; }
p { color: rgb(31,102,138); }
H1.HeaderClassName
{
color: #1F668A;
}
.AnyTagClassName
{
color: #1F668A;
}
</style>
background-color css
<style>
a { background-color: #1F668A; }
a { background-color: rgb(31,102,138); }
div.DivClassName
{
background-color: #1F668A;
}
.BgClassName
{
background-color: #1F668A;
}
</style>
border-color css
<style>
span { border-color: #1F668A; }
span { border-color: rgb(31,102,138); }
td.TdClassName
{
border-color: #1F668A;
}
.TagClassName
{
border-color: #1F668A;
}
</style>