Shades of Tory Blue #1F4393
Tints of Tory Blue #1F4393
RGB
CMYK
RGB Variations
Color information
#1F4393 (or 0x1F4393) is known color: Tory Blue. HEX triplet: 1F, 43 and 93. RGB value is (31,67,147). Sum of RGB (Red+Green+Blue) = 31+67+147=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #1F4393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4393 is #E0BC6C. Grayscale: #414141. Windows color (decimal): -14728301 or 9650975. OLE color: 9650975.
HSL color Cylindrical-coordinate representation of color #1F4393: hue angle of 221.38º 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 #1F4393 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 67 | 147 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.42 |
| HSL | 221.38º | 0.65% | 0.35% | - |
| HSV(B) | 221.38º | 0.79% | 0.58% | - |
| XYZ | 7.84 | 6.41 | 28.43 | - |
| YUV | 65.36 | 174.07 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 147 | 0.79 | 0.54 | 0 | 0.42 | 221.38 | 0.65 | 0.35 |
| Hex | 1F | 43 | 93 | 4F | 36 | 0 | 2A | DD | 41 | 23 |
| Octal | 37 | 103 | 223 | 117 | 66 | 0 | 52 | 335 | 101 | 43 |
| Binary | 11111 | 1000011 | 10010011 | 1001111 | 110110 | 0 | 101010 | 11011101 | 1000001 | 100011 |
Color Harmonies of #1F4393
Complementary color
Monochromatic Colors of #1F4393
Black with #1F4393
Text Example
Text Example
White with #1F4393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4393; }
p { color: rgb(31,67,147); }
H1.HeaderClassName
{
color: #1F4393;
}
.AnyTagClassName
{
color: #1F4393;
}
</style>
background-color css
<style>
a { background-color: #1F4393; }
a { background-color: rgb(31,67,147); }
div.DivClassName
{
background-color: #1F4393;
}
.BgClassName
{
background-color: #1F4393;
}
</style>
border-color css
<style>
span { border-color: #1F4393; }
span { border-color: rgb(31,67,147); }
td.TdClassName
{
border-color: #1F4393;
}
.TagClassName
{
border-color: #1F4393;
}
</style>