Shades of Allports #1F7394
Tints of Allports #1F7394
RGB
CMYK
RGB Variations
Color information
#1F7394 (or 0x1F7394) is known color: Allports. HEX triplet: 1F, 73 and 94. RGB value is (31,115,148). Sum of RGB (Red+Green+Blue) = 31+115+148=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #1F7394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7394 is #E08C6B. Grayscale: #5D5D5D. Windows color (decimal): -14716012 or 9728799. OLE color: 9728799.
HSL color Cylindrical-coordinate representation of color #1F7394: hue angle of 196.92º 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 #1F7394 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 115 | 148 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.42 |
| HSL | 196.92º | 0.65% | 0.35% | - |
| HSV(B) | 196.92º | 0.79% | 0.58% | - |
| XYZ | 12.04 | 14.69 | 30.22 | - |
| YUV | 93.65 | 158.67 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 115 | 148 | 0.79 | 0.22 | 0 | 0.42 | 196.92 | 0.65 | 0.35 |
| Hex | 1F | 73 | 94 | 4F | 16 | 0 | 2A | C5 | 41 | 23 |
| Octal | 37 | 163 | 224 | 117 | 26 | 0 | 52 | 305 | 101 | 43 |
| Binary | 11111 | 1110011 | 10010100 | 1001111 | 10110 | 0 | 101010 | 11000101 | 1000001 | 100011 |
Color Harmonies of #1F7394
Complementary color
Monochromatic Colors of #1F7394
Black with #1F7394
Text Example
Text Example
White with #1F7394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7394; }
p { color: rgb(31,115,148); }
H1.HeaderClassName
{
color: #1F7394;
}
.AnyTagClassName
{
color: #1F7394;
}
</style>
background-color css
<style>
a { background-color: #1F7394; }
a { background-color: rgb(31,115,148); }
div.DivClassName
{
background-color: #1F7394;
}
.BgClassName
{
background-color: #1F7394;
}
</style>
border-color css
<style>
span { border-color: #1F7394; }
span { border-color: rgb(31,115,148); }
td.TdClassName
{
border-color: #1F7394;
}
.TagClassName
{
border-color: #1F7394;
}
</style>