Shades of Resolution Blue #1F397C
Tints of Resolution Blue #1F397C
RGB
CMYK
RGB Variations
Color information
#1F397C (or 0x1F397C) is known color: Resolution Blue. HEX triplet: 1F, 39 and 7C. RGB value is (31,57,124). Sum of RGB (Red+Green+Blue) = 31+57+124=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F397C is #E0C683. Grayscale: #383838. Windows color (decimal): -14730884 or 8141087. OLE color: 8141087.
HSL color Cylindrical-coordinate representation of color #1F397C: hue angle of 223.23º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F397C is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 57 | 124 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.51 |
| HSL | 223.23º | 0.6% | 0.3% | - |
| HSV(B) | 223.23º | 0.75% | 0.49% | - |
| XYZ | 5.67 | 4.67 | 19.67 | - |
| YUV | 56.86 | 165.89 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 57 | 124 | 0.75 | 0.54 | 0 | 0.51 | 223.23 | 0.6 | 0.3 |
| Hex | 1F | 39 | 7C | 4B | 36 | 0 | 33 | DF | 3C | 1E |
| Octal | 37 | 71 | 174 | 113 | 66 | 0 | 63 | 337 | 74 | 36 |
| Binary | 11111 | 111001 | 1111100 | 1001011 | 110110 | 0 | 110011 | 11011111 | 111100 | 11110 |
Color Harmonies of #1F397C
Complementary color
Monochromatic Colors of #1F397C
Black with #1F397C
Text Example
Text Example
White with #1F397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F397C; }
p { color: rgb(31,57,124); }
H1.HeaderClassName
{
color: #1F397C;
}
.AnyTagClassName
{
color: #1F397C;
}
</style>
background-color css
<style>
a { background-color: #1F397C; }
a { background-color: rgb(31,57,124); }
div.DivClassName
{
background-color: #1F397C;
}
.BgClassName
{
background-color: #1F397C;
}
</style>
border-color css
<style>
span { border-color: #1F397C; }
span { border-color: rgb(31,57,124); }
td.TdClassName
{
border-color: #1F397C;
}
.TagClassName
{
border-color: #1F397C;
}
</style>